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

Side by Side Diff: chrome/chrome.gyp

Issue 183893029: Add UI hook for distilling web pages for test shell (relanding) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix DEPS after wrong rebase Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | chrome/chrome_android.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 977 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 'target_name': 'chrome_java', 988 'target_name': 'chrome_java',
989 'type': 'none', 989 'type': 'none',
990 'dependencies': [ 990 'dependencies': [
991 'activity_type_ids_java', 991 'activity_type_ids_java',
992 'chrome_resources.gyp:chrome_strings', 992 'chrome_resources.gyp:chrome_strings',
993 'profile_sync_service_model_type_selection_java', 993 'profile_sync_service_model_type_selection_java',
994 'resource_id_java', 994 'resource_id_java',
995 'toolbar_model_security_levels_java', 995 'toolbar_model_security_levels_java',
996 '../base/base.gyp:base', 996 '../base/base.gyp:base',
997 '../components/components.gyp:autofill_java', 997 '../components/components.gyp:autofill_java',
998 '../components/components.gyp:dom_distiller_core_java',
998 '../components/components.gyp:navigation_interception_java', 999 '../components/components.gyp:navigation_interception_java',
999 '../components/components.gyp:sessions', 1000 '../components/components.gyp:sessions',
1000 '../components/components.gyp:web_contents_delegate_android_java', 1001 '../components/components.gyp:web_contents_delegate_android_java',
1001 '../content/content.gyp:content_java', 1002 '../content/content.gyp:content_java',
1002 '../printing/printing.gyp:printing_java', 1003 '../printing/printing.gyp:printing_java',
1003 '../sync/sync.gyp:sync_java', 1004 '../sync/sync.gyp:sync_java',
1004 '../third_party/guava/guava.gyp:guava_javalib', 1005 '../third_party/guava/guava.gyp:guava_javalib',
1005 '../ui/android/ui_android.gyp:ui_java', 1006 '../ui/android/ui_android.gyp:ui_java',
1006 ], 1007 ],
1007 'variables': { 1008 'variables': {
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1110 'sources': [ 1111 'sources': [
1111 'service/cloud_print/print_system_dummy.cc', 1112 'service/cloud_print/print_system_dummy.cc',
1112 ], 1113 ],
1113 }], 1114 }],
1114 ], 1115 ],
1115 }, 1116 },
1116 ], 1117 ],
1117 }], 1118 }],
1118 ], # 'conditions' 1119 ], # 'conditions'
1119 } 1120 }
OLDNEW
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | chrome/chrome_android.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698