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

Side by Side Diff: build/gn_migration.gypi

Issue 1124763003: Update from https://crrev.com/327068 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: update nacl, buildtools, fix display_change_notifier_unittest Created 5 years, 7 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
OLDNEW
1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 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 # This file defines three targets that we are using to 5 # This file defines three targets that we are using to
6 # track the progress of the GYP->GN migration: 6 # track the progress of the GYP->GN migration:
7 # 7 #
8 # If you run 'ninja gn_build gyp_remaining gyp_groups', and then 8 # If you run 'ninja gn_build gyp_remaining gyp_groups', and then
9 # run 'ninja', the second ninja invocation should do nothing. This 9 # run 'ninja', the second ninja invocation should do nothing. This
10 # indicates that everything built by a ninja build is in fact 10 # indicates that everything built by a ninja build is in fact
(...skipping 21 matching lines...) Expand all
32 # This target should mirror the structure of //:gn_all 32 # This target should mirror the structure of //:gn_all
33 # as closely as possible, for ease of comparison. 33 # as closely as possible, for ease of comparison.
34 'target_name': 'gn_all', 34 'target_name': 'gn_all',
35 'type': 'none', 35 'type': 'none',
36 'dependencies': [ 36 'dependencies': [
37 '../base/base.gyp:base_i18n_perftests', 37 '../base/base.gyp:base_i18n_perftests',
38 '../base/base.gyp:base_perftests', 38 '../base/base.gyp:base_perftests',
39 '../base/base.gyp:base_unittests', 39 '../base/base.gyp:base_unittests',
40 '../base/base.gyp:build_utf8_validator_tables#host', 40 '../base/base.gyp:build_utf8_validator_tables#host',
41 '../base/base.gyp:check_example', 41 '../base/base.gyp:check_example',
42 '../base/base.gyp:protect_file_posix',
43 '../breakpad/breakpad.gyp:core-2-minidump',
44 '../breakpad/breakpad.gyp:microdump_stackwalk',
45 '../breakpad/breakpad.gyp:minidump_dump',
46 '../breakpad/breakpad.gyp:minidump_stackwalk',
47 '../build/sanitizers/sanitizers.gyp:llvm-symbolizer',
48 '../cc/cc_tests.gyp:cc_perftests', 42 '../cc/cc_tests.gyp:cc_perftests',
49 '../cc/cc_tests.gyp:cc_unittests', 43 '../cc/cc_tests.gyp:cc_unittests',
50 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 44 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
51 '../chrome/chrome.gyp:chrome', 45 '../chrome/chrome.gyp:chrome',
52 '../chrome/chrome.gyp:browser_tests', 46 '../chrome/chrome.gyp:browser_tests',
53 '../chrome/chrome.gyp:chrome_app_unittests', 47 '../chrome/chrome.gyp:chrome_app_unittests',
54 '../chrome/chrome.gyp:chromedriver', 48 '../chrome/chrome.gyp:chromedriver',
55 '../chrome/chrome.gyp:chromedriver_tests', 49 '../chrome/chrome.gyp:chromedriver_tests',
56 '../chrome/chrome.gyp:chromedriver_unittests', 50 '../chrome/chrome.gyp:chromedriver_unittests',
57 '../chrome/chrome.gyp:interactive_ui_tests', 51 '../chrome/chrome.gyp:interactive_ui_tests',
58 '../chrome/chrome.gyp:load_library_perf_tests', 52 '../chrome/chrome.gyp:load_library_perf_tests',
59 '../chrome/chrome.gyp:service_discovery_sniffer', 53 '../chrome/chrome.gyp:performance_browser_tests',
60 '../chrome/chrome.gyp:sync_integration_tests', 54 '../chrome/chrome.gyp:sync_integration_tests',
61 '../chrome/chrome.gyp:sync_performance_tests', 55 '../chrome/chrome.gyp:sync_performance_tests',
62 '../chrome/chrome.gyp:unit_tests', 56 '../chrome/chrome.gyp:unit_tests',
63 '../chrome/tools/profile_reset/jtl_compiler.gyp:jtl_compiler', 57 '../chrome/tools/profile_reset/jtl_compiler.gyp:jtl_compiler',
58 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
64 '../components/components.gyp:network_hints_browser', 59 '../components/components.gyp:network_hints_browser',
60 '../components/components.gyp:policy_templates',
65 '../components/components.gyp:webui_generator', 61 '../components/components.gyp:webui_generator',
62 '../components/components_tests.gyp:components_browsertests',
66 '../components/components_tests.gyp:components_perftests', 63 '../components/components_tests.gyp:components_perftests',
67 '../components/components_tests.gyp:components_unittests', 64 '../components/components_tests.gyp:components_unittests',
68 '../components/nacl.gyp:nacl_loader_unittests',
69 '../content/content.gyp:content_app_browser', 65 '../content/content.gyp:content_app_browser',
70 '../content/content.gyp:content_app_child', 66 '../content/content.gyp:content_app_child',
71 '../content/content_shell_and_tests.gyp:content_browsertests', 67 '../content/content_shell_and_tests.gyp:content_browsertests',
72 '../content/content_shell_and_tests.gyp:content_gl_benchmark', 68 '../content/content_shell_and_tests.gyp:content_gl_benchmark',
73 '../content/content_shell_and_tests.gyp:content_gl_tests', 69 '../content/content_shell_and_tests.gyp:content_gl_tests',
74 '../content/content_shell_and_tests.gyp:content_perftests', 70 '../content/content_shell_and_tests.gyp:content_perftests',
75 '../content/content_shell_and_tests.gyp:content_shell', 71 '../content/content_shell_and_tests.gyp:content_shell',
76 '../content/content_shell_and_tests.gyp:content_unittests', 72 '../content/content_shell_and_tests.gyp:content_unittests',
77 '../courgette/courgette.gyp:courgette', 73 '../courgette/courgette.gyp:courgette',
78 '../courgette/courgette.gyp:courgette_fuzz', 74 '../courgette/courgette.gyp:courgette_fuzz',
79 '../courgette/courgette.gyp:courgette_minimal_tool', 75 '../courgette/courgette.gyp:courgette_minimal_tool',
80 '../courgette/courgette.gyp:courgette_unittests', 76 '../courgette/courgette.gyp:courgette_unittests',
81 '../crypto/crypto.gyp:crypto_unittests', 77 '../crypto/crypto.gyp:crypto_unittests',
82 '../extensions/extensions_tests.gyp:extensions_browsertests', 78 '../extensions/extensions_tests.gyp:extensions_browsertests',
83 '../extensions/extensions_tests.gyp:extensions_unittests', 79 '../extensions/extensions_tests.gyp:extensions_unittests',
84 '../device/device_tests.gyp:device_unittests', 80 '../device/device_tests.gyp:device_unittests',
85 '../gin/gin.gyp:gin_v8_snapshot_fingerprint', 81 '../gin/gin.gyp:gin_v8_snapshot_fingerprint',
86 '../gin/gin.gyp:gin_shell', 82 '../gin/gin.gyp:gin_shell',
87 '../gin/gin.gyp:gin_unittests', 83 '../gin/gin.gyp:gin_unittests',
88 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 84 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
89 '../google_apis/gcm/gcm.gyp:mcs_probe', 85 '../google_apis/gcm/gcm.gyp:mcs_probe',
90 '../google_apis/google_apis.gyp:google_apis_unittests', 86 '../google_apis/google_apis.gyp:google_apis_unittests',
91 '../gpu/gpu.gyp:angle_unittests', 87 '../gpu/gpu.gyp:angle_unittests',
92 '../gpu/gpu.gyp:gl_tests', 88 '../gpu/gpu.gyp:gl_tests',
93 '../gpu/gpu.gyp:gpu_perftests', 89 '../gpu/gpu.gyp:gpu_perftests',
94 '../gpu/gpu.gyp:gpu_unittests', 90 '../gpu/gpu.gyp:gpu_unittests',
91 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_su pport', # TODO(GYP) crbug.com/471920
92 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test' , # TODO(GYP) crbug.com/471920
93 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_test' , # TODO(GYP) crbug.com/471903 to make this complete.
95 '../ipc/ipc.gyp:ipc_perftests', 94 '../ipc/ipc.gyp:ipc_perftests',
96 '../ipc/ipc.gyp:ipc_tests', 95 '../ipc/ipc.gyp:ipc_tests',
97 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', 96 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
98 '../jingle/jingle.gyp:jingle_unittests', 97 '../jingle/jingle.gyp:jingle_unittests',
99 '../media/media.gyp:ffmpeg_regression_tests', # TODO(GYP) this should b e conditional on media_use_ffmpeg 98 '../media/media.gyp:ffmpeg_regression_tests', # TODO(GYP) this should b e conditional on media_use_ffmpeg
100 '../media/media.gyp:media_perftests', 99 '../media/media.gyp:media_perftests',
101 '../media/media.gyp:media_unittests', 100 '../media/media.gyp:media_unittests',
102 '../media/cast/cast.gyp:cast_benchmarks', 101 '../media/cast/cast.gyp:cast_benchmarks',
103 '../media/cast/cast.gyp:cast_unittests', 102 '../media/cast/cast.gyp:cast_unittests',
104 '../media/cast/cast.gyp:generate_barcode_video', 103 '../media/cast/cast.gyp:generate_barcode_video',
105 '../media/cast/cast.gyp:generate_timecode_audio', 104 '../media/cast/cast.gyp:generate_timecode_audio',
106 '../mojo/mojo.gyp:mojo', 105 '../mojo/mojo.gyp:mojo',
107 '../mojo/mojo_base.gyp:mojo_application_chromium', 106 '../mojo/mojo_base.gyp:mojo_application_chromium',
108 '../mojo/mojo_base.gyp:mojo_common_unittests', 107 '../mojo/mojo_base.gyp:mojo_common_unittests',
109 '../net/net.gyp:crash_cache', 108 '../net/net.gyp:crash_cache',
110 '../net/net.gyp:crl_set_dump', 109 '../net/net.gyp:crl_set_dump',
111 '../net/net.gyp:dns_fuzz_stub', 110 '../net/net.gyp:dns_fuzz_stub',
112 '../net/net.gyp:dump_cache', 111 '../net/net.gyp:dump_cache',
113 '../net/net.gyp:gdig', 112 '../net/net.gyp:gdig',
114 '../net/net.gyp:get_server_time', 113 '../net/net.gyp:get_server_time',
115 '../net/net.gyp:hpack_example_generator', 114 '../net/net.gyp:hpack_example_generator',
116 '../net/net.gyp:hpack_fuzz_mutator', 115 '../net/net.gyp:hpack_fuzz_mutator',
117 '../net/net.gyp:hpack_fuzz_wrapper', 116 '../net/net.gyp:hpack_fuzz_wrapper',
118 '../net/net.gyp:net_perftests', 117 '../net/net.gyp:net_perftests',
119 '../net/net.gyp:net_unittests', 118 '../net/net.gyp:net_unittests',
120 '../net/net.gyp:net_watcher', # TODO(GYP): This should be conditional o n use_v8_in_net 119 '../net/net.gyp:net_watcher', # TODO(GYP): This should be conditional o n use_v8_in_net
121 '../net/net.gyp:run_testserver', 120 '../net/net.gyp:run_testserver',
122 '../net/net.gyp:stress_cache', 121 '../net/net.gyp:stress_cache',
123 '../net/net.gyp:tld_cleanup', 122 '../net/net.gyp:tld_cleanup',
124 '../ppapi/ppapi_internal.gyp:*', # TODO(GYP) - list all of the examples explicitly. 123 '../ppapi/ppapi_internal.gyp:ppapi_example_audio',
125 '../ppapi/ppapi_internal.gyp:ppapi_tests', # TODO(GYP): Split out the e xamples and tests 124 '../ppapi/ppapi_internal.gyp:ppapi_example_audio_input',
125 '../ppapi/ppapi_internal.gyp:ppapi_example_c_stub',
126 '../ppapi/ppapi_internal.gyp:ppapi_example_cc_stub',
127 '../ppapi/ppapi_internal.gyp:ppapi_example_compositor',
128 '../ppapi/ppapi_internal.gyp:ppapi_example_crxfs',
129 '../ppapi/ppapi_internal.gyp:ppapi_example_enumerate_devices',
130 '../ppapi/ppapi_internal.gyp:ppapi_example_file_chooser',
131 '../ppapi/ppapi_internal.gyp:ppapi_example_flash_topmost',
132 '../ppapi/ppapi_internal.gyp:ppapi_example_gamepad',
133 '../ppapi/ppapi_internal.gyp:ppapi_example_gles2',
134 '../ppapi/ppapi_internal.gyp:ppapi_example_gles2_spinning_cube',
135 '../ppapi/ppapi_internal.gyp:ppapi_example_graphics_2d',
136 '../ppapi/ppapi_internal.gyp:ppapi_example_ime',
137 '../ppapi/ppapi_internal.gyp:ppapi_example_input',
138 '../ppapi/ppapi_internal.gyp:ppapi_example_media_stream_audio',
139 '../ppapi/ppapi_internal.gyp:ppapi_example_media_stream_video',
140 '../ppapi/ppapi_internal.gyp:ppapi_example_mouse_cursor',
141 '../ppapi/ppapi_internal.gyp:ppapi_example_mouse_lock',
142 '../ppapi/ppapi_internal.gyp:ppapi_example_paint_manager',
143 '../ppapi/ppapi_internal.gyp:ppapi_example_post_message',
144 '../ppapi/ppapi_internal.gyp:ppapi_example_printing',
145 '../ppapi/ppapi_internal.gyp:ppapi_example_scaling',
146 '../ppapi/ppapi_internal.gyp:ppapi_example_scroll',
147 '../ppapi/ppapi_internal.gyp:ppapi_example_simple_font',
148 '../ppapi/ppapi_internal.gyp:ppapi_example_threading',
149 '../ppapi/ppapi_internal.gyp:ppapi_example_url_loader',
150 '../ppapi/ppapi_internal.gyp:ppapi_example_url_loader_file',
151 '../ppapi/ppapi_internal.gyp:ppapi_example_vc',
152 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode',
153 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode_dev',
154 '../ppapi/ppapi_internal.gyp:ppapi_example_video_effects',
155 '../ppapi/ppapi_internal.gyp:ppapi_example_video_encode',
156 '../ppapi/ppapi_internal.gyp:ppapi_tests',
157 '../ppapi/ppapi_internal.gyp:ppapi_perftests',
126 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 158 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
159 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma',
127 '../printing/printing.gyp:printing_unittests', 160 '../printing/printing.gyp:printing_unittests',
128 '../skia/skia_tests.gyp:skia_unittests', 161 '../skia/skia_tests.gyp:skia_unittests',
129 '../skia/skia.gyp:filter_fuzz_stub', 162 '../skia/skia.gyp:filter_fuzz_stub',
130 '../skia/skia.gyp:image_operations_bench', 163 '../skia/skia.gyp:image_operations_bench',
131 '../sql/sql.gyp:sql_unittests', 164 '../sql/sql.gyp:sql_unittests',
132 '../sync/sync.gyp:run_sync_testserver', 165 '../sync/sync.gyp:run_sync_testserver',
133 '../sync/sync.gyp:sync_endtoend_tests', 166 '../sync/sync.gyp:sync_endtoend_tests',
134 '../sync/sync.gyp:sync_unit_tests', 167 '../sync/sync.gyp:sync_unit_tests',
135 '../sync/tools/sync_tools.gyp:sync_client', 168 '../sync/tools/sync_tools.gyp:sync_client',
136 '../sync/tools/sync_tools.gyp:sync_listen_notifications', 169 '../sync/tools/sync_tools.gyp:sync_listen_notifications',
137 '../testing/gmock.gyp:gmock_main', 170 '../testing/gmock.gyp:gmock_main',
138 '../third_party/WebKit/public/all.gyp:blink_tests', 171 '../third_party/WebKit/public/all.gyp:blink_tests',
139 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 172 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
140 '../third_party/codesighs/codesighs.gyp:codesighs', 173 '../third_party/codesighs/codesighs.gyp:codesighs',
141 '../third_party/codesighs/codesighs.gyp:maptsvdifftool', 174 '../third_party/codesighs/codesighs.gyp:maptsvdifftool',
142 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests', 175 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
143 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes ts', 176 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes ts',
144 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unit tests', 177 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unit tests',
145 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests', 178 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests',
146 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests', 179 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests',
147 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unittest s', 180 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unittest s',
148 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_perftests', 181 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_perftests',
149 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests', 182 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests',
150 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests', 183 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests',
184 '../third_party/pdfium/samples/samples.gyp:pdfium_diff',
151 '../third_party/pdfium/samples/samples.gyp:pdfium_test', 185 '../third_party/pdfium/samples/samples.gyp:pdfium_test',
152 '../third_party/smhasher/smhasher.gyp:pmurhash', 186 '../third_party/smhasher/smhasher.gyp:pmurhash',
153 '../third_party/sqlite/sqlite.gyp:sqlite_shell',
154 '../tools/gn/gn.gyp:gn', 187 '../tools/gn/gn.gyp:gn',
155 '../tools/gn/gn.gyp:generate_test_gn_data', 188 '../tools/gn/gn.gyp:generate_test_gn_data',
156 '../tools/gn/gn.gyp:gn_unittests', 189 '../tools/gn/gn.gyp:gn_unittests',
157 '../tools/imagediff/image_diff.gyp:image_diff', 190 '../tools/imagediff/image_diff.gyp:image_diff',
158 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_system_ca che', 191 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_system_ca che',
159 '../tools/telemetry/telemetry.gyp:bitmaptools#host', 192 '../tools/telemetry/telemetry.gyp:bitmaptools#host',
160 '../ui/accessibility/accessibility.gyp:accessibility_unittests', 193 '../ui/accessibility/accessibility.gyp:accessibility_unittests',
161 '../ui/app_list/app_list.gyp:app_list_unittests', 194 '../ui/app_list/app_list.gyp:app_list_unittests',
162 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 195 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
163 '../ui/compositor/compositor.gyp:compositor_unittests', 196 '../ui/compositor/compositor.gyp:compositor_unittests',
164 '../ui/display/display.gyp:display_unittests', 197 '../ui/display/display.gyp:display_unittests',
165 '../ui/events/events.gyp:events_unittests', 198 '../ui/events/events.gyp:events_unittests',
166 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 199 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
167 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
168 '../ui/message_center/message_center.gyp:message_center_unittests', 200 '../ui/message_center/message_center.gyp:message_center_unittests',
169 '../ui/snapshot/snapshot.gyp:snapshot_unittests', 201 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
170 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittes ts', 202 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittes ts',
171 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 203 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
172 '../url/url.gyp:url_unittests', 204 '../url/url.gyp:url_unittests',
173 '../v8/tools/gyp/v8.gyp:v8_snapshot', 205 '../v8/tools/gyp/v8.gyp:v8_snapshot',
174 '../v8/tools/gyp/v8.gyp:postmortem-metadata', 206 '../v8/tools/gyp/v8.gyp:postmortem-metadata',
175 ], 207 ],
176 'conditions': [ 208 'conditions': [
209 ['clang==1', {
210 'dependencies': [
211 '../build/sanitizers/sanitizers.gyp:llvm-symbolizer',
212 ],
213 }],
214 ['disable_nacl==0 and disable_nacl_untrusted==0', {
215 'dependencies': [
216 '../components/nacl.gyp:nacl_loader_unittests',
217 ]
218 }],
177 ['enable_extensions==1 and OS!="mac"', { 219 ['enable_extensions==1 and OS!="mac"', {
178 'dependencies': [ 220 'dependencies': [
179 '../extensions/shell/app_shell.gyp:app_shell', 221 '../extensions/shell/app_shell.gyp:app_shell',
180 '../extensions/shell/app_shell.gyp:app_shell_unittests', 222 '../extensions/shell/app_shell.gyp:app_shell_unittests',
181 ], 223 ],
182 }], 224 }],
183 ['OS!="win"', { 225 ['enable_mdns==1', {
184 'dependencies': [ 226 'dependencies': [
185 '../breakpad/breakpad.gyp:symupload', 227 '../chrome/chrome.gyp:service_discovery_sniffer',
228 ]
229 }],
230 ['remoting==1', {
231 'dependencies': [
232 '../remoting/remoting_all.gyp:remoting_all',
186 ], 233 ],
187 }], 234 }],
188 ['use_x11==1', { 235 ['remoting==1 and chromeos==0', {
189 'dependencies': [ 236 'dependencies': [
190 '../media/media.gyp:player_x11', 237 '../remoting/remoting.gyp:remoting_me2me_host',
191 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 238 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host',
192 ],
193 'conditions': [
194 ['target_arch!="arm"', {
195 'dependencies': [
196 '../gpu/tools/tools.gyp:compositor_model_bench',
197 ],
198 }],
199 ], 239 ],
200 }], 240 }],
201 ['toolkit_views==1', { 241 ['toolkit_views==1', {
202 'dependencies': [ 242 'dependencies': [
203 '../ui/app_list/app_list.gyp:app_list_demo', 243 '../ui/app_list/app_list.gyp:app_list_demo',
204 '../ui/views/views.gyp:views_unittests', 244 '../ui/views/views.gyp:views_unittests',
205 ], 245 ],
206 }], 246 }],
207 ['use_ash==1', { 247 ['use_ash==1', {
208 'dependencies': [ 248 'dependencies': [
209 '../ash/ash.gyp:ash_shell', 249 '../ash/ash.gyp:ash_shell',
210 '../ash/ash.gyp:ash_shell_unittests', 250 '../ash/ash.gyp:ash_shell_unittests',
211 '../ash/ash.gyp:ash_unittests', 251 '../ash/ash.gyp:ash_unittests',
212 ], 252 ],
213 }], 253 }],
254 ['use_ash==1 or chromeos== 1', {
255 'dependencies': [
256 '../components/components.gyp:session_manager_component',
257 ]
258 }],
214 ['use_aura==1', { 259 ['use_aura==1', {
215 'dependencies': [ 260 'dependencies': [
216 '../ui/aura/aura.gyp:aura_bench', 261 '../ui/aura/aura.gyp:aura_bench',
217 '../ui/aura/aura.gyp:aura_demo', 262 '../ui/aura/aura.gyp:aura_demo',
218 '../ui/aura/aura.gyp:aura_unittests', 263 '../ui/aura/aura.gyp:aura_unittests',
264 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
219 '../ui/wm/wm.gyp:wm_unittests', 265 '../ui/wm/wm.gyp:wm_unittests',
220 ], 266 ],
221 }], 267 }],
222 ['use_ozone==1', { 268 ['use_ozone==1', {
223 'dependencies': [ 269 'dependencies': [
224 '../ui/ozone/ozone.gyp:ozone', 270 '../ui/ozone/ozone.gyp:ozone',
225 ], 271 ],
226 }], 272 }],
227 ['OS=="win" or OS=="mac" or chromeos==1', { 273
274
275 ['use_x11==1', {
228 'dependencies': [ 276 'dependencies': [
229 '../rlz/rlz.gyp:rlz_lib', 277 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
278 ],
279 'conditions': [
280 ['target_arch!="arm"', {
281 'dependencies': [
282 '../gpu/tools/tools.gyp:compositor_model_bench',
283 ],
284 }],
230 ], 285 ],
231 }], 286 }],
232 ['OS=="android"', { 287 ['OS=="android"', {
233 'dependencies': [ 288 'dependencies': [
234 '../base/base.gyp:chromium_android_linker', 289 '../base/base.gyp:chromium_android_linker',
235 '../breakpad/breakpad.gyp:dump_syms', 290 '../breakpad/breakpad.gyp:dump_syms',
236 '../build/android/rezip.gyp:rezip_apk_jar', 291 '../build/android/rezip.gyp:rezip_apk_jar',
237 '../chrome/chrome.gyp:chrome_shell_apk', 292 '../chrome/chrome.gyp:chrome_shell_apk',
238 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', 293 '../chrome/chrome.gyp:chromedriver_webview_shell_apk',
239 #"//clank" TODO(GYP) - conditional somehow? 294 #"//clank" TODO(GYP) - conditional somehow?
(...skipping 28 matching lines...) Expand all
268 #"//chrome/test:test_support_unit", 323 #"//chrome/test:test_support_unit",
269 #"//third_party/smhasher:murmurhash3", 324 #"//third_party/smhasher:murmurhash3",
270 #"//ui/message_center:test_support", 325 #"//ui/message_center:test_support",
271 ], 326 ],
272 'dependencies!': [ 327 'dependencies!': [
273 '../breakpad/breakpad.gyp:symupload', 328 '../breakpad/breakpad.gyp:symupload',
274 '../chrome/chrome.gyp:browser_tests', 329 '../chrome/chrome.gyp:browser_tests',
275 '../chrome/chrome.gyp:chromedriver', 330 '../chrome/chrome.gyp:chromedriver',
276 '../chrome/chrome.gyp:chromedriver_unitests', 331 '../chrome/chrome.gyp:chromedriver_unitests',
277 '../chrome/chrome.gyp:interactive_ui_tests', 332 '../chrome/chrome.gyp:interactive_ui_tests',
333 '../chrome/chrome.gyp:performance_browser_tests',
278 '../chrome/chrome.gyp:sync_integration_tests', 334 '../chrome/chrome.gyp:sync_integration_tests',
279 '../chrome/chrome.gyp:unit_tests', 335 '../chrome/chrome.gyp:unit_tests',
280 '../extensions/extensions_tests.gyp:extensions_browsertests', 336 '../extensions/extensions_tests.gyp:extensions_browsertests',
281 '../extensions/extensions_tests.gyp:extensions_unittests', 337 '../extensions/extensions_tests.gyp:extensions_unittests',
282 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 338 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
283 '../ipc/ipc.gyp:ipc_tests', 339 '../ipc/ipc.gyp:ipc_tests',
284 '../jingle/jingle.gyp:jingle_unittests', 340 '../jingle/jingle.gyp:jingle_unittests',
285 '../net/net.gyp:net_unittests', 341 '../net/net.gyp:net_unittests',
286 #"//ppapi/examples", 342 #"//ppapi/examples",
287 '../third_party/pdfium/samples/samples.gyp:pdfium_test', 343 '../third_party/pdfium/samples/samples.gyp:pdfium_test',
288 '../tools/gn/gn.gyp:gn', 344 '../tools/gn/gn.gyp:gn',
289 '../tools/gn/gn.gyp:gn_unittests', 345 '../tools/gn/gn.gyp:gn_unittests',
290 '../tools/imagediff/image_diff.gyp:image_diff', 346 '../tools/imagediff/image_diff.gyp:image_diff',
291 '../tools/gn/gn.gyp:gn', 347 '../tools/gn/gn.gyp:gn',
292 '../tools/gn/gn.gyp:gn_unittests', 348 '../tools/gn/gn.gyp:gn_unittests',
293 '../ui/app_list/app_list.gyp:app_list_unittests', 349 '../ui/app_list/app_list.gyp:app_list_unittests',
294 '../url/url.gyp:url_unittests', 350 '../url/url.gyp:url_unittests',
295 ], 351 ],
296 }], 352 }],
353 ['OS=="android" or OS=="linux"', {
354 'dependencies': [
355 '../net/net.gyp:disk_cache_memory_test',
356 ],
357 }],
358 ['chromeos==1', {
359 'dependencies': [
360 '../chromeos/chromeos.gyp:chromeos_unittests',
361 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests',
362 ]
363 }],
364 ['chromeos==1 or OS=="win" or OS=="mac"', {
365 'dependencies': [
366 '../rlz/rlz.gyp:rlz_id',
367 '../rlz/rlz.gyp:rlz_lib',
368 '../rlz/rlz.gyp:rlz_unittests',
369 ],
370 }],
371 ['OS=="android" or OS=="linux" or os_bsd==1', {
372 'dependencies': [
373 '../breakpad/breakpad.gyp:core-2-minidump',
374 '../breakpad/breakpad.gyp:microdump_stackwalk',
375 '../breakpad/breakpad.gyp:minidump_dump',
376 '../breakpad/breakpad.gyp:minidump_stackwalk',
377 '../breakpad/breakpad.gyp:symupload',
378 '../third_party/codesighs/codesighs.gyp:nm2tsv',
379 ],
380 }],
297 ['OS=="linux"', { 381 ['OS=="linux"', {
298 'dependencies': [ 382 'dependencies': [
299 '../breakpad/breakpad.gyp:breakpad_unittests', 383 '../breakpad/breakpad.gyp:breakpad_unittests',
300 '../breakpad/breakpad.gyp:dump_syms', 384 '../breakpad/breakpad.gyp:dump_syms#host',
301 '../breakpad/breakpad.gyp:generate_test_dump', 385 '../breakpad/breakpad.gyp:generate_test_dump',
302 '../breakpad/breakpad.gyp:minidump-2-core', 386 '../breakpad/breakpad.gyp:minidump-2-core',
303 '../dbus/dbus.gyp:dbus_test_server', 387 '../dbus/dbus.gyp:dbus_test_server',
304 '../dbus/dbus.gyp:dbus_unittests', 388 '../dbus/dbus.gyp:dbus_unittests',
305 '../media/cast/cast.gyp:tap_proxy', 389 '../media/cast/cast.gyp:tap_proxy',
306 '../net/net.gyp:disk_cache_memory_test', 390 '../net/net.gyp:disk_cache_memory_test',
307 '../net/net.gyp:flip_in_mem_edsm_server', 391 '../net/net.gyp:flip_in_mem_edsm_server',
308 '../net/net.gyp:flip_in_mem_edsm_server_unittests', 392 '../net/net.gyp:flip_in_mem_edsm_server_unittests',
393 '../net/net.gyp:epoll_quic_client',
394 '../net/net.gyp:epoll_quic_server',
309 '../net/net.gyp:hpack_example_generator', 395 '../net/net.gyp:hpack_example_generator',
310 '../net/net.gyp:hpack_fuzz_mutator', 396 '../net/net.gyp:hpack_fuzz_mutator',
311 '../net/net.gyp:hpack_fuzz_wrapper', 397 '../net/net.gyp:hpack_fuzz_wrapper',
312 '../net/net.gyp:net_perftests', 398 '../net/net.gyp:net_perftests',
313 '../net/net.gyp:quic_client', 399 '../net/net.gyp:quic_client',
314 '../net/net.gyp:quic_server', 400 '../net/net.gyp:quic_server',
315 '../sandbox/sandbox.gyp:chrome_sandbox', 401 '../sandbox/sandbox.gyp:chrome_sandbox',
316 '../sandbox/sandbox.gyp:sandbox_linux_unittests', 402 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
317 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests', 403 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests',
404 '../third_party/sqlite/sqlite.gyp:sqlite_shell',
318 ], 405 ],
319 }], 406 }],
320 ['OS=="mac"', { 407 ['OS=="mac"', {
321 'dependencies': [ 408 'dependencies': [
322 '../breakpad/breakpad.gyp:crash_inspector', 409 '../breakpad/breakpad.gyp:crash_inspector',
323 '../breakpad/breakpad.gyp:dump_syms', 410 '../breakpad/breakpad.gyp:dump_syms',
324 '../breakpad/breakpad.gyp:symupload', 411 '../breakpad/breakpad.gyp:symupload',
325 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample _code', 412 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample _code',
326 '../third_party/molokocacao/molokocacao.gyp:molokocacao', 413 '../third_party/molokocacao/molokocacao.gyp:molokocacao',
327 414
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 #"//extensions:extensions_browsertests", # TODO(GYP) 452 #"//extensions:extensions_browsertests", # TODO(GYP)
366 #"//extensions:extensions_unittests", # TODO(GYP) 453 #"//extensions:extensions_unittests", # TODO(GYP)
367 #"//net:net_unittests", # TODO(GYP) 454 #"//net:net_unittests", # TODO(GYP)
368 #"//third_party/usrsctp", # TODO(GYP) 455 #"//third_party/usrsctp", # TODO(GYP)
369 #"//ui/app_list:app_list_unittests", # TODO(GYP) 456 #"//ui/app_list:app_list_unittests", # TODO(GYP)
370 #"//ui/gfx:gfx_unittests", # TODO(GYP) 457 #"//ui/gfx:gfx_unittests", # TODO(GYP)
371 ], 458 ],
372 }], 459 }],
373 ['OS=="win"', { 460 ['OS=="win"', {
374 'dependencies': [ 461 'dependencies': [
375 "//ui/metro_viewer", 462 '../base/base.gyp:pe_image_test',
463 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
464 '../chrome_elf/chrome_elf.gyp:dll_hash_main',
465 '../components/components.gyp:wifi_test',
466 '../net/net.gyp:quic_client',
467 '../net/net.gyp:quic_server',
468 '../sandbox/sandbox.gyp:pocdll',
469 '../sandbox/sandbox.gyp:sandbox_poc',
470 '../sandbox/sandbox.gyp:sbox_integration_tests',
471 '../sandbox/sandbox.gyp:sbox_unittests',
472 '../sandbox/sandbox.gyp:sbox_validation_tests',
473 '../testing/gtest.gyp:gtest_main',
376 '../third_party/codesighs/codesighs.gyp:msdump2symdb', 474 '../third_party/codesighs/codesighs.gyp:msdump2symdb',
377 ], 475 '../third_party/codesighs/codesighs.gyp:msmap2tsv',
378 'dependencies!': [ 476 '../third_party/pdfium/samples/samples.gyp:pdfium_diff',
379 "//crypto:crypto_unittests", # TODO(GYP) 477 '../win8/win8.gyp:metro_viewer',
380 "//net:net_unittests", # TODO(GYP)
381 ],
382 }, {
383 'dependencies': [
384 '../third_party/codesighs/codesighs.gyp:nm2tsv',
385 ],
386 }],
387 ['OS=="android" or OS=="linux"', {
388 'dependencies': [
389 '../net/net.gyp:disk_cache_memory_test',
390 ], 478 ],
391 }], 479 }],
392 ], 480 ],
393 }, 481 },
482 {
483 'target_name': 'gyp_only',
484 'type': 'none',
485 'conditions': [
486 ['OS=="linux" or OS=="win"', {
487 'conditions': [
488 ['disable_nacl==0 and disable_nacl_untrusted==0', {
489 'dependencies': [
490 '../mojo/mojo_nacl.gyp:monacl_shell', # This should not be buil t in chromium.
491 ]
492 }],
493 ]
494 }],
495 ],
496 },
394 { 497 {
395 'target_name': 'gyp_remaining', 498 'target_name': 'gyp_remaining',
396 'type': 'none', 499 'type': 'none',
397 'conditions': [ 500 'conditions': [
398 ['OS=="linux"', { 501 ['remoting==1', {
399 'dependencies': [ 502 'dependencies': [
400 '../chrome/chrome.gyp:performance_browser_tests', 503 '../remoting/app_remoting_webapp.gyp:ar_sample_app', # crbug.com/47 1916
401 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 504 ],
402 '../components/components.gyp:policy_templates', 505 }],
403 '../components/components_tests.gyp:components_browsertests', 506 ['test_isolation_mode!="noop"', {
404 '../components/components_tests.gyp:components_perftests', 507 'dependencies': [
405 '../content/content.gyp:content_app_browser', 508 '../base/base.gyp:base_unittests_run',
406 '../content/content.gyp:content_app_child', 509 '../cc/cc_tests.gyp:cc_unittests_run',
407 '../content/content_shell_and_tests.gyp:content_gl_benchmark', 510 '../chrome/chrome.gyp:browser_tests_run',
408 '../content/content_shell_and_tests.gyp:content_gl_tests', 511 '../chrome/chrome.gyp:chrome_run',
409 '../courgette/courgette.gyp:courgette', 512 '../chrome/chrome.gyp:interactive_ui_tests_run',
410 '../courgette/courgette.gyp:courgette_fuzz', 513 '../chrome/chrome.gyp:sync_integration_tests_run',
411 '../dbus/dbus.gyp:dbus_test_server', 514 '../chrome/chrome.gyp:unit_tests_run',
412 '../device/device_tests.gyp:device_unittests', 515 '../components/components_tests.gyp:components_browsertests_run',
413 '../gin/gin.gyp:gin_v8_snapshot_fingerprint', 516 '../components/components_tests.gyp:components_unittests_run',
414 '../gin/gin.gyp:gin_shell', 517 '../content/content_shell_and_tests.gyp:content_browsertests_run',
415 '../gpu/gpu.gyp:gl_tests', 518 '../content/content_shell_and_tests.gyp:content_unittests_run',
416 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 519 '../crypto/crypto.gyp:crypto_unittests_run',
417 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', 520 '../courgette/courgette.gyp:courgette_unittests_run',
418 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est', 521 '../gpu/gpu.gyp:gpu_unittests_run',
419 '../media/cast/cast.gyp:cast_benchmarks', 522 '../media/cast/cast.gyp:cast_unittests_run',
420 '../media/cast/cast.gyp:generate_barcode_video', 523 '../media/media.gyp:media_unittests_run',
421 '../media/cast/cast.gyp:generate_timecode_audio', 524 '../net/net.gyp:net_unittests_run',
422 '../media/cast/cast.gyp:tap_proxy', 525 '../sql/sql.gyp:sql_unittests_run',
423 '../mojo/mojo_base.gyp:mojo_application_chromium', 526 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests_run',
424 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 527 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run',
425 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma', 528 '../ui/app_list/app_list.gyp:app_list_unittests_run',
426 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests', 529 '../ui/events/events.gyp:events_unittests_run',
427 '../skia/skia.gyp:filter_fuzz_stub', 530 '../ui/message_center/message_center.gyp:message_center_unittests_ru n',
428 '../skia/skia.gyp:image_operations_bench', 531 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests_run',
429 '../sync/sync.gyp:run_sync_testserver', 532 ],
430 '../sync/sync.gyp:sync_endtoend_tests', 533 }],
431 '../sync/tools/sync_tools.gyp:sync_client', 534 ['test_isolation_mode!="noop" and use_ash==1', {
432 '../sync/tools/sync_tools.gyp:sync_listen_notifications', 535 'dependencies': [
433 '../testing/gmock.gyp:gmock_main', 536 '../ash/ash.gyp:ash_unittests_run',
434 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 537 ],
435 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 538 }],
436 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 539 ['test_isolation_mode!="noop" and OS=="linux"', {
540 'dependencies': [
541 '../sandbox/sandbox.gyp:sandbox_linux_unittests_run',
542 ],
543 }],
544 ['use_openssl==1', {
545 'dependencies': [
546 # TODO(GYP): All of these targets still need to be converted.
547 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ecdsa_test',
548 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bn_test',
549 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pqueue_test' ,
550 '../third_party/boringssl/boringssl_tests.gyp:boringssl_digest_test' ,
551 '../third_party/boringssl/boringssl_tests.gyp:boringssl_cipher_test' ,
552 '../third_party/boringssl/boringssl_tests.gyp:boringssl_hkdf_test',
553 '../third_party/boringssl/boringssl_tests.gyp:boringssl_constant_tim e_test',
554 '../third_party/boringssl/boringssl_tests.gyp:boringssl_thread_test' ,
555 '../third_party/boringssl/boringssl_tests.gyp:boringssl_base64_test' ,
556 '../third_party/boringssl/boringssl_tests.gyp:boringssl_gcm_test',
557 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bytestring_t est',
558 '../third_party/boringssl/boringssl_tests.gyp:boringssl_evp_test',
559 '../third_party/boringssl/boringssl_tests.gyp:boringssl_dsa_test',
560 '../third_party/boringssl/boringssl_tests.gyp:boringssl_rsa_test',
561 '../third_party/boringssl/boringssl_tests.gyp:boringssl_hmac_test',
562 '../third_party/boringssl/boringssl_tests.gyp:boringssl_aead_test',
563 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ssl_test',
564 '../third_party/boringssl/boringssl_tests.gyp:boringssl_err_test',
565 '../third_party/boringssl/boringssl_tests.gyp:boringssl_lhash_test',
566 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pbkdf_test',
567 '../third_party/boringssl/boringssl_tests.gyp:boringssl_dh_test',
568 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pkcs12_test' ,
569 '../third_party/boringssl/boringssl_tests.gyp:boringssl_example_mul' ,
570 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ec_test',
571 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bio_test',
572 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pkcs7_test',
573 '../third_party/boringssl/boringssl_tests.gyp:boringssl_unittests',
574 ],
575 }],
576 ['chromeos==1', {
577 'dependencies': [
578 '../content/content_shell_and_tests.gyp:video_encode_accelerator_uni ttest',
579 ],
580 }],
581 ['chromeos==1 and target_arch != "arm"', {
582 'dependencies': [
583 '../content/content_shell_and_tests.gyp:vaapi_jpeg_decoder_unittest' ,
584 ],
585 }],
586 ['chromeos==1 or OS=="win" or OS=="android"', {
587 'dependencies': [
588 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest',
589 ],
590 }],
591 ['OS=="linux" or OS=="win"', {
592 'dependencies': [
593 # TODO(GYP): Figure out which of these run on android/mac/win/ios/et c.
594 '../net/net.gyp:net_docs',
595 '../remoting/app_remoting_test.gyp:ar_sample_test_driver',
596
597 # TODO(GYP): in progress - see tfarina.
437 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', 598 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
438 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', 599 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
439 '../tools/gn/gn.gyp:generate_test_gn_data',
440 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_syste m_cache',
441 #'../tools/telemetry/telemetry.gyp:bitmaptools', TODO(GYP) should th is be #host ?
442 '../ui/compositor/compositor.gyp:compositor_unittests',
443 '../ui/message_center/message_center.gyp:message_center_unittests',
444 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
445 '../v8/tools/gyp/v8.gyp:v8_snapshot',
446 '../v8/tools/gyp/v8.gyp:postmortem-metadata',
447
448 # TODO(GYP) - list all of the examples explicitly.
449 '../ppapi/ppapi_internal.gyp:*',
450 ], 600 ],
451 'conditions': [ 601 }],
452 ['disable_nacl==0 and disable_nacl_untrusted==0', { 602 ['OS=="win"', {
453 'dependencies': [ 603 'dependencies': [
454 '../components/nacl.gyp:nacl_loader_unittests', 604 # TODO(GYP): All of these targets still need to be converted.
455 '../mojo/mojo_nacl.gyp:monacl_shell', # TODO(GYP) This will be deleted; don't port 605 '../base/base.gyp:debug_message',
456 '../remoting/remoting.gyp:remoting_key_tester', 606 '../chrome/chrome.gyp:app_installer',
457 ] 607 '../chrome/chrome.gyp:app_installer_unittests',
458 }], 608 '../chrome/chrome.gyp:app_shim',
459 ['chromeos== 1 or use_ash==1', { 609 '../chrome/chrome.gyp:crash_service',
460 'dependencies': [ 610 '../chrome/chrome.gyp:gcapi_dll',
461 '../components/components.gyp:session_manager_component', 611 '../chrome/chrome.gyp:gcapi_test',
462 ], 612 '../chrome/chrome.gyp:installer_util_unittests',
463 }], 613 '../chrome/chrome.gyp:pack_policy_templates',
464 ['use_x11==1', { 614 '../chrome/chrome.gyp:sb_sigutil',
465 'dependencies': [ 615 '../chrome/chrome.gyp:setup',
466 '../gpu/tools/tools.gyp:compositor_model_bench', 616 '../chrome/chrome.gyp:setup_unittests',
467 '../media/media.gyp:player_x11', 617 '../chrome/installer/mini_installer.gyp:mini_installer',
468 ], 618 '../chrome/tools/crash_service/caps/caps.gyp:caps',
469 }], 619 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device',
470 ['remoting==1', { 620 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device_unitte sts',
471 'dependencies': [ 621 '../cloud_print/service/service.gyp:cloud_print_service',
472 '../remoting/app_remoting_webapp.gyp:ar_sample_app', 622 '../cloud_print/service/service.gyp:cloud_print_service_config',
473 '../remoting/remoting.gyp:remoting_host', 623 '../cloud_print/service/service.gyp:cloud_print_service_setup',
474 '../remoting/remoting.gyp:remoting_it2me_native_messaging_host', 624 '../cloud_print/virtual_driver/win/install/virtual_driver_install.gy p:virtual_driver_setup',
475 '../remoting/remoting.gyp:remoting_key_tester', 625 '../cloud_print/virtual_driver/win/virtual_driver.gyp:gcp_portmon',
476 '../remoting/remoting.gyp:remoting_me2me_host', 626 '../content/content_shell_and_tests.gyp:content_shell_crash_service' ,
477 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host', 627 '../content/content_shell_and_tests.gyp:layout_test_helper',
478 '../remoting/remoting.gyp:remoting_native_messaging_manifests', 628 '../gpu/gpu.gyp:angle_end2end_tests',
479 '../remoting/remoting.gyp:remoting_perftests', 629 '../gpu/gpu.gyp:angle_perftests',
480 '../remoting/remoting.gyp:remoting_start_host', 630 '../net/net.gyp:net_docs',
481 '../remoting/remoting.gyp:remoting_unittests', 631 '../ppapi/ppapi_internal.gyp:ppapi_perftests',
482 ], 632 '../remoting/app_remoting_test.gyp:ar_sample_test_driver',
483 }], 633 '../remoting/remoting.gyp:remoting_breakpad_tester',
484 ['toolkit_views==1', { 634 '../remoting/remoting.gyp:remoting_console',
485 'dependencies': [ 635 '../remoting/remoting.gyp:remoting_desktop',
486 '../ui/app_list/app_list.gyp:app_list_demo', 636 '../rlz/rlz.gyp:rlz',
487 ], 637 '../tools/win/static_initializers/static_initializers.gyp:static_ini tializers',
488 }],
489 ['test_isolation_mode!="noop"', {
490 'dependencies': [
491 '../base/base.gyp:base_unittests_run',
492 '../cc/cc_tests.gyp:cc_unittests_run',
493 '../chrome/chrome.gyp:browser_tests_run',
494 '../chrome/chrome.gyp:chrome_run',
495 '../chrome/chrome.gyp:interactive_ui_tests_run',
496 '../chrome/chrome.gyp:sync_integration_tests_run',
497 '../chrome/chrome.gyp:unit_tests_run',
498 '../components/components_tests.gyp:components_browsertests_run' ,
499 '../components/components_tests.gyp:components_unittests_run',
500 '../content/content_shell_and_tests.gyp:content_browsertests_run ',
501 '../content/content_shell_and_tests.gyp:content_unittests_run',
502 '../crypto/crypto.gyp:crypto_unittests_run',
503 '../courgette/courgette.gyp:courgette_unittests_run',
504 '../gpu/gpu.gyp:gpu_unittests_run',
505 '../media/cast/cast.gyp:cast_unittests_run',
506 '../media/media.gyp:media_unittests_run',
507 '../net/net.gyp:net_unittests_run',
508 '../sandbox/sandbox.gyp:sandbox_linux_unittests_run',
509 '../sql/sql.gyp:sql_unittests_run',
510 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinv alidation_unittests_run',
511 '../ui/accessibility/accessibility.gyp:accessibility_unittests_r un',
512 '../ui/app_list/app_list.gyp:app_list_unittests_run',
513 '../ui/events/events.gyp:events_unittests_run',
514 '../ui/message_center/message_center.gyp:message_center_unittest s_run',
515 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection _unittests_run',
516 ],
517 'conditions': [
518 ['use_ash==1', {
519 'dependencies': [
520 '../ash/ash.gyp:ash_unittests_run',
521 ],
522 }],
523 ],
524 }],
525 ], 638 ],
526 }], 639 }],
640 ['OS=="win" and win_use_allocator_shim==1', {
641 'dependencies': [
642 '../base/allocator/allocator.gyp:allocator_unittests',
643 ]
644 }],
645 ['OS=="win" and target_arch=="ia32"', {
646 'dependencies': [
647 # TODO(GYP): All of these targets need to be ported over.
648 '../base/base.gyp:base_win64',
649 '../base/base.gyp:base_i18n_nacl_win64',
650 '../chrome/chrome.gyp:crash_service_win64',
651 '../chrome/chrome.gyp:launcher_support64',
652 '../components/components.gyp:breakpad_win64',
653 '../courgette/courgette.gyp:courgette64',
654 '../crypto/crypto.gyp:crypto_nacl_win64',
655 '../ipc/ipc.gyp:ipc_win64',
656 '../sandbox/sandbox.gyp:sandbox_win64',
657 '../cloud_print/virtual_driver/win/virtual_driver64.gyp:gcp_portmon6 4',
658 '../cloud_print/virtual_driver/win/virtual_driver64.gyp:virtual_driv er_lib64',
659 ],
660 }],
661 ['OS=="win" and target_arch=="ia32" and configuration_policy==1', {
662 'dependencies': [
663 # TODO(GYP): All of these targets need to be ported over.
664 '../components/components.gyp:policy_win64',
665 ]
666 }],
527 ], 667 ],
528 }, 668 },
529 { 669 {
530 # This target, when built, should cause no actual work 670 # This target, when built, should cause no actual work
531 # to be done, just update a bunch of stamp files. 671 # to be done, just update a bunch of stamp files.
532 'target_name': 'gyp_groups', 672 'target_name': 'gyp_groups',
533 'type': 'none', 673 'type': 'none',
534 'dependencies': [ 674 'dependencies': [
535 'All', 675 'All',
536 'aura_builder',
537 'blink_tests', 676 'blink_tests',
538 'chromium_builder_asan', 677 'chromium_builder_asan',
539 'chromium_builder_chromedriver', 678 'chromium_builder_chromedriver',
540 'chromium_builder_perf', 679 'chromium_builder_perf',
541 'chromium_builder_tests', 680 'chromium_builder_tests',
542 'chromium_builder_webrtc', 681 'chromium_builder_webrtc',
543 'chromium_gpu_builder', 682 'chromium_gpu_builder',
544 'chromium_gpu_debug_builder', 683 'chromium_gpu_debug_builder',
545 ], 684 ],
685 'conditions': [
686 ['use_aura==1', {
687 'dependencies': [
688 'aura_builder',
689 ]
690 }],
691 ['OS=="win"', {
692 'dependencies': [
693 'chromium_builder',
694 'chromium_builder_dbg_drmemory_win',
695 'chromium_builder_nacl_sdk',
696 'chromium_builder_lkgr_drmemory_win',
697 'chromium_builder_dbg_tsan_win',
698 ],
699 }],
700 ],
546 }, 701 },
547 ] 702 ]
548 } 703 }
549 704
OLDNEW
« no previous file with comments | « build/escape_unicode.py ('k') | build/grit_action.gypi » ('j') | mojo/public/tools/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698