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

Side by Side Diff: build/all.gyp

Issue 10375027: Remove ui_tests from all.gyp. The bots don't need to build it anymore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 }, # target_name: chromium_swarm_tests 169 }, # target_name: chromium_swarm_tests
170 { 170 {
171 'target_name': 'chromium_builder_tests', 171 'target_name': 'chromium_builder_tests',
172 'type': 'none', 172 'type': 'none',
173 'dependencies': [ 173 'dependencies': [
174 '../base/base.gyp:base_unittests', 174 '../base/base.gyp:base_unittests',
175 '../chrome/chrome.gyp:browser_tests', 175 '../chrome/chrome.gyp:browser_tests',
176 '../chrome/chrome.gyp:interactive_ui_tests', 176 '../chrome/chrome.gyp:interactive_ui_tests',
177 '../chrome/chrome.gyp:safe_browsing_tests', 177 '../chrome/chrome.gyp:safe_browsing_tests',
178 '../chrome/chrome.gyp:sync_integration_tests', 178 '../chrome/chrome.gyp:sync_integration_tests',
179 '../chrome/chrome.gyp:ui_tests',
180 '../chrome/chrome.gyp:unit_tests', 179 '../chrome/chrome.gyp:unit_tests',
181 '../content/content.gyp:content_browsertests', 180 '../content/content.gyp:content_browsertests',
182 '../content/content.gyp:content_unittests', 181 '../content/content.gyp:content_unittests',
183 '../crypto/crypto.gyp:crypto_unittests', 182 '../crypto/crypto.gyp:crypto_unittests',
184 '../ui/ui.gyp:gfx_unittests', 183 '../ui/ui.gyp:gfx_unittests',
185 '../gpu/gpu.gyp:gpu_unittests', 184 '../gpu/gpu.gyp:gpu_unittests',
186 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_su pport', 185 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_su pport',
187 '../ipc/ipc.gyp:ipc_tests', 186 '../ipc/ipc.gyp:ipc_tests',
188 '../jingle/jingle.gyp:jingle_unittests', 187 '../jingle/jingle.gyp:jingle_unittests',
189 '../media/media.gyp:media_unittests', 188 '../media/media.gyp:media_unittests',
(...skipping 19 matching lines...) Expand all
209 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', 208 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
210 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 209 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
211 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 210 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
212 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 211 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
213 '../courgette/courgette.gyp:courgette_unittests', 212 '../courgette/courgette.gyp:courgette_unittests',
214 '../sandbox/sandbox.gyp:sbox_integration_tests', 213 '../sandbox/sandbox.gyp:sbox_integration_tests',
215 '../sandbox/sandbox.gyp:sbox_unittests', 214 '../sandbox/sandbox.gyp:sbox_unittests',
216 '../sandbox/sandbox.gyp:sbox_validation_tests', 215 '../sandbox/sandbox.gyp:sbox_validation_tests',
217 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', 216 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
218 '../ui/views/views.gyp:views_unittests', 217 '../ui/views/views.gyp:views_unittests',
219 # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
220 # This should:
221 # 1) not be the case. OR.
222 # 2) be expressed in the ui tests dependencies.
223 '../webkit/webkit.gyp:test_shell_common', 218 '../webkit/webkit.gyp:test_shell_common',
224 ], 219 ],
225 }], 220 }],
226 ], 221 ],
227 }, # target_name: chromium_builder_tests 222 }, # target_name: chromium_builder_tests
228 { 223 {
229 'target_name': 'chromium_2010_builder_tests', 224 'target_name': 'chromium_2010_builder_tests',
230 'type': 'none', 225 'type': 'none',
231 'dependencies': [ 226 'dependencies': [
232 'chromium_builder_tests', 227 'chromium_builder_tests',
233 ], 228 ],
234 }, # target_name: chromium_2010_builder_tests 229 }, # target_name: chromium_2010_builder_tests
235 { 230 {
236 'target_name': 'chromium_builder_nacl_win_integration', 231 'target_name': 'chromium_builder_nacl_win_integration',
237 'type': 'none', 232 'type': 'none',
238 'dependencies': [ 233 'dependencies': [
239 'chromium_builder_qa', # needed for pyauto 234 'chromium_builder_qa', # needed for pyauto
240 'chromium_builder_tests', 235 'chromium_builder_tests',
241 ], 236 ],
242 }, # target_name: chromium_builder_nacl_win_integration 237 }, # target_name: chromium_builder_nacl_win_integration
243 { 238 {
244 'target_name': 'chromium_builder_perf', 239 'target_name': 'chromium_builder_perf',
245 'type': 'none', 240 'type': 'none',
246 'dependencies': [ 241 'dependencies': [
247 'chromium_builder_qa', # needed for pyauto 242 'chromium_builder_qa', # needed for pyauto
248 '../chrome/chrome.gyp:performance_browser_tests', 243 '../chrome/chrome.gyp:performance_browser_tests',
249 '../chrome/chrome.gyp:performance_ui_tests', 244 '../chrome/chrome.gyp:performance_ui_tests',
250 '../chrome/chrome.gyp:plugin_tests', 245 '../chrome/chrome.gyp:plugin_tests',
251 '../chrome/chrome.gyp:sync_performance_tests', 246 '../chrome/chrome.gyp:sync_performance_tests',
252 '../chrome/chrome.gyp:ui_tests',
253 ], 247 ],
254 }, # target_name: chromium_builder_perf 248 }, # target_name: chromium_builder_perf
255 { 249 {
256 'target_name': 'chromium_gpu_builder', 250 'target_name': 'chromium_gpu_builder',
257 'type': 'none', 251 'type': 'none',
258 'dependencies': [ 252 'dependencies': [
259 '../chrome/chrome.gyp:gpu_tests', 253 '../chrome/chrome.gyp:gpu_tests',
260 '../chrome/chrome.gyp:performance_browser_tests', 254 '../chrome/chrome.gyp:performance_browser_tests',
261 '../chrome/chrome.gyp:performance_ui_tests', 255 '../chrome/chrome.gyp:performance_ui_tests',
262 '../gpu/gpu.gyp:gl_tests', 256 '../gpu/gpu.gyp:gl_tests',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 # These targets are here so the build bots can use them to build 299 # These targets are here so the build bots can use them to build
306 # subsets of a full tree for faster cycle times. 300 # subsets of a full tree for faster cycle times.
307 { 301 {
308 'target_name': 'chromium_builder_dbg', 302 'target_name': 'chromium_builder_dbg',
309 'type': 'none', 303 'type': 'none',
310 'dependencies': [ 304 'dependencies': [
311 '../chrome/chrome.gyp:browser_tests', 305 '../chrome/chrome.gyp:browser_tests',
312 '../chrome/chrome.gyp:interactive_ui_tests', 306 '../chrome/chrome.gyp:interactive_ui_tests',
313 '../chrome/chrome.gyp:safe_browsing_tests', 307 '../chrome/chrome.gyp:safe_browsing_tests',
314 '../chrome/chrome.gyp:sync_integration_tests', 308 '../chrome/chrome.gyp:sync_integration_tests',
315 '../chrome/chrome.gyp:ui_tests',
316 '../chrome/chrome.gyp:unit_tests', 309 '../chrome/chrome.gyp:unit_tests',
317 '../content/content.gyp:content_browsertests', 310 '../content/content.gyp:content_browsertests',
318 '../content/content.gyp:content_unittests', 311 '../content/content.gyp:content_unittests',
319 '../ui/ui.gyp:gfx_unittests', 312 '../ui/ui.gyp:gfx_unittests',
320 '../gpu/gpu.gyp:gpu_unittests', 313 '../gpu/gpu.gyp:gpu_unittests',
321 '../ipc/ipc.gyp:ipc_tests', 314 '../ipc/ipc.gyp:ipc_tests',
322 '../jingle/jingle.gyp:jingle_unittests', 315 '../jingle/jingle.gyp:jingle_unittests',
323 '../media/media.gyp:media_unittests', 316 '../media/media.gyp:media_unittests',
324 '../printing/printing.gyp:printing_unittests', 317 '../printing/printing.gyp:printing_unittests',
325 '../remoting/remoting.gyp:remoting_unittests', 318 '../remoting/remoting.gyp:remoting_unittests',
326 '../rlz/rlz.gyp:*', 319 '../rlz/rlz.gyp:*',
327 '../sql/sql.gyp:sql_unittests', 320 '../sql/sql.gyp:sql_unittests',
328 '../sync/sync.gyp:sync_unit_tests', 321 '../sync/sync.gyp:sync_unit_tests',
329 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 322 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
330 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 323 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
331 'temp_gyp/googleurl.gyp:googleurl_unittests', 324 'temp_gyp/googleurl.gyp:googleurl_unittests',
332 ], 325 ],
333 }, 326 },
334 { 327 {
335 'target_name': 'chromium_builder_rel', 328 'target_name': 'chromium_builder_rel',
336 'type': 'none', 329 'type': 'none',
337 'dependencies': [ 330 'dependencies': [
338 '../chrome/chrome.gyp:browser_tests', 331 '../chrome/chrome.gyp:browser_tests',
339 '../chrome/chrome.gyp:performance_browser_tests', 332 '../chrome/chrome.gyp:performance_browser_tests',
340 '../chrome/chrome.gyp:performance_ui_tests', 333 '../chrome/chrome.gyp:performance_ui_tests',
341 '../chrome/chrome.gyp:plugin_tests', 334 '../chrome/chrome.gyp:plugin_tests',
342 '../chrome/chrome.gyp:safe_browsing_tests', 335 '../chrome/chrome.gyp:safe_browsing_tests',
343 '../chrome/chrome.gyp:sync_integration_tests', 336 '../chrome/chrome.gyp:sync_integration_tests',
344 '../chrome/chrome.gyp:ui_tests',
345 '../chrome/chrome.gyp:unit_tests', 337 '../chrome/chrome.gyp:unit_tests',
346 '../content/content.gyp:content_browsertests', 338 '../content/content.gyp:content_browsertests',
347 '../content/content.gyp:content_unittests', 339 '../content/content.gyp:content_unittests',
348 '../ui/ui.gyp:gfx_unittests', 340 '../ui/ui.gyp:gfx_unittests',
349 '../gpu/gpu.gyp:gpu_unittests', 341 '../gpu/gpu.gyp:gpu_unittests',
350 '../ipc/ipc.gyp:ipc_tests', 342 '../ipc/ipc.gyp:ipc_tests',
351 '../jingle/jingle.gyp:jingle_unittests', 343 '../jingle/jingle.gyp:jingle_unittests',
352 '../media/media.gyp:media_unittests', 344 '../media/media.gyp:media_unittests',
353 '../printing/printing.gyp:printing_unittests', 345 '../printing/printing.gyp:printing_unittests',
354 '../remoting/remoting.gyp:remoting_unittests', 346 '../remoting/remoting.gyp:remoting_unittests',
(...skipping 27 matching lines...) Expand all
382 'dependencies': [ 374 'dependencies': [
383 '../base/base.gyp:base_unittests', 375 '../base/base.gyp:base_unittests',
384 '../crypto/crypto.gyp:crypto_unittests', 376 '../crypto/crypto.gyp:crypto_unittests',
385 '../ipc/ipc.gyp:ipc_tests', 377 '../ipc/ipc.gyp:ipc_tests',
386 '../media/media.gyp:media_unittests', 378 '../media/media.gyp:media_unittests',
387 '../net/net.gyp:net_unittests', 379 '../net/net.gyp:net_unittests',
388 '../printing/printing.gyp:printing_unittests', 380 '../printing/printing.gyp:printing_unittests',
389 '../remoting/remoting.gyp:remoting_unittests', 381 '../remoting/remoting.gyp:remoting_unittests',
390 '../chrome/chrome.gyp:safe_browsing_tests', 382 '../chrome/chrome.gyp:safe_browsing_tests',
391 '../chrome/chrome.gyp:unit_tests', 383 '../chrome/chrome.gyp:unit_tests',
392 '../chrome/chrome.gyp:ui_tests',
393 '../content/content.gyp:content_unittests', 384 '../content/content.gyp:content_unittests',
394 '../ui/ui.gyp:gfx_unittests', 385 '../ui/ui.gyp:gfx_unittests',
395 '../jingle/jingle.gyp:jingle_unittests', 386 '../jingle/jingle.gyp:jingle_unittests',
396 '../sql/sql.gyp:sql_unittests', 387 '../sql/sql.gyp:sql_unittests',
397 '../sync/sync.gyp:sync_unit_tests', 388 '../sync/sync.gyp:sync_unit_tests',
398 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 389 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
399 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 390 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
400 'temp_gyp/googleurl.gyp:googleurl_unittests', 391 'temp_gyp/googleurl.gyp:googleurl_unittests',
401 ], 392 ],
402 }, 393 },
403 ], # targets 394 ], # targets
404 }], # OS="mac" 395 }], # OS="mac"
405 ['OS=="win"', { 396 ['OS=="win"', {
406 'targets': [ 397 'targets': [
407 # These targets are here so the build bots can use them to build 398 # These targets are here so the build bots can use them to build
408 # subsets of a full tree for faster cycle times. 399 # subsets of a full tree for faster cycle times.
409 { 400 {
410 'target_name': 'chromium_builder', 401 'target_name': 'chromium_builder',
411 'type': 'none', 402 'type': 'none',
412 'dependencies': [ 403 'dependencies': [
413 '../chrome/chrome.gyp:browser_tests', 404 '../chrome/chrome.gyp:browser_tests',
414 '../chrome/chrome.gyp:installer_util_unittests', 405 '../chrome/chrome.gyp:installer_util_unittests',
415 '../chrome/chrome.gyp:interactive_ui_tests', 406 '../chrome/chrome.gyp:interactive_ui_tests',
416 '../chrome/chrome.gyp:mini_installer_test', 407 '../chrome/chrome.gyp:mini_installer_test',
417 '../chrome/chrome.gyp:performance_browser_tests', 408 '../chrome/chrome.gyp:performance_browser_tests',
418 '../chrome/chrome.gyp:performance_ui_tests', 409 '../chrome/chrome.gyp:performance_ui_tests',
419 '../chrome/chrome.gyp:plugin_tests', 410 '../chrome/chrome.gyp:plugin_tests',
420 '../chrome/chrome.gyp:safe_browsing_tests', 411 '../chrome/chrome.gyp:safe_browsing_tests',
421 '../chrome/chrome.gyp:sync_integration_tests', 412 '../chrome/chrome.gyp:sync_integration_tests',
422 '../chrome/chrome.gyp:ui_tests',
423 '../chrome/chrome.gyp:unit_tests', 413 '../chrome/chrome.gyp:unit_tests',
424 '../content/content.gyp:content_browsertests', 414 '../content/content.gyp:content_browsertests',
425 '../content/content.gyp:content_unittests', 415 '../content/content.gyp:content_unittests',
426 # mini_installer_tests depends on mini_installer. This should be 416 # mini_installer_tests depends on mini_installer. This should be
427 # defined in installer.gyp. 417 # defined in installer.gyp.
428 '../chrome/installer/mini_installer.gyp:mini_installer', 418 '../chrome/installer/mini_installer.gyp:mini_installer',
429 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 419 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
430 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 420 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
431 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', 421 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
432 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 422 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
433 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 423 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
434 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 424 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
435 '../courgette/courgette.gyp:courgette_unittests', 425 '../courgette/courgette.gyp:courgette_unittests',
436 '../ui/ui.gyp:gfx_unittests', 426 '../ui/ui.gyp:gfx_unittests',
437 '../gpu/gpu.gyp:gpu_unittests', 427 '../gpu/gpu.gyp:gpu_unittests',
438 '../ipc/ipc.gyp:ipc_tests', 428 '../ipc/ipc.gyp:ipc_tests',
439 '../jingle/jingle.gyp:jingle_unittests', 429 '../jingle/jingle.gyp:jingle_unittests',
440 '../media/media.gyp:media_unittests', 430 '../media/media.gyp:media_unittests',
441 '../printing/printing.gyp:printing_unittests', 431 '../printing/printing.gyp:printing_unittests',
442 '../remoting/remoting.gyp:remoting_unittests', 432 '../remoting/remoting.gyp:remoting_unittests',
443 '../sql/sql.gyp:sql_unittests', 433 '../sql/sql.gyp:sql_unittests',
444 '../sync/sync.gyp:sync_unit_tests', 434 '../sync/sync.gyp:sync_unit_tests',
445 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 435 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
446 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 436 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
447 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', 437 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
448 '../ui/views/views.gyp:views_unittests', 438 '../ui/views/views.gyp:views_unittests',
449 # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
450 # This should:
451 # 1) not be the case. OR.
452 # 2) be expressed in the ui tests dependencies.
453 '../webkit/webkit.gyp:test_shell_common',
454 'temp_gyp/googleurl.gyp:googleurl_unittests', 439 'temp_gyp/googleurl.gyp:googleurl_unittests',
455 ], 440 ],
456 }, 441 },
457 { 442 {
458 'target_name': 'chromium_builder_win_cf', 443 'target_name': 'chromium_builder_win_cf',
459 'type': 'none', 444 'type': 'none',
460 'dependencies': [ 445 'dependencies': [
461 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 446 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
462 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 447 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
463 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', 448 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 }], # OS="win" 545 }], # OS="win"
561 ['use_aura==1', { 546 ['use_aura==1', {
562 'targets': [ 547 'targets': [
563 { 548 {
564 'target_name': 'aura_builder', 549 'target_name': 'aura_builder',
565 'type': 'none', 550 'type': 'none',
566 'dependencies': [ 551 'dependencies': [
567 '../chrome/chrome.gyp:browser_tests', 552 '../chrome/chrome.gyp:browser_tests',
568 '../chrome/chrome.gyp:chrome', 553 '../chrome/chrome.gyp:chrome',
569 '../chrome/chrome.gyp:interactive_ui_tests', 554 '../chrome/chrome.gyp:interactive_ui_tests',
570 '../chrome/chrome.gyp:ui_tests',
571 '../chrome/chrome.gyp:unit_tests', 555 '../chrome/chrome.gyp:unit_tests',
572 '../ui/aura/aura.gyp:*', 556 '../ui/aura/aura.gyp:*',
573 '../ui/gfx/compositor/compositor.gyp:*', 557 '../ui/gfx/compositor/compositor.gyp:*',
574 '../ui/ui.gyp:gfx_unittests', 558 '../ui/ui.gyp:gfx_unittests',
575 '../ui/views/views.gyp:views', 559 '../ui/views/views.gyp:views',
576 '../ui/views/views.gyp:views_unittests', 560 '../ui/views/views.gyp:views_unittests',
577 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 561 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
578 ], 562 ],
579 'conditions': [ 563 'conditions': [
580 ['OS=="win"', { 564 ['OS=="win"', {
(...skipping 23 matching lines...) Expand all
604 '../ipc/ipc.gyp:ipc_tests', 588 '../ipc/ipc.gyp:ipc_tests',
605 '../sql/sql.gyp:sql_unittests', 589 '../sql/sql.gyp:sql_unittests',
606 '../sync/sync.gyp:sync_unit_tests', 590 '../sync/sync.gyp:sync_unit_tests',
607 ], 591 ],
608 }], 592 }],
609 ['OS=="mac"', { 593 ['OS=="mac"', {
610 # Exclude dependencies that are not currently implemented. 594 # Exclude dependencies that are not currently implemented.
611 'dependencies!': [ 595 'dependencies!': [
612 '../chrome/chrome.gyp:chrome', 596 '../chrome/chrome.gyp:chrome',
613 '../chrome/chrome.gyp:unit_tests', 597 '../chrome/chrome.gyp:unit_tests',
614 '../chrome/chrome.gyp:ui_tests',
615 '../ui/views/views.gyp:views_unittests', 598 '../ui/views/views.gyp:views_unittests',
616 ], 599 ],
617 }], 600 }],
618 ['chromeos==1', { 601 ['chromeos==1', {
619 'dependencies': [ 602 'dependencies': [
620 '../chromeos/chromeos.gyp:chromeos_unittests', 603 '../chromeos/chromeos.gyp:chromeos_unittests',
621 ], 604 ],
622 }], 605 }],
623 ], 606 ],
624 }, 607 },
625 ], # targets 608 ], # targets
626 }], # "use_aura==1" 609 }], # "use_aura==1"
627 ], # conditions 610 ], # conditions
628 } 611 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698