Chromium Code Reviews| Index: third_party/custom_tabs_client/custom_tabs_client.gyp |
| diff --git a/third_party/custom_tabs_client/custom_tabs_client.gyp b/third_party/custom_tabs_client/custom_tabs_client.gyp |
| index 20d15cf08c34d999bd7bd3917309ed4f5be9e2c3..b1b458bbda15debfc5bd605f83e78d55953353b5 100644 |
| --- a/third_party/custom_tabs_client/custom_tabs_client.gyp |
| +++ b/third_party/custom_tabs_client/custom_tabs_client.gyp |
| @@ -40,13 +40,13 @@ |
| 'java_in_dir_suffix': '', |
| }, |
| 'dependencies': [ |
| - 'chrome_custom_tabs_service_aidl', |
| - '../android_tools/android_tools.gyp:android_support_annotations_javalib', |
| + 'custom_tabs_service_aidl', |
| + '../android_tools/android_tools.gyp:android_support_v13_javalib', |
|
Benoit L
2015/08/21 11:20:47
Stupid question: Doesn't this bloat the final .dex
pasko
2015/08/21 11:54:57
content_java already depends on it :(
Still a con
|
| ], |
| 'includes': [ '../../build/java.gypi' ], |
| }, |
| { |
| - 'target_name': "chrome_custom_tabs_service_aidl", |
| + 'target_name': "custom_tabs_service_aidl", |
| 'type': 'none', |
| 'variables': { |
| 'java_in_dir': 'src/customtabs/src/android/support/customtabs/', |