Skip to content

Commit

Permalink
Roll DEPS for third_party/custom_tabs_client
Browse files Browse the repository at this point in the history
Rolling DEPS to get the client example apk up to date.

Review-Url: https://codereview.chromium.org/1938103003
Cr-Commit-Position: refs/heads/master@{#391146}
  • Loading branch information
yusufo authored and Commit bot committed May 3, 2016
1 parent 0ddd48d commit 63e6919
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ deps_os = {
Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',

'src/third_party/custom_tabs_client/src':
Var('chromium_git') + '/external/github.com/GoogleChrome/custom-tabs-client.git' + '@' + '8ae46d26e739899d2e35f462beeb20e9c194d0ab',
Var('chromium_git') + '/external/github.com/GoogleChrome/custom-tabs-client.git' + '@' + '37c00b1d922f5f6f8460621693896a68f6e0bf7b',
},
}

Expand Down
7 changes: 6 additions & 1 deletion third_party/custom_tabs_client/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,18 @@ android_resources("chrome_tabs_client_example_apk_resources") {
}

android_apk("custom_tabs_client_example_apk") {
java_files = [ "src/Application/src/main/java/org/chromium/customtabsclient/MainActivity.java" ]
java_files = [
"src/Application/src/main/java/org/chromium/customtabsclient/BottomBarManager.java",
"src/Application/src/main/java/org/chromium/customtabsclient/MainActivity.java",
"src/Application/src/main/java/org/chromium/customtabsclient/SessionHelper.java",
]
android_manifest = "src/Application/src/main/AndroidManifest.xml"
apk_name = "CustomTabsClientExample"
deps = [
":chrome_tabs_client_example_apk_resources",
":custom_tabs_client_shared_lib",
":custom_tabs_support_lib",
"//third_party/android_tools:android_support_v13_java",
]
chromium_code = false
}
Expand Down

0 comments on commit 63e6919

Please sign in to comment.