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

Side by Side Diff: build/gn_migration.gypi

Issue 1001833005: Update from https://crrev.com/320343 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Supress Created 5 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
« no previous file with comments | « build/config/win/BUILD.gn ('k') | build/ios/grit_whitelist.txt » ('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) 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 16 matching lines...) Expand all
27 # above contracts. 27 # above contracts.
28 28
29 { 29 {
30 'targets': [ 30 'targets': [
31 { 31 {
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',
38 '../base/base.gyp:base_perftests',
37 '../base/base.gyp:base_unittests', 39 '../base/base.gyp:base_unittests',
40 '../base/base.gyp:build_utf8_validator_tables#host',
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',
38 '../cc/cc_tests.gyp:cc_unittests', 49 '../cc/cc_tests.gyp:cc_unittests',
50 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
39 '../chrome/chrome.gyp:chrome', 51 '../chrome/chrome.gyp:chrome',
40 '../chrome/chrome.gyp:browser_tests', 52 '../chrome/chrome.gyp:browser_tests',
53 '../chrome/chrome.gyp:chrome_app_unittests',
54 '../chrome/chrome.gyp:chromedriver',
55 '../chrome/chrome.gyp:chromedriver_tests',
56 '../chrome/chrome.gyp:chromedriver_unittests',
41 '../chrome/chrome.gyp:interactive_ui_tests', 57 '../chrome/chrome.gyp:interactive_ui_tests',
58 '../chrome/chrome.gyp:load_library_perf_tests',
59 '../chrome/chrome.gyp:service_discovery_sniffer',
42 '../chrome/chrome.gyp:sync_integration_tests', 60 '../chrome/chrome.gyp:sync_integration_tests',
61 '../chrome/chrome.gyp:sync_performance_tests',
43 '../chrome/chrome.gyp:unit_tests', 62 '../chrome/chrome.gyp:unit_tests',
63 '../chrome/tools/profile_reset/jtl_compiler.gyp:jtl_compiler',
64 '../components/components.gyp:network_hints_browser',
65 '../components/components.gyp:webui_generator',
66 '../components/components_tests.gyp:components_perftests',
44 '../components/components_tests.gyp:components_unittests', 67 '../components/components_tests.gyp:components_unittests',
68 '../components/nacl.gyp:nacl_loader_unittests',
69 '../content/content.gyp:content_app_browser',
70 '../content/content.gyp:content_app_child',
71 '../content/content_shell_and_tests.gyp:content_browsertests',
72 '../content/content_shell_and_tests.gyp:content_gl_benchmark',
73 '../content/content_shell_and_tests.gyp:content_gl_tests',
74 '../content/content_shell_and_tests.gyp:content_perftests',
45 '../content/content_shell_and_tests.gyp:content_shell', 75 '../content/content_shell_and_tests.gyp:content_shell',
46 '../content/content_shell_and_tests.gyp:content_browsertests',
47 '../content/content_shell_and_tests.gyp:content_perftests',
48 '../content/content_shell_and_tests.gyp:content_unittests', 76 '../content/content_shell_and_tests.gyp:content_unittests',
77 '../courgette/courgette.gyp:courgette',
78 '../courgette/courgette.gyp:courgette_fuzz',
79 '../courgette/courgette.gyp:courgette_minimal_tool',
80 '../courgette/courgette.gyp:courgette_unittests',
49 '../crypto/crypto.gyp:crypto_unittests', 81 '../crypto/crypto.gyp:crypto_unittests',
50 '../extensions/extensions_tests.gyp:extensions_browsertests', 82 '../extensions/extensions_tests.gyp:extensions_browsertests',
51 '../extensions/extensions_tests.gyp:extensions_unittests', 83 '../extensions/extensions_tests.gyp:extensions_unittests',
84 '../device/device_tests.gyp:device_unittests',
85 '../gin/gin.gyp:gin_v8_snapshot_fingerprint',
86 '../gin/gin.gyp:gin_shell',
87 '../gin/gin.gyp:gin_unittests',
52 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 88 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
89 '../google_apis/gcm/gcm.gyp:mcs_probe',
90 '../google_apis/google_apis.gyp:google_apis_unittests',
91 '../gpu/gpu.gyp:angle_unittests',
92 '../gpu/gpu.gyp:gl_tests',
93 '../gpu/gpu.gyp:gpu_perftests',
53 '../gpu/gpu.gyp:gpu_unittests', 94 '../gpu/gpu.gyp:gpu_unittests',
95 '../ipc/ipc.gyp:ipc_perftests',
54 '../ipc/ipc.gyp:ipc_tests', 96 '../ipc/ipc.gyp:ipc_tests',
55 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', 97 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
56 '../jingle/jingle.gyp:jingle_unittests', 98 '../jingle/jingle.gyp:jingle_unittests',
99 '../media/media.gyp:ffmpeg_regression_tests', # TODO(GYP) this should b e conditional on media_use_ffmpeg
100 '../media/media.gyp:media_perftests',
57 '../media/media.gyp:media_unittests', 101 '../media/media.gyp:media_unittests',
102 '../media/cast/cast.gyp:cast_benchmarks',
58 '../media/cast/cast.gyp:cast_unittests', 103 '../media/cast/cast.gyp:cast_unittests',
104 '../media/cast/cast.gyp:generate_barcode_video',
105 '../media/cast/cast.gyp:generate_timecode_audio',
59 '../mojo/mojo.gyp:mojo', 106 '../mojo/mojo.gyp:mojo',
107 '../mojo/mojo_base.gyp:mojo_application_chromium',
60 '../mojo/mojo_base.gyp:mojo_common_unittests', 108 '../mojo/mojo_base.gyp:mojo_common_unittests',
109 '../net/net.gyp:crash_cache',
110 '../net/net.gyp:crl_set_dump',
111 '../net/net.gyp:dns_fuzz_stub',
112 '../net/net.gyp:dump_cache',
113 '../net/net.gyp:gdig',
114 '../net/net.gyp:get_server_time',
61 '../net/net.gyp:net_unittests', 115 '../net/net.gyp:net_unittests',
116 '../net/net.gyp:net_watcher', # TODO(GYP): This should be conditional o n use_v8_in_net
117 '../net/net.gyp:run_testserver',
118 '../net/net.gyp:stress_cache',
119 '../net/net.gyp:tld_cleanup',
120 '../ppapi/ppapi_internal.gyp:*', # TODO(GYP) - list all of the examples explicitly.
121 '../ppapi/ppapi_internal.gyp:ppapi_tests', # TODO(GYP): Split out the e xamples and tests
122 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
62 '../printing/printing.gyp:printing_unittests', 123 '../printing/printing.gyp:printing_unittests',
63 '../skia/skia_tests.gyp:skia_unittests', 124 '../skia/skia_tests.gyp:skia_unittests',
125 '../skia/skia.gyp:filter_fuzz_stub',
126 '../skia/skia.gyp:image_operations_bench',
64 '../sql/sql.gyp:sql_unittests', 127 '../sql/sql.gyp:sql_unittests',
128 '../sync/sync.gyp:run_sync_testserver',
129 '../sync/sync.gyp:sync_endtoend_tests',
65 '../sync/sync.gyp:sync_unit_tests', 130 '../sync/sync.gyp:sync_unit_tests',
66 '../third_party/WebKit/public/all.gyp:all_blink', 131 '../sync/tools/sync_tools.gyp:sync_client',
132 '../sync/tools/sync_tools.gyp:sync_listen_notifications',
133 '../testing/gmock.gyp:gmock_main',
134 '../third_party/WebKit/public/all.gyp:blink_tests',
67 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 135 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
68 '../third_party/codesighs/codesighs.gyp:codesighs', 136 '../third_party/codesighs/codesighs.gyp:codesighs',
137 '../third_party/codesighs/codesighs.gyp:maptsvdifftool',
138 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
139 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes ts',
140 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unit tests',
69 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests', 141 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests',
70 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests', 142 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests',
71 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unittest s', 143 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unittest s',
144 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_perftests',
72 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests', 145 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests',
73 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests', 146 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests',
74 '../third_party/pdfium/samples/samples.gyp:pdfium_test', 147 '../third_party/pdfium/samples/samples.gyp:pdfium_test',
75 '../third_party/smhasher/smhasher.gyp:pmurhash', 148 '../third_party/smhasher/smhasher.gyp:pmurhash',
76 '../third_party/sqlite/sqlite.gyp:sqlite_shell', 149 '../third_party/sqlite/sqlite.gyp:sqlite_shell',
77 '../tools/gn/gn.gyp:gn', 150 '../tools/gn/gn.gyp:gn',
151 '../tools/gn/gn.gyp:generate_test_gn_data',
78 '../tools/gn/gn.gyp:gn_unittests', 152 '../tools/gn/gn.gyp:gn_unittests',
153 '../tools/imagediff/image_diff.gyp:image_diff',
154 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_system_ca che',
155 '../tools/telemetry/telemetry.gyp:bitmaptools#host',
79 '../ui/accessibility/accessibility.gyp:accessibility_unittests', 156 '../ui/accessibility/accessibility.gyp:accessibility_unittests',
80 '../ui/app_list/app_list.gyp:app_list_unittests', 157 '../ui/app_list/app_list.gyp:app_list_unittests',
81 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 158 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
159 '../ui/compositor/compositor.gyp:compositor_unittests',
82 '../ui/display/display.gyp:display_unittests', 160 '../ui/display/display.gyp:display_unittests',
83 '../ui/events/events.gyp:events_unittests', 161 '../ui/events/events.gyp:events_unittests',
84 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 162 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
163 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
164 '../ui/message_center/message_center.gyp:message_center_unittests',
165 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
85 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittes ts', 166 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittes ts',
167 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
86 '../url/url.gyp:url_unittests', 168 '../url/url.gyp:url_unittests',
169 '../v8/tools/gyp/v8.gyp:v8_snapshot',
170 '../v8/tools/gyp/v8.gyp:postmortem-metadata',
87 ], 171 ],
88 'conditions': [ 172 'conditions': [
89 ['enable_extensions==1 and OS!="mac"', { 173 ['enable_extensions==1 and OS!="mac"', {
90 'dependencies': [ 174 'dependencies': [
175 '../extensions/shell/app_shell.gyp:app_shell',
91 '../extensions/shell/app_shell.gyp:app_shell_unittests', 176 '../extensions/shell/app_shell.gyp:app_shell_unittests',
92 ], 177 ],
93 }], 178 }],
94 ['OS!="win"', { 179 ['OS!="win"', {
95 'dependencies': [ 180 'dependencies': [
96 '../breakpad/breakpad.gyp:symupload', 181 '../breakpad/breakpad.gyp:symupload',
97 ], 182 ],
98 }], 183 }],
99 ['use_x11==1', { 184 ['use_x11==1', {
100 'dependencies': [ 185 'dependencies': [
186 '../media/media.gyp:player_x11',
101 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 187 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
102 ], 188 ],
189 'conditions': [
190 ['target_arch!="arm"', {
191 'dependencies': [
192 '../gpu/tools/tools.gyp:compositor_model_bench',
193 ],
194 }],
195 ],
103 }], 196 }],
104 ['toolkit_views==1', { 197 ['toolkit_views==1', {
105 'dependencies': [ 198 'dependencies': [
199 '../ui/app_list/app_list.gyp:app_list_demo',
106 '../ui/views/views.gyp:views_unittests', 200 '../ui/views/views.gyp:views_unittests',
107 ], 201 ],
108 }], 202 }],
203 ['use_ash==1', {
204 'dependencies': [
205 '../ash/ash.gyp:ash_shell',
206 '../ash/ash.gyp:ash_shell_unittests',
207 '../ash/ash.gyp:ash_unittests',
208 ],
209 }],
109 ['use_aura==1', { 210 ['use_aura==1', {
110 'dependencies': [ 211 'dependencies': [
212 '../ui/aura/aura.gyp:aura_bench',
213 '../ui/aura/aura.gyp:aura_demo',
214 '../ui/aura/aura.gyp:aura_unittests',
111 '../ui/wm/wm.gyp:wm_unittests', 215 '../ui/wm/wm.gyp:wm_unittests',
112 ], 216 ],
113 }], 217 }],
114 ['use_ozone==1', { 218 ['use_ozone==1', {
115 'dependencies': [ 219 'dependencies': [
116 '../ui/ozone/ozone.gyp:ozone', 220 '../ui/ozone/ozone.gyp:ozone',
117 ], 221 ],
118 }], 222 }],
119 ['OS=="win" or OS=="mac" or chromeos==1', { 223 ['OS=="win" or OS=="mac" or chromeos==1', {
120 'dependencies': [ 224 'dependencies': [
121 '../rlz/rlz.gyp:rlz_lib', 225 '../rlz/rlz.gyp:rlz_lib',
122 ], 226 ],
123 }], 227 }],
124 ['OS=="android"', { 228 ['OS=="android"', {
125 'dependencies': [ 229 'dependencies': [
126 '../base/base.gyp:chromium_android_linker', 230 '../base/base.gyp:chromium_android_linker',
231 '../breakpad/breakpad.gyp:dump_syms',
127 '../build/android/rezip.gyp:rezip_apk_jar', 232 '../build/android/rezip.gyp:rezip_apk_jar',
128 '../chrome/chrome.gyp:chrome_shell_apk', 233 '../chrome/chrome.gyp:chrome_shell_apk',
129 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', 234 '../chrome/chrome.gyp:chromedriver_webview_shell_apk',
130 #"//clank" TODO(GYP) - conditional somehow? 235 #"//clank" TODO(GYP) - conditional somehow?
131 '../tools/imagediff/imagediff.gyp:imagediff#host', 236 '../tools/imagediff/image_diff.gyp:image_diff#host',
132 '../tools/telemetry/telemetry.gyp:bitmaptools#host', 237 '../tools/telemetry/telemetry.gyp:bitmaptools#host',
133 238
134 # TODO(GYP): Remove these when the components_unittests work. 239 # TODO(GYP): Remove these when the components_unittests work.
135 #"//components/history/core/test:test", 240 #"//components/history/core/test:test",
136 #"//components/policy:policy_component_test_support", 241 #"//components/policy:policy_component_test_support",
137 #"//components/policy:test_support", 242 #"//components/policy:test_support",
138 #"//components/rappor:test_support", 243 #"//components/rappor:test_support",
139 #"//components/signin/core/browser:test_support", 244 #"//components/signin/core/browser:test_support",
140 #"//components/sync_driver:test_support", 245 #"//components/sync_driver:test_support",
141 #"//components/user_manager", 246 #"//components/user_manager",
(...skipping 14 matching lines...) Expand all
156 #"//ui/android:ui_java", 261 #"//ui/android:ui_java",
157 262
158 # TODO(GYP): Are these needed? 263 # TODO(GYP): Are these needed?
159 #"//chrome/test:test_support_unit", 264 #"//chrome/test:test_support_unit",
160 #"//third_party/smhasher:murmurhash3", 265 #"//third_party/smhasher:murmurhash3",
161 #"//ui/message_center:test_support", 266 #"//ui/message_center:test_support",
162 ], 267 ],
163 'dependencies!': [ 268 'dependencies!': [
164 '../breakpad/breakpad.gyp:symupload', 269 '../breakpad/breakpad.gyp:symupload',
165 '../chrome/chrome.gyp:browser_tests', 270 '../chrome/chrome.gyp:browser_tests',
271 '../chrome/chrome.gyp:chromedriver',
272 '../chrome/chrome.gyp:chromedriver_unitests',
166 '../chrome/chrome.gyp:interactive_ui_tests', 273 '../chrome/chrome.gyp:interactive_ui_tests',
167 '../chrome/chrome.gyp:sync_integration_tests', 274 '../chrome/chrome.gyp:sync_integration_tests',
168 '../chrome/chrome.gyp:unit_tests', 275 '../chrome/chrome.gyp:unit_tests',
169 '../extensions/extensions_tests.gyp:extensions_browsertests', 276 '../extensions/extensions_tests.gyp:extensions_browsertests',
170 '../extensions/extensions_tests.gyp:extensions_unittests', 277 '../extensions/extensions_tests.gyp:extensions_unittests',
171 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 278 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
172 '../ipc/ipc.gyp:ipc_tests', 279 '../ipc/ipc.gyp:ipc_tests',
173 '../jingle/jingle.gyp:jingle_unittests', 280 '../jingle/jingle.gyp:jingle_unittests',
174 '../net/net.gyp:net_unittests', 281 '../net/net.gyp:net_unittests',
175 #"//ppapi/examples", 282 #"//ppapi/examples",
176 '../third_party/pdfium/samples/samples.gyp:pdfium_test', 283 '../third_party/pdfium/samples/samples.gyp:pdfium_test',
177 '../tools/gn/gn.gyp:gn', 284 '../tools/gn/gn.gyp:gn',
178 '../tools/gn/gn.gyp:gn_unittests', 285 '../tools/gn/gn.gyp:gn_unittests',
286 '../tools/imagediff/image_diff.gyp:image_diff',
287 '../tools/gn/gn.gyp:gn',
288 '../tools/gn/gn.gyp:gn_unittests',
179 '../ui/app_list/app_list.gyp:app_list_unittests', 289 '../ui/app_list/app_list.gyp:app_list_unittests',
180 '../url/url.gyp:url_unittests', 290 '../url/url.gyp:url_unittests',
181 ], 291 ],
182 }], 292 }],
183 ['OS=="linux"', { 293 ['OS=="linux"', {
184 'dependencies': [ 294 'dependencies': [
295 '../breakpad/breakpad.gyp:breakpad_unittests',
296 '../breakpad/breakpad.gyp:dump_syms',
297 '../breakpad/breakpad.gyp:generate_test_dump',
298 '../breakpad/breakpad.gyp:minidump-2-core',
299 '../dbus/dbus.gyp:dbus_test_server',
300 '../dbus/dbus.gyp:dbus_unittests',
301 '../media/cast/cast.gyp:tap_proxy',
302 '../net/net.gyp:disk_cache_memory_test',
303 '../net/net.gyp:flip_in_mem_edsm_server',
304 '../net/net.gyp:flip_in_mem_edsm_server_unittests',
305 '../net/net.gyp:hpack_example_generator',
306 '../net/net.gyp:hpack_fuzz_mutator',
307 '../net/net.gyp:hpack_fuzz_wrapper',
308 '../net/net.gyp:net_perftests',
309 '../net/net.gyp:quic_client',
310 '../net/net.gyp:quic_server',
185 '../sandbox/sandbox.gyp:chrome_sandbox', 311 '../sandbox/sandbox.gyp:chrome_sandbox',
186 '../sandbox/sandbox.gyp:sandbox_linux_unittests', 312 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
313 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests',
187 ], 314 ],
188 }], 315 }],
189 ['OS=="mac"', { 316 ['OS=="mac"', {
190 'dependencies': [ 317 'dependencies': [
318 '../breakpad/breakpad.gyp:crash_inspector',
319 '../breakpad/breakpad.gyp:dump_syms',
320 '../breakpad/breakpad.gyp:symupload',
191 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample _code', 321 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample _code',
192 '../third_party/molokocacao/molokocacao.gyp:molokocacao', 322 '../third_party/molokocacao/molokocacao.gyp:molokocacao',
193 323
194 # TODO(GYP): remove these when the corresponding root targets work. 324 # TODO(GYP): remove these when the corresponding root targets work.
195 "//cc/blink", 325 #"//cc/blink",
196 "//components/ui/zoom:ui_zoom", 326 #"//components/ui/zoom:ui_zoom",
197 "//content", 327 #"//content",
198 "//content/test:test_support", 328 #"//content/test:test_support",
199 "//device/battery", 329 #"//device/battery",
200 "//device/bluetooth", 330 #"//device/bluetooth",
201 "//device/nfc", 331 #"//device/nfc",
202 "//device/usb", 332 #"//device/usb",
203 "//device/vibration", 333 #"//device/vibration",
204 "//media/blink", 334 #"//media/blink",
205 "//pdf", 335 #"//pdf",
206 "//storage/browser", 336 #"//storage/browser",
207 "//third_party/brotli", 337 #"//third_party/brotli",
208 "//third_party/flac", 338 #"//third_party/flac",
209 "//third_party/hunspell", 339 #"//third_party/hunspell",
210 "//third_party/iccjpeg", 340 #//third_party/iccjpeg",
211 "//third_party/libphonenumber", 341 #"//third_party/libphonenumber",
212 "//third_party/ots", 342 #"//third_party/ots",
213 "//third_party/qcms", 343 #"//third_party/qcms",
214 "//third_party/smhasher:murmurhash3", 344 #"//third_party/smhasher:murmurhash3",
215 "//third_party/speex", 345 #"//third_party/speex",
216 "//third_party/webrtc/system_wrappers", 346 #"//third_party/webrtc/system_wrappers",
217 "//ui/native_theme", 347 #"//ui/native_theme",
218 "//ui/snapshot", 348 #"//ui/snapshot",
219 "//ui/surface", 349 #"//ui/surface",
220 ], 350 ],
221 'dependencies!': [ 351 'dependencies!': [
222 "//chrome", # TODO(GYP) 352 #"//chrome", # TODO(GYP)
223 "//chrome/test:browser_tests", # TODO(GYP) 353 #"//chrome/test:browser_tests", # TODO(GYP)
224 "//chrome/test:interactive_ui_tests", # TODO(GYP) 354 #"//chrome/test:interactive_ui_tests", # TODO(GYP)
225 "//chrome/test:sync_integration_tests", # TODO(GYP) 355 #"//chrome/test:sync_integration_tests", # TODO(GYP)
226 "//chrome/test:unit_tests", # TODO(GYP) 356 #"//chrome/test:unit_tests", # TODO(GYP)
227 "//components:components_unittests", # TODO(GYP) 357 #"//components:components_unittests", # TODO(GYP)
228 "//content/test:content_browsertests", # TODO(GYP) 358 #"//content/test:content_browsertests", # TODO(GYP)
229 "//content/test:content_perftests", # TODO(GYP) 359 #"//content/test:content_perftests", # TODO(GYP)
230 "//content/test:content_unittests", # TODO(GYP) 360 #"//content/test:content_unittests", # TODO(GYP)
231 "//extensions:extensions_browsertests", # TODO(GYP) 361 #"//extensions:extensions_browsertests", # TODO(GYP)
232 "//extensions:extensions_unittests", # TODO(GYP) 362 #"//extensions:extensions_unittests", # TODO(GYP)
233 "//net:net_unittests", # TODO(GYP) 363 #"//net:net_unittests", # TODO(GYP)
234 "//third_party/usrsctp", # TODO(GYP) 364 #"//third_party/usrsctp", # TODO(GYP)
235 "//ui/app_list:app_list_unittests", # TODO(GYP) 365 #"//ui/app_list:app_list_unittests", # TODO(GYP)
236 "//ui/gfx:gfx_unittests", # TODO(GYP) 366 #"//ui/gfx:gfx_unittests", # TODO(GYP)
237 ], 367 ],
238 }], 368 }],
239 ['OS=="win"', { 369 ['OS=="win"', {
240 'dependencies': [ 370 'dependencies': [
241 "//ui/metro_viewer", 371 "//ui/metro_viewer",
242 '../third_party/codesighs/codesighs.gyp:msdump2symdb', 372 '../third_party/codesighs/codesighs.gyp:msdump2symdb',
243 ], 373 ],
244 'dependencies!': [ 374 'dependencies!': [
245 "//crypto:crypto_unittests", # TODO(GYP) 375 "//crypto:crypto_unittests", # TODO(GYP)
246 "//net:net_unittests", # TODO(GYP) 376 "//net:net_unittests", # TODO(GYP)
247 ], 377 ],
248 }], 378 }, {
249 ],
250 },
251 {
252 # This target contains a list of things that actually currently
253 # build in GN, but aren't listed in //:gn_all
254 'target_name': 'add_to_gn_all',
255 'type': 'none',
256 'dependencies': [
257 '../breakpad/breakpad.gyp:microdump_stackwalk',
258 '../breakpad/breakpad.gyp:minidump_dump',
259 '../breakpad/breakpad.gyp:minidump_stackwalk',
260 '../cc/cc_tests.gyp:cc_perftests',
261 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
262 '../chrome/chrome.gyp:sync_performance_tests',
263 '../chrome/tools/profile_reset/jtl_compiler.gyp:jtl_compiler',
264 '../courgette/courgette.gyp:courgette_minimal_tool',
265 '../courgette/courgette.gyp:courgette_unittests',
266 '../extensions/shell/app_shell.gyp:app_shell',
267 '../gin/gin.gyp:gin_unittests',
268 '../google_apis/google_apis.gyp:google_apis_unittests',
269 '../gpu/gpu.gyp:angle_unittests',
270 '../gpu/gpu.gyp:gpu_perftests',
271 '../ipc/ipc.gyp:ipc_perftests',
272 '../media/media.gyp:ffmpeg_regression_tests', # TODO(GYP) this should b e conditional on media_use_ffmpeg
273 '../media/media.gyp:media_perftests',
274 '../net/net.gyp:crash_cache',
275 '../net/net.gyp:crl_set_dump',
276 '../net/net.gyp:dns_fuzz_stub',
277 '../net/net.gyp:dump_cache',
278 '../net/net.gyp:gdig',
279 '../net/net.gyp:get_server_time',
280 '../net/net.gyp:net_watcher', # TODO(GYP): This should be conditional o n use_v8_in_net
281 '../net/net.gyp:run_testserver',
282 '../net/net.gyp:stress_cache',
283 '../net/net.gyp:tld_cleanup',
284 '../ppapi/ppapi_internal.gyp:ppapi_tests', # TODO(GYP): Split out the ex amples and tests
285 '../third_party/codesighs/codesighs.gyp:maptsvdifftool',
286 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_perftests',
287 '../ui/compositor/compositor.gyp:compositor_unittests',
288 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
289 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
290 ],
291 'conditions': [
292 ['use_aura==1', {
293 'dependencies': [
294 '../ui/aura/aura.gyp:aura_bench',
295 ],
296 }],
297 ['use_ash==1', {
298 'dependencies': [
299 '../ash/ash.gyp:ash_shell',
300 '../ash/ash.gyp:ash_shell_unittests',
301 '../ash/ash.gyp:ash_unittests',
302 ],
303 }],
304 ['OS=="android"', {
305 'dependencies': [
306 '../breakpad/breakpad.gyp:dump_syms',
307 ],
308 }],
309 ['OS=="linux"', {
310 'dependencies': [
311 '../breakpad/breakpad.gyp:breakpad_unittests',
312 '../breakpad/breakpad.gyp:dump_syms',
313 '../breakpad/breakpad.gyp:generate_test_dump',
314 '../breakpad/breakpad.gyp:minidump-2-core',
315 '../net/net.gyp:disk_cache_memory_test',
316 '../net/net.gyp:flip_in_mem_edsm_server',
317 '../net/net.gyp:flip_in_mem_edsm_server_unittests',
318 '../net/net.gyp:quic_client',
319 '../net/net.gyp:quic_server',
320 '../dbus/dbus.gyp:dbus_unittests',
321 ],
322 }],
323 ['OS!="win"', {
324 'dependencies': [ 379 'dependencies': [
325 '../third_party/codesighs/codesighs.gyp:nm2tsv', 380 '../third_party/codesighs/codesighs.gyp:nm2tsv',
326 ], 381 ],
327 }], 382 }],
328 ['OS=="mac"', {
329 'dependencies': [
330 '../breakpad/breakpad.gyp:crash_inspector',
331 '../breakpad/breakpad.gyp:dump_syms',
332 '../breakpad/breakpad.gyp:symupload',
333 ],
334 }],
335 ['OS=="android" or OS=="linux"', { 383 ['OS=="android" or OS=="linux"', {
336 'dependencies': [ 384 'dependencies': [
337 '../net/net.gyp:disk_cache_memory_test', 385 '../net/net.gyp:disk_cache_memory_test',
338 ], 386 ],
339 }], 387 }],
340 ], 388 ],
341 }, 389 },
342 { 390 {
343 'target_name': 'gyp_remaining', 391 'target_name': 'gyp_remaining',
344 'type': 'none', 392 'type': 'none',
345 'dependencies': [
346 ':add_to_gn_all',
347 ],
348 'conditions': [ 393 'conditions': [
349 ['OS=="linux"', { 394 ['OS=="linux"', {
350 'dependencies': [ 395 'dependencies': [
351 '../base/base.gyp:base_i18n_perftests',
352 '../base/base.gyp:base_perftests',
353 '../base/base.gyp:build_utf8_validator_tables#host',
354 '../base/base.gyp:check_example',
355 '../base/base.gyp:protect_file_posix',
356 '../breakpad/breakpad.gyp:core-2-minidump',
357 '../build/sanitizers/sanitizers.gyp:llvm-symbolizer',
358 '../chrome/chrome.gyp:chrome_app_unittests',
359 '../chrome/chrome.gyp:chromedriver',
360 '../chrome/chrome.gyp:chromedriver_tests',
361 '../chrome/chrome.gyp:chromedriver_unittests',
362 '../chrome/chrome.gyp:load_library_perf_tests',
363 '../chrome/chrome.gyp:performance_browser_tests', 396 '../chrome/chrome.gyp:performance_browser_tests',
364 '../chrome/chrome.gyp:service_discovery_sniffer',
365 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 397 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
366 '../components/components.gyp:network_hints_browser',
367 '../components/components.gyp:policy_templates', 398 '../components/components.gyp:policy_templates',
368 '../components/components.gyp:session_manager_component',
369 '../components/components_tests.gyp:components_browsertests', 399 '../components/components_tests.gyp:components_browsertests',
370 '../components/components_tests.gyp:components_perftests', 400 '../components/components_tests.gyp:components_perftests',
371 '../content/content.gyp:content_app_browser', 401 '../content/content.gyp:content_app_browser',
372 '../content/content.gyp:content_app_child', 402 '../content/content.gyp:content_app_child',
373 '../content/content_shell_and_tests.gyp:content_gl_benchmark', 403 '../content/content_shell_and_tests.gyp:content_gl_benchmark',
374 '../content/content_shell_and_tests.gyp:content_gl_tests', 404 '../content/content_shell_and_tests.gyp:content_gl_tests',
375 '../courgette/courgette.gyp:courgette', 405 '../courgette/courgette.gyp:courgette',
376 '../courgette/courgette.gyp:courgette_fuzz', 406 '../courgette/courgette.gyp:courgette_fuzz',
377 '../dbus/dbus.gyp:dbus_test_server', 407 '../dbus/dbus.gyp:dbus_test_server',
378 '../device/device_tests.gyp:device_unittests', 408 '../device/device_tests.gyp:device_unittests',
379 '../gin/gin.gyp:gin_v8_snapshot_fingerprint', 409 '../gin/gin.gyp:gin_v8_snapshot_fingerprint',
380 '../gin/gin.gyp:gin_shell', 410 '../gin/gin.gyp:gin_shell',
381 '../google_apis/gcm/gcm.gyp:mcs_probe', 411 '../google_apis/gcm/gcm.gyp:mcs_probe',
382 '../gpu/gpu.gyp:gl_tests', 412 '../gpu/gpu.gyp:gl_tests',
383 '../gpu/tools/tools.gyp:compositor_model_bench',
384 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 413 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
385 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', 414 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
386 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est', 415 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est',
387 '../media/cast/cast.gyp:cast_benchmarks', 416 '../media/cast/cast.gyp:cast_benchmarks',
388 '../media/cast/cast.gyp:generate_barcode_video', 417 '../media/cast/cast.gyp:generate_barcode_video',
389 '../media/cast/cast.gyp:generate_timecode_audio', 418 '../media/cast/cast.gyp:generate_timecode_audio',
390 '../media/cast/cast.gyp:tap_proxy', 419 '../media/cast/cast.gyp:tap_proxy',
391 '../media/media.gyp:player_x11',
392 '../mojo/mojo_base.gyp:mojo_application_chromium', 420 '../mojo/mojo_base.gyp:mojo_application_chromium',
393 '../net/net.gyp:hpack_example_generator', 421 '../net/net.gyp:hpack_example_generator',
394 '../net/net.gyp:hpack_fuzz_mutator', 422 '../net/net.gyp:hpack_fuzz_mutator',
395 '../net/net.gyp:hpack_fuzz_wrapper', 423 '../net/net.gyp:hpack_fuzz_wrapper',
396 '../net/net.gyp:net_perftests', 424 '../net/net.gyp:net_perftests',
397 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 425 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
398 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma', 426 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma',
399 '../remoting/app_remoting_webapp.gyp:ar_sample_app',
400 '../remoting/remoting.gyp:remoting_host',
401 '../remoting/remoting.gyp:remoting_it2me_native_messaging_host',
402 '../remoting/remoting.gyp:remoting_me2me_host',
403 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host',
404 '../remoting/remoting.gyp:remoting_native_messaging_manifests',
405 '../remoting/remoting.gyp:remoting_perftests',
406 '../remoting/remoting.gyp:remoting_start_host',
407 '../remoting/remoting.gyp:remoting_unittests',
408 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests', 427 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests',
409 '../skia/skia.gyp:filter_fuzz_stub', 428 '../skia/skia.gyp:filter_fuzz_stub',
410 '../skia/skia.gyp:image_operations_bench', 429 '../skia/skia.gyp:image_operations_bench',
411 '../sync/sync.gyp:run_sync_testserver', 430 '../sync/sync.gyp:run_sync_testserver',
412 '../sync/sync.gyp:sync_endtoend_tests', 431 '../sync/sync.gyp:sync_endtoend_tests',
413 '../sync/tools/sync_tools.gyp:sync_client', 432 '../sync/tools/sync_tools.gyp:sync_client',
414 '../sync/tools/sync_tools.gyp:sync_listen_notifications', 433 '../sync/tools/sync_tools.gyp:sync_listen_notifications',
415 '../testing/gmock.gyp:gmock_main', 434 '../testing/gmock.gyp:gmock_main',
416 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 435 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
417 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 436 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
418 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 437 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
419 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', 438 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
420 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', 439 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
421 '../tools/gn/gn.gyp:generate_test_gn_data', 440 '../tools/gn/gn.gyp:generate_test_gn_data',
422 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_syste m_cache', 441 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_syste m_cache',
423 #'../tools/telemetry/telemetry.gyp:bitmaptools', TODO(GYP) should th is be #host ? 442 #'../tools/telemetry/telemetry.gyp:bitmaptools', TODO(GYP) should th is be #host ?
424 '../ui/app_list/app_list.gyp:app_list_demo',
425 '../ui/compositor/compositor.gyp:compositor_unittests', 443 '../ui/compositor/compositor.gyp:compositor_unittests',
426 '../ui/message_center/message_center.gyp:message_center_unittests', 444 '../ui/message_center/message_center.gyp:message_center_unittests',
427 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 445 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
428 '../v8/tools/gyp/v8.gyp:v8_snapshot', 446 '../v8/tools/gyp/v8.gyp:v8_snapshot',
429 '../v8/tools/gyp/v8.gyp:postmortem-metadata', 447 '../v8/tools/gyp/v8.gyp:postmortem-metadata',
430 448
431 # TODO(GYP) - list all of the examples explicitly. 449 # TODO(GYP) - list all of the examples explicitly.
432 '../ppapi/ppapi_internal.gyp:*', 450 '../ppapi/ppapi_internal.gyp:*',
433 ], 451 ],
434 'conditions': [ 452 'conditions': [
435 ['disable_nacl==0 and disable_nacl_untrusted==0', { 453 ['disable_nacl==0 and disable_nacl_untrusted==0', {
436 'dependencies': [ 454 'dependencies': [
437 '../components/nacl.gyp:nacl_loader_unittests', 455 '../components/nacl.gyp:nacl_loader_unittests',
438 '../mojo/mojo_nacl.gyp:monacl_shell', 456 '../mojo/mojo_nacl.gyp:monacl_shell', # TODO(GYP) This will be deleted; don't port
439 '../remoting/remoting.gyp:remoting_key_tester', 457 '../remoting/remoting.gyp:remoting_key_tester',
440 ] 458 ]
441 }], 459 }],
460 ['chromeos== 1 or use_ash==1', {
461 'dependencies': [
462 '../components/components.gyp:session_manager_component',
463 ],
464 }],
465 ['use_x11==1', {
466 'dependencies': [
467 '../gpu/tools/tools.gyp:compositor_model_bench',
468 '../media/media.gyp:player_x11',
469 ],
470 }],
471 ['remoting==1', {
472 'dependencies': [
473 '../remoting/app_remoting_webapp.gyp:ar_sample_app',
474 '../remoting/remoting.gyp:remoting_host',
475 '../remoting/remoting.gyp:remoting_it2me_native_messaging_host',
476 '../remoting/remoting.gyp:remoting_key_tester',
477 '../remoting/remoting.gyp:remoting_me2me_host',
478 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host',
479 '../remoting/remoting.gyp:remoting_native_messaging_manifests',
480 '../remoting/remoting.gyp:remoting_perftests',
481 '../remoting/remoting.gyp:remoting_start_host',
482 '../remoting/remoting.gyp:remoting_unittests',
483 ],
484 }],
485 ['toolkit_views==1', {
486 'dependencies': [
487 '../ui/app_list/app_list.gyp:app_list_demo',
488 ],
489 }],
442 ['test_isolation_mode!="noop"', { 490 ['test_isolation_mode!="noop"', {
443 'dependencies': [ 491 'dependencies': [
444 '../ash/ash.gyp:ash_unittests_run',
445 '../base/base.gyp:base_unittests_run', 492 '../base/base.gyp:base_unittests_run',
446 '../cc/cc_tests.gyp:cc_unittests_run', 493 '../cc/cc_tests.gyp:cc_unittests_run',
447 '../chrome/chrome.gyp:browser_tests_run', 494 '../chrome/chrome.gyp:browser_tests_run',
448 '../chrome/chrome.gyp:chrome_run', 495 '../chrome/chrome.gyp:chrome_run',
449 '../chrome/chrome.gyp:interactive_ui_tests_run', 496 '../chrome/chrome.gyp:interactive_ui_tests_run',
450 '../chrome/chrome.gyp:sync_integration_tests_run', 497 '../chrome/chrome.gyp:sync_integration_tests_run',
451 '../chrome/chrome.gyp:unit_tests_run', 498 '../chrome/chrome.gyp:unit_tests_run',
452 '../components/components_tests.gyp:components_browsertests_run' , 499 '../components/components_tests.gyp:components_browsertests_run' ,
453 '../components/components_tests.gyp:components_unittests_run', 500 '../components/components_tests.gyp:components_unittests_run',
454 '../content/content_shell_and_tests.gyp:content_browsertests_run ', 501 '../content/content_shell_and_tests.gyp:content_browsertests_run ',
455 '../content/content_shell_and_tests.gyp:content_unittests_run', 502 '../content/content_shell_and_tests.gyp:content_unittests_run',
456 '../crypto/crypto.gyp:crypto_unittests_run', 503 '../crypto/crypto.gyp:crypto_unittests_run',
457 '../courgette/courgette.gyp:courgette_unittests_run', 504 '../courgette/courgette.gyp:courgette_unittests_run',
458 '../gpu/gpu.gyp:gpu_unittests_run', 505 '../gpu/gpu.gyp:gpu_unittests_run',
459 '../media/cast/cast.gyp:cast_unittests_run', 506 '../media/cast/cast.gyp:cast_unittests_run',
460 '../media/media.gyp:media_unittests_run', 507 '../media/media.gyp:media_unittests_run',
461 '../net/net.gyp:net_unittests_run', 508 '../net/net.gyp:net_unittests_run',
462 '../sandbox/sandbox.gyp:sandbox_linux_unittests_run', 509 '../sandbox/sandbox.gyp:sandbox_linux_unittests_run',
463 '../sql/sql.gyp:sql_unittests_run', 510 '../sql/sql.gyp:sql_unittests_run',
464 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinv alidation_unittests_run', 511 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinv alidation_unittests_run',
465 '../ui/accessibility/accessibility.gyp:accessibility_unittests_r un', 512 '../ui/accessibility/accessibility.gyp:accessibility_unittests_r un',
466 '../ui/app_list/app_list.gyp:app_list_unittests_run', 513 '../ui/app_list/app_list.gyp:app_list_unittests_run',
467 '../ui/events/events.gyp:events_unittests_run', 514 '../ui/events/events.gyp:events_unittests_run',
468 '../ui/message_center/message_center.gyp:message_center_unittest s_run', 515 '../ui/message_center/message_center.gyp:message_center_unittest s_run',
469 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection _unittests_run', 516 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection _unittests_run',
470 ], 517 ],
518 'conditions': [
519 ['use_ash==1', {
520 'dependencies': [
521 '../ash/ash.gyp:ash_unittests_run',
522 ],
523 }],
524 ],
471 }], 525 }],
472 ], 526 ],
473 }], 527 }],
474 ['use_aura==1', {
475 'dependencies': [
476 '../ui/aura/aura.gyp:aura_demo',
477 '../ui/aura/aura.gyp:aura_unittests',
478 ],
479 }],
480 ], 528 ],
481 }, 529 },
482 { 530 {
483 # This target, when built, should cause no actual work 531 # This target, when built, should cause no actual work
484 # to be done, just update a bunch of stamp files. 532 # to be done, just update a bunch of stamp files.
485 'target_name': 'gyp_groups', 533 'target_name': 'gyp_groups',
486 'type': 'none', 534 'type': 'none',
487 'dependencies': [ 535 'dependencies': [
488 'All', 536 'All',
489 'aura_builder', 537 'aura_builder',
490 'blink_tests', 538 'blink_tests',
491 'chromium_builder_asan', 539 'chromium_builder_asan',
492 'chromium_builder_chromedriver', 540 'chromium_builder_chromedriver',
493 'chromium_builder_perf', 541 'chromium_builder_perf',
494 'chromium_builder_tests', 542 'chromium_builder_tests',
495 'chromium_builder_webrtc', 543 'chromium_builder_webrtc',
496 'chromium_gpu_builder', 544 'chromium_gpu_builder',
497 'chromium_gpu_debug_builder', 545 'chromium_gpu_debug_builder',
498 ], 546 ],
499 }, 547 },
500 ] 548 ]
501 } 549 }
502 550
OLDNEW
« no previous file with comments | « build/config/win/BUILD.gn ('k') | build/ios/grit_whitelist.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698