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

Side by Side Diff: chrome/chrome.gyp

Issue 70843003: ui: Android changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dom_distiller fixes Created 7 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 993 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 'toolbar_model_security_levels_java', 1004 'toolbar_model_security_levels_java',
1005 '../base/base.gyp:base', 1005 '../base/base.gyp:base',
1006 '../components/components.gyp:autofill_java', 1006 '../components/components.gyp:autofill_java',
1007 '../components/components.gyp:navigation_interception_java', 1007 '../components/components.gyp:navigation_interception_java',
1008 '../components/components.gyp:sessions', 1008 '../components/components.gyp:sessions',
1009 '../components/components.gyp:web_contents_delegate_android_java', 1009 '../components/components.gyp:web_contents_delegate_android_java',
1010 '../content/content.gyp:content_java', 1010 '../content/content.gyp:content_java',
1011 '../printing/printing.gyp:printing_java', 1011 '../printing/printing.gyp:printing_java',
1012 '../sync/sync.gyp:sync_java', 1012 '../sync/sync.gyp:sync_java',
1013 '../third_party/guava/guava.gyp:guava_javalib', 1013 '../third_party/guava/guava.gyp:guava_javalib',
1014 '../ui/ui.gyp:ui_java', 1014 '../ui/android/ui_android.gyp:ui_java',
1015 ], 1015 ],
1016 'variables': { 1016 'variables': {
1017 'java_in_dir': '../chrome/android/java', 1017 'java_in_dir': '../chrome/android/java',
1018 'has_java_resources': 1, 1018 'has_java_resources': 1,
1019 'R_package': 'org.chromium.chrome', 1019 'R_package': 'org.chromium.chrome',
1020 'R_package_relpath': 'org/chromium/chrome', 1020 'R_package_relpath': 'org/chromium/chrome',
1021 'java_strings_grd': 'android_chrome_strings.grd', 1021 'java_strings_grd': 'android_chrome_strings.grd',
1022 # Include xml string files generated from generated_resources.grd 1022 # Include xml string files generated from generated_resources.grd
1023 'res_extra_dirs': ['<(SHARED_INTERMEDIATE_DIR)/chrome/java/res'], 1023 'res_extra_dirs': ['<(SHARED_INTERMEDIATE_DIR)/chrome/java/res'],
1024 'res_extra_files': ['<!@pymod_do_main(grit_info <@(grit_defines) --o utputs "<(SHARED_INTERMEDIATE_DIR)/chrome" app/generated_resources.grd)'], 1024 'res_extra_files': ['<!@pymod_do_main(grit_info <@(grit_defines) --o utputs "<(SHARED_INTERMEDIATE_DIR)/chrome" app/generated_resources.grd)'],
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
1122 'sources': [ 1122 'sources': [
1123 'service/cloud_print/print_system_dummy.cc', 1123 'service/cloud_print/print_system_dummy.cc',
1124 ], 1124 ],
1125 }], 1125 }],
1126 ], 1126 ],
1127 }, 1127 },
1128 ], 1128 ],
1129 }], 1129 }],
1130 ], # 'conditions' 1130 ], # 'conditions'
1131 } 1131 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698