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

Unified Diff: chrome/chrome.gyp

Issue 1206673003: Merge java_staging/src into java/src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 6 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 | « chrome/android/java_staging/src_dummy/README ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 633b8a25a0fae84178cb72450f00b40bb0922cd1..3ce45774741b12dd725461fd921fd84c16009b6c 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -589,6 +589,8 @@
'resource_id_java',
'tab_load_status_java',
'../base/base.gyp:base',
+ '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl',
+ '../components/components.gyp:app_restrictions_resources',
'../components/components.gyp:bookmarks_java',
'../components/components.gyp:dom_distiller_core_java',
'../components/components.gyp:enhanced_bookmarks_java_enums_srcjar',
@@ -605,11 +607,15 @@
'../sync/sync.gyp:sync_java',
'../third_party/android_data_chart/android_data_chart.gyp:android_data_chart_java',
'../third_party/android_media/android_media.gyp:android_media_java',
+ '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_javalib',
'../third_party/android_swipe_refresh/android_swipe_refresh.gyp:android_swipe_refresh_java',
'../third_party/android_tools/android_tools.gyp:android_support_v7_appcompat_javalib',
'../third_party/android_tools/android_tools.gyp:android_support_v7_mediarouter_javalib',
+ '../third_party/android_tools/android_tools.gyp:android_support_v7_recyclerview_javalib',
'../third_party/android_tools/android_tools.gyp:android_support_v13_javalib',
'../third_party/android_tools/android_tools.gyp:google_play_services_javalib',
+ '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_javalib',
+ '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',
'../ui/android/ui_android.gyp:ui_java',
],
'variables': {
@@ -629,6 +635,13 @@
'<!@pymod_do_main(grit_info <@(grit_defines) --outputs "<(SHARED_INTERMEDIATE_DIR)/chrome" app/generated_resources.grd)',
],
},
+ 'conditions': [
+ ['configuration_policy != 1', {
+ 'dependencies!': [
+ '../components/components.gyp:app_restrictions_resources',
+ ],
+ }],
+ ],
'includes': [
'../build/java.gypi',
],
« no previous file with comments | « chrome/android/java_staging/src_dummy/README ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698