Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Unified Diff: third_party/custom_tabs_client/custom_tabs_client.gyp

Issue 1293313004: Fix build files and roll custom_tabs_client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix line overflow Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/custom_tabs_client/README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1294ecbff947f83ccf94db0ab33b2a21a7ec6d42..20d15cf08c34d999bd7bd3917309ed4f5be9e2c3 100644
--- a/third_party/custom_tabs_client/custom_tabs_client.gyp
+++ b/third_party/custom_tabs_client/custom_tabs_client.gyp
@@ -16,10 +16,23 @@
},
'dependencies': [
'custom_tabs_support_lib',
+ 'custom_tabs_client_shared_lib',
],
'includes': [ '../../build/java_apk.gypi' ],
},
{
+ 'target_name': 'custom_tabs_client_shared_lib',
+ 'type': 'none',
+ 'variables': {
+ 'java_in_dir': 'src/shared/src/main/java/org/chromium/customtabsclient/shared/',
+ 'java_in_dir_suffix': '',
+ },
+ 'dependencies': [
+ 'custom_tabs_support_lib',
+ ],
+ 'includes': [ '../../build/java.gypi' ],
+ },
+ {
'target_name': 'custom_tabs_support_lib',
'type': 'none',
'variables': {
« no previous file with comments | « third_party/custom_tabs_client/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698