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

Side by Side Diff: ash/ash.gyp

Issue 11428130: Rename test_support_ash and test_support_aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 }, { # else: chromeos!=1 441 }, { # else: chromeos!=1
442 'sources/': [ 442 'sources/': [
443 ['exclude', '/chromeos/'], 443 ['exclude', '/chromeos/'],
444 ['exclude', 'display/output_configurator_animation.cc'], 444 ['exclude', 'display/output_configurator_animation.cc'],
445 ['exclude', 'display/output_configurator_animation.h'], 445 ['exclude', 'display/output_configurator_animation.h'],
446 ], 446 ],
447 }], 447 }],
448 ], 448 ],
449 }, 449 },
450 { 450 {
451 'target_name': 'test_support_ash', 451 'target_name': 'ash_test_support',
452 'type': 'static_library', 452 'type': 'static_library',
453 'dependencies': [ 453 'dependencies': [
454 '../skia/skia.gyp:skia', 454 '../skia/skia.gyp:skia',
455 '../testing/gtest.gyp:gtest', 455 '../testing/gtest.gyp:gtest',
456 'ash', 456 'ash',
457 'ash_resources', 457 'ash_resources',
458 ], 458 ],
459 'sources': [ 459 'sources': [
460 'test/ash_test_base.cc', 460 'test/ash_test_base.cc',
461 'test/ash_test_base.h', 461 'test/ash_test_base.h',
(...skipping 24 matching lines...) Expand all
486 '../base/base.gyp:test_support_base', 486 '../base/base.gyp:test_support_base',
487 '../chrome/chrome_resources.gyp:packed_resources', 487 '../chrome/chrome_resources.gyp:packed_resources',
488 '../content/content.gyp:content_browser', 488 '../content/content.gyp:content_browser',
489 '../content/content.gyp:test_support_content', 489 '../content/content.gyp:test_support_content',
490 '../build/temp_gyp/googleurl.gyp:googleurl', 490 '../build/temp_gyp/googleurl.gyp:googleurl',
491 '../skia/skia.gyp:skia', 491 '../skia/skia.gyp:skia',
492 '../testing/gtest.gyp:gtest', 492 '../testing/gtest.gyp:gtest',
493 '../third_party/icu/icu.gyp:icui18n', 493 '../third_party/icu/icu.gyp:icui18n',
494 '../third_party/icu/icu.gyp:icuuc', 494 '../third_party/icu/icu.gyp:icuuc',
495 '../ui/aura/aura.gyp:aura', 495 '../ui/aura/aura.gyp:aura',
496 '../ui/aura/aura.gyp:test_support_aura', 496 '../ui/aura/aura.gyp:aura_test_support',
497 '../ui/app_list/app_list.gyp:app_list', 497 '../ui/app_list/app_list.gyp:app_list',
498 '../ui/compositor/compositor.gyp:compositor', 498 '../ui/compositor/compositor.gyp:compositor',
499 '../ui/compositor/compositor.gyp:compositor_test_support', 499 '../ui/compositor/compositor.gyp:compositor_test_support',
500 '../ui/message_center/message_center.gyp:message_center', 500 '../ui/message_center/message_center.gyp:message_center',
501 '../ui/ui.gyp:ui', 501 '../ui/ui.gyp:ui',
502 '../ui/ui.gyp:ui_resources', 502 '../ui/ui.gyp:ui_resources',
503 '../ui/ui.gyp:ui_test_support', 503 '../ui/ui.gyp:ui_test_support',
504 '../ui/views/views.gyp:views', 504 '../ui/views/views.gyp:views',
505 '../ui/views/views.gyp:views_test_support', 505 '../ui/views/views.gyp:views_test_support',
506 '../ui/views/views.gyp:views_examples_with_content_lib', 506 '../ui/views/views.gyp:views_examples_with_content_lib',
507 '../ui/views/views.gyp:views_with_content_test_support', 507 '../ui/views/views.gyp:views_with_content_test_support',
508 'ash', 508 'ash',
509 'ash_resources', 509 'ash_resources',
510 'test_support_ash', 510 'ash_test_support',
511 ], 511 ],
512 'sources': [ 512 'sources': [
513 '../ui/views/test/test_views_delegate.cc', 513 '../ui/views/test/test_views_delegate.cc',
514 '../ui/views/test/test_views_delegate.h', 514 '../ui/views/test/test_views_delegate.h',
515 'accelerators/accelerator_controller_unittest.cc', 515 'accelerators/accelerator_controller_unittest.cc',
516 'accelerators/accelerator_filter_unittest.cc', 516 'accelerators/accelerator_filter_unittest.cc',
517 'accelerators/accelerator_table_unittest.cc', 517 'accelerators/accelerator_table_unittest.cc',
518 'accelerators/nested_dispatcher_controller_unittest.cc', 518 'accelerators/nested_dispatcher_controller_unittest.cc',
519 'desktop_background/desktop_background_controller_unittest.cc', 519 'desktop_background/desktop_background_controller_unittest.cc',
520 'dip_unittest.cc', 520 'dip_unittest.cc',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 'shell/cocoa/app-Info.plist', 703 'shell/cocoa/app-Info.plist',
704 ], 704 ],
705 'xcode_settings': { 705 'xcode_settings': {
706 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 706 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
707 }, 707 },
708 }], 708 }],
709 ], 709 ],
710 }, 710 },
711 ], 711 ],
712 } 712 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698