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

Side by Side Diff: ash/ash.gyp

Issue 147033003: Move some non-unittest files to compositor_test_support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | chrome/chrome_tests.gypi » ('j') | ui/compositor/compositor.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 '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 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 '../content/content.gyp:content_browser', 783 '../content/content.gyp:content_browser',
784 '../content/content_shell_and_tests.gyp:test_support_content', 784 '../content/content_shell_and_tests.gyp:test_support_content',
785 '../skia/skia.gyp:skia', 785 '../skia/skia.gyp:skia',
786 '../testing/gtest.gyp:gtest', 786 '../testing/gtest.gyp:gtest',
787 '../third_party/icu/icu.gyp:icui18n', 787 '../third_party/icu/icu.gyp:icui18n',
788 '../third_party/icu/icu.gyp:icuuc', 788 '../third_party/icu/icu.gyp:icuuc',
789 '../ui/app_list/app_list.gyp:app_list', 789 '../ui/app_list/app_list.gyp:app_list',
790 '../ui/aura/aura.gyp:aura', 790 '../ui/aura/aura.gyp:aura',
791 '../ui/aura/aura.gyp:aura_test_support', 791 '../ui/aura/aura.gyp:aura_test_support',
792 '../ui/compositor/compositor.gyp:compositor', 792 '../ui/compositor/compositor.gyp:compositor',
793 '../ui/compositor/compositor.gyp:compositor_test_support',
793 '../ui/events/events.gyp:events', 794 '../ui/events/events.gyp:events',
794 '../ui/events/events.gyp:events_test_support', 795 '../ui/events/events.gyp:events_test_support',
795 '../ui/gfx/gfx.gyp:gfx', 796 '../ui/gfx/gfx.gyp:gfx',
796 '../ui/gfx/gfx.gyp:gfx_geometry', 797 '../ui/gfx/gfx.gyp:gfx_geometry',
797 '../ui/keyboard/keyboard.gyp:keyboard', 798 '../ui/keyboard/keyboard.gyp:keyboard',
798 '../ui/message_center/message_center.gyp:message_center', 799 '../ui/message_center/message_center.gyp:message_center',
799 '../ui/message_center/message_center.gyp:message_center_test_support', 800 '../ui/message_center/message_center.gyp:message_center_test_support',
800 '../ui/resources/ui_resources.gyp:ui_resources', 801 '../ui/resources/ui_resources.gyp:ui_resources',
801 '../ui/ui.gyp:ui', 802 '../ui/ui.gyp:ui',
802 '../ui/ui_unittests.gyp:ui_test_support', 803 '../ui/ui_unittests.gyp:ui_test_support',
803 '../ui/views/views.gyp:views', 804 '../ui/views/views.gyp:views',
804 '../ui/views/views.gyp:views_examples_with_content_lib', 805 '../ui/views/views.gyp:views_examples_with_content_lib',
805 '../ui/views/views.gyp:views_test_support', 806 '../ui/views/views.gyp:views_test_support',
806 '../ui/views/views.gyp:views_with_content_test_support', 807 '../ui/views/views.gyp:views_with_content_test_support',
807 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 808 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
808 '../url/url.gyp:url_lib', 809 '../url/url.gyp:url_lib',
809 'ash_strings.gyp:ash_strings', 810 'ash_strings.gyp:ash_strings',
810 'ash', 811 'ash',
811 'ash_resources', 812 'ash_resources',
812 'ash_test_support', 813 'ash_test_support',
813 'ash_with_content', 814 'ash_with_content',
814 ], 815 ],
815 'sources': [ 816 'sources': [
816 '../ui/compositor/test/layer_animator_test_controller.cc',
817 '../ui/compositor/test/layer_animator_test_controller.h',
818 '../ui/views/test/test_views_delegate.cc',
819 '../ui/views/test/test_views_delegate.h',
820 'accelerators/accelerator_commands_unittest.cc', 817 'accelerators/accelerator_commands_unittest.cc',
821 'accelerators/accelerator_controller_unittest.cc', 818 'accelerators/accelerator_controller_unittest.cc',
822 'accelerators/accelerator_filter_unittest.cc', 819 'accelerators/accelerator_filter_unittest.cc',
823 'accelerators/accelerator_table_unittest.cc', 820 'accelerators/accelerator_table_unittest.cc',
824 'accelerators/nested_dispatcher_controller_unittest.cc', 821 'accelerators/nested_dispatcher_controller_unittest.cc',
825 'autoclick/autoclick_unittest.cc', 822 'autoclick/autoclick_unittest.cc',
826 'desktop_background/desktop_background_controller_unittest.cc', 823 'desktop_background/desktop_background_controller_unittest.cc',
827 'desktop_background/wallpaper_resizer_unittest.cc', 824 'desktop_background/wallpaper_resizer_unittest.cc',
828 'dip_unittest.cc', 825 'dip_unittest.cc',
829 'display/display_change_observer_chromeos_unittest.cc', 826 'display/display_change_observer_chromeos_unittest.cc',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
1072 }, 1069 },
1073 }, 1070 },
1074 'dependencies': [ 1071 'dependencies': [
1075 '../sandbox/sandbox.gyp:sandbox', 1072 '../sandbox/sandbox.gyp:sandbox',
1076 ], 1073 ],
1077 }], 1074 }],
1078 ], 1075 ],
1079 }, 1076 },
1080 ], 1077 ],
1081 } 1078 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | ui/compositor/compositor.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698