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

Side by Side Diff: content/content_shell.gypi

Issue 221993002: Split content_shell dependencies for layout tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « no previous file | content/content_tests.gypi » ('j') | content/content_tests.gypi » ('J')
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 { 5 {
6 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 20 matching lines...) Expand all
31 'content.gyp:content_common', 31 'content.gyp:content_common',
32 'content.gyp:content_gpu', 32 'content.gyp:content_gpu',
33 'content.gyp:content_plugin', 33 'content.gyp:content_plugin',
34 'content.gyp:content_ppapi_plugin', 34 'content.gyp:content_ppapi_plugin',
35 'content.gyp:content_renderer', 35 'content.gyp:content_renderer',
36 'content.gyp:content_utility', 36 'content.gyp:content_utility',
37 'content.gyp:content_worker', 37 'content.gyp:content_worker',
38 'content_resources.gyp:content_resources', 38 'content_resources.gyp:content_resources',
39 'content_shell_resources', 39 'content_shell_resources',
40 'copy_test_netscape_plugin', 40 'copy_test_netscape_plugin',
41 'test_support_content', 41 'layout_tests_support_content',
42 '../base/base.gyp:base', 42 '../base/base.gyp:base',
43 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 43 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
44 '../components/components.gyp:breakpad_component', 44 '../components/components.gyp:breakpad_component',
45 '../gin/gin.gyp:gin', 45 '../gin/gin.gyp:gin',
46 '../ipc/ipc.gyp:ipc', 46 '../ipc/ipc.gyp:ipc',
47 '../media/media.gyp:media', 47 '../media/media.gyp:media',
48 '../net/net.gyp:net', 48 '../net/net.gyp:net',
49 '../net/net.gyp:net_resources', 49 '../net/net.gyp:net_resources',
50 '../skia/skia.gyp:skia', 50 '../skia/skia.gyp:skia',
51 '../third_party/WebKit/public/blink.gyp:blink', 51 '../third_party/WebKit/public/blink.gyp:blink',
52 '../third_party/WebKit/public/blink.gyp:blink_web_test_support', 52 '../third_party/WebKit/public/blink.gyp:blink_web_test_support',
53 '../ui/base/ui_base.gyp:ui_base', 53 '../ui/base/ui_base.gyp:ui_base',
54 '../ui/events/events.gyp:events_base', 54 '../ui/events/events.gyp:events_base',
55 '../ui/gfx/gfx.gyp:gfx', 55 '../ui/gfx/gfx.gyp:gfx',
56 '../ui/gfx/gfx.gyp:gfx_geometry', 56 '../ui/gfx/gfx.gyp:gfx_geometry',
57 '../ui/gl/gl.gyp:gl', 57 '../ui/gl/gl.gyp:gl',
58 '../url/url.gyp:url_lib', 58 '../url/url.gyp:url_lib',
59 '../v8/tools/gyp/v8.gyp:v8', 59 '../v8/tools/gyp/v8.gyp:v8',
60 '../webkit/common/webkit_common.gyp:webkit_common', 60 '../webkit/common/webkit_common.gyp:webkit_common',
61 '../webkit/webkit_resources.gyp:webkit_resources', 61 '../webkit/webkit_resources.gyp:webkit_resources',
62 ], 62 ],
63 'include_dirs': [ 63 'include_dirs': [
64 '..', 64 '..',
65 ], 65 ],
66 'sources': [ 66 'sources': [
67 'public/test/layouttest_support.h',
68 'shell/android/shell_jni_registrar.cc', 67 'shell/android/shell_jni_registrar.cc',
69 'shell/android/shell_jni_registrar.h', 68 'shell/android/shell_jni_registrar.h',
70 'shell/android/shell_manager.cc', 69 'shell/android/shell_manager.cc',
71 'shell/android/shell_manager.h', 70 'shell/android/shell_manager.h',
72 'shell/app/paths_mac.h', 71 'shell/app/paths_mac.h',
73 'shell/app/paths_mac.mm', 72 'shell/app/paths_mac.mm',
74 'shell/app/shell_breakpad_client.cc', 73 'shell/app/shell_breakpad_client.cc',
75 'shell/app/shell_breakpad_client.h', 74 'shell/app/shell_breakpad_client.h',
76 'shell/app/shell_main_delegate.cc', 75 'shell/app/shell_main_delegate.cc',
77 'shell/app/shell_main_delegate.h', 76 'shell/app/shell_main_delegate.h',
(...skipping 27 matching lines...) Expand all
105 'shell/browser/shell_download_manager_delegate.cc', 104 'shell/browser/shell_download_manager_delegate.cc',
106 'shell/browser/shell_download_manager_delegate.h', 105 'shell/browser/shell_download_manager_delegate.h',
107 'shell/browser/shell_gtk.cc', 106 'shell/browser/shell_gtk.cc',
108 'shell/browser/shell.h', 107 'shell/browser/shell.h',
109 'shell/browser/shell_javascript_dialog_gtk.cc', 108 'shell/browser/shell_javascript_dialog_gtk.cc',
110 'shell/browser/shell_javascript_dialog.h', 109 'shell/browser/shell_javascript_dialog.h',
111 'shell/browser/shell_javascript_dialog_mac.mm', 110 'shell/browser/shell_javascript_dialog_mac.mm',
112 'shell/browser/shell_javascript_dialog_manager.cc', 111 'shell/browser/shell_javascript_dialog_manager.cc',
113 'shell/browser/shell_javascript_dialog_manager.h', 112 'shell/browser/shell_javascript_dialog_manager.h',
114 'shell/browser/shell_javascript_dialog_win.cc', 113 'shell/browser/shell_javascript_dialog_win.cc',
115 'shell/browser/shell_layout_tests_android.cc',
116 'shell/browser/shell_layout_tests_android.h',
117 'shell/browser/shell_login_dialog.cc', 114 'shell/browser/shell_login_dialog.cc',
118 'shell/browser/shell_login_dialog_gtk.cc', 115 'shell/browser/shell_login_dialog_gtk.cc',
119 'shell/browser/shell_login_dialog.h', 116 'shell/browser/shell_login_dialog.h',
120 'shell/browser/shell_login_dialog_mac.mm', 117 'shell/browser/shell_login_dialog_mac.mm',
121 'shell/browser/shell_mac.mm', 118 'shell/browser/shell_mac.mm',
122 'shell/browser/shell_message_filter.cc', 119 'shell/browser/shell_message_filter.cc',
123 'shell/browser/shell_message_filter.h', 120 'shell/browser/shell_message_filter.h',
124 'shell/browser/shell_net_log.cc', 121 'shell/browser/shell_net_log.cc',
125 'shell/browser/shell_net_log.h', 122 'shell/browser/shell_net_log.h',
126 'shell/browser/shell_network_delegate.cc', 123 'shell/browser/shell_network_delegate.cc',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'shell/renderer/test_runner/notification_presenter.h', 231 'shell/renderer/test_runner/notification_presenter.h',
235 'shell/renderer/test_runner/test_runner.cc', 232 'shell/renderer/test_runner/test_runner.cc',
236 'shell/renderer/test_runner/test_runner.h', 233 'shell/renderer/test_runner/test_runner.h',
237 'shell/renderer/test_runner/text_input_controller.cc', 234 'shell/renderer/test_runner/text_input_controller.cc',
238 'shell/renderer/test_runner/text_input_controller.h', 235 'shell/renderer/test_runner/text_input_controller.h',
239 'shell/renderer/test_runner/unsafe_persistent.h', 236 'shell/renderer/test_runner/unsafe_persistent.h',
240 'shell/renderer/test_runner/web_ax_object_proxy.cc', 237 'shell/renderer/test_runner/web_ax_object_proxy.cc',
241 'shell/renderer/test_runner/web_ax_object_proxy.h', 238 'shell/renderer/test_runner/web_ax_object_proxy.h',
242 'shell/renderer/webkit_test_runner.cc', 239 'shell/renderer/webkit_test_runner.cc',
243 'shell/renderer/webkit_test_runner.h', 240 'shell/renderer/webkit_test_runner.h',
244 'test/layouttest_support.cc',
245 ], 241 ],
246 'msvs_settings': { 242 'msvs_settings': {
247 'VCLinkerTool': { 243 'VCLinkerTool': {
248 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 244 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
249 }, 245 },
250 }, 246 },
251 'conditions': [ 247 'conditions': [
252 ['OS=="mac"', { 248 ['OS=="mac"', {
253 'sources/': [ 249 'sources/': [
254 ['exclude', 'WebTestThemeEngineMock.cpp'], 250 ['exclude', 'WebTestThemeEngineMock.cpp'],
(...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 }], # OS=="mac" 954 }], # OS=="mac"
959 ['OS=="android"', { 955 ['OS=="android"', {
960 'targets': [ 956 'targets': [
961 { 957 {
962 # TODO(jrg): Update this action and other jni generators to only 958 # TODO(jrg): Update this action and other jni generators to only
963 # require specifying the java directory and generate the rest. 959 # require specifying the java directory and generate the rest.
964 'target_name': 'content_shell_jni_headers', 960 'target_name': 'content_shell_jni_headers',
965 'type': 'none', 961 'type': 'none',
966 'sources': [ 962 'sources': [
967 'shell/android/browsertests_apk/src/org/chromium/content_browsertest s_apk/ContentBrowserTestsActivity.java', 963 'shell/android/browsertests_apk/src/org/chromium/content_browsertest s_apk/ContentBrowserTestsActivity.java',
968 'shell/android/java/src/org/chromium/content_shell/ShellLayoutTestUt ils.java',
969 'shell/android/java/src/org/chromium/content_shell/ShellManager.java ', 964 'shell/android/java/src/org/chromium/content_shell/ShellManager.java ',
970 'shell/android/java/src/org/chromium/content_shell/Shell.java', 965 'shell/android/java/src/org/chromium/content_shell/Shell.java',
971 ], 966 ],
972 'variables': { 967 'variables': {
973 'jni_gen_package': 'content/shell', 968 'jni_gen_package': 'content/shell',
974 'jni_generator_ptr_type': 'long', 969 'jni_generator_ptr_type': 'long',
975 }, 970 },
976 'includes': [ '../build/jni_generator.gypi' ], 971 'includes': [ '../build/jni_generator.gypi' ],
977 }, 972 },
978 { 973 {
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
1121 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1116 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1122 '--destination_dir', '<(dest_dir)', 1117 '--destination_dir', '<(dest_dir)',
1123 ], 1118 ],
1124 }, 1119 },
1125 ], 1120 ],
1126 }, 1121 },
1127 ], 1122 ],
1128 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1123 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1129 ] 1124 ]
1130 } 1125 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/content_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698