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

Side by Side Diff: ash/ash.gyp

Issue 551373005: Enable ash shell and unit tests in GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: non-exported base for windows Created 6 years, 3 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 | « ash/BUILD.gn ('k') | ash/display/display_controller_unittest.cc » ('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 # These files lists are shared with the GN build. 9 # These files lists are shared with the GN build.
10 'ash_sources': [ 10 'ash_sources': [
(...skipping 22 matching lines...) Expand all
33 'accelerometer/accelerometer_controller.cc', 33 'accelerometer/accelerometer_controller.cc',
34 'accelerometer/accelerometer_controller.h', 34 'accelerometer/accelerometer_controller.h',
35 'accelerometer/accelerometer_observer.h', 35 'accelerometer/accelerometer_observer.h',
36 'accessibility_delegate.h', 36 'accessibility_delegate.h',
37 'audio/sounds.cc', 37 'audio/sounds.cc',
38 'audio/sounds.h', 38 'audio/sounds.h',
39 'autoclick/autoclick_controller.cc', 39 'autoclick/autoclick_controller.cc',
40 'autoclick/autoclick_controller.h', 40 'autoclick/autoclick_controller.h',
41 'ash_constants.cc', 41 'ash_constants.cc',
42 'ash_constants.h', 42 'ash_constants.h',
43 'ash_export.h',
43 'ash_switches.cc', 44 'ash_switches.cc',
44 'ash_switches.h', 45 'ash_switches.h',
45 'ash_touch_exploration_manager_chromeos.cc', 46 'ash_touch_exploration_manager_chromeos.cc',
46 'ash_touch_exploration_manager_chromeos.h', 47 'ash_touch_exploration_manager_chromeos.h',
47 'cancel_mode.cc', 48 'cancel_mode.cc',
48 'cancel_mode.h', 49 'cancel_mode.h',
49 'debug.cc', 50 'debug.cc',
50 'debug.h', 51 'debug.h',
51 'default_accessibility_delegate.cc', 52 'default_accessibility_delegate.cc',
52 'default_accessibility_delegate.h', 53 'default_accessibility_delegate.h',
(...skipping 802 matching lines...) Expand 10 before | Expand all | Expand 10 after
855 'wm/system_modal_container_layout_manager_unittest.cc', 856 'wm/system_modal_container_layout_manager_unittest.cc',
856 'wm/toplevel_window_event_handler_unittest.cc', 857 'wm/toplevel_window_event_handler_unittest.cc',
857 'wm/video_detector_unittest.cc', 858 'wm/video_detector_unittest.cc',
858 'wm/window_animations_unittest.cc', 859 'wm/window_animations_unittest.cc',
859 'wm/window_cycle_controller_unittest.cc', 860 'wm/window_cycle_controller_unittest.cc',
860 'wm/window_manager_unittest.cc', 861 'wm/window_manager_unittest.cc',
861 'wm/window_modality_controller_unittest.cc', 862 'wm/window_modality_controller_unittest.cc',
862 'wm/window_positioner_unittest.cc', 863 'wm/window_positioner_unittest.cc',
863 'wm/window_state_unittest.cc', 864 'wm/window_state_unittest.cc',
864 'wm/window_util_unittest.cc', 865 'wm/window_util_unittest.cc',
865 'wm/maximize_mode/workspace_backdrop_delegate.cc',
866 'wm/maximize_mode/workspace_backdrop_delegate.h',
867 'wm/overlay_event_filter_unittest.cc', 866 'wm/overlay_event_filter_unittest.cc',
868 'wm/workspace/magnetism_matcher_unittest.cc', 867 'wm/workspace/magnetism_matcher_unittest.cc',
869 'wm/workspace/multi_window_resize_controller_unittest.cc', 868 'wm/workspace/multi_window_resize_controller_unittest.cc',
870 'wm/workspace/workspace_event_handler_test_helper.cc', 869 'wm/workspace/workspace_event_handler_test_helper.cc',
871 'wm/workspace/workspace_event_handler_test_helper.h', 870 'wm/workspace/workspace_event_handler_test_helper.h',
872 'wm/workspace/workspace_event_handler_unittest.cc', 871 'wm/workspace/workspace_event_handler_unittest.cc',
873 'wm/workspace/workspace_layout_manager_unittest.cc', 872 'wm/workspace/workspace_layout_manager_unittest.cc',
874 'wm/workspace/workspace_window_resizer_unittest.cc', 873 'wm/workspace/workspace_window_resizer_unittest.cc',
875 'wm/workspace_controller_test_helper.cc', 874 'wm/workspace_controller_test_helper.cc',
876 'wm/workspace_controller_test_helper.h', 875 'wm/workspace_controller_test_helper.h',
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 ], 1097 ],
1099 'sources': [ 1098 'sources': [
1100 '<@(ash_unittests_sources)', 1099 '<@(ash_unittests_sources)',
1101 ], 1100 ],
1102 'conditions': [ 1101 'conditions': [
1103 ['chromeos==0', { 1102 ['chromeos==0', {
1104 'sources!': [ 1103 'sources!': [
1105 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26 906 1104 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26 906
1106 'focus_cycler_unittest.cc', 1105 'focus_cycler_unittest.cc',
1107 # All tests for multiple displays: not supported on Windows Ash. 1106 # All tests for multiple displays: not supported on Windows Ash.
1108 'accelerators/nested_dispatcher_controller_unittest.cc',
1109 'wm/drag_window_resizer_unittest.cc', 1107 'wm/drag_window_resizer_unittest.cc',
1110 # Can't resize on Windows Ash. http://crbug.com/165962 1108 # Can't resize on Windows Ash. http://crbug.com/165962
1111 'ash_root_window_transformer_unittest.cc',
1112 'magnifier/magnification_controller_unittest.cc', 1109 'magnifier/magnification_controller_unittest.cc',
1113 'wm/workspace/workspace_window_resizer_unittest.cc', 1110 'wm/workspace/workspace_window_resizer_unittest.cc',
1114 'sticky_keys/sticky_keys_overlay_unittest.cc', 1111 'sticky_keys/sticky_keys_overlay_unittest.cc',
1115 'sticky_keys/sticky_keys_unittest.cc', 1112 'sticky_keys/sticky_keys_unittest.cc',
1116 'system/tray/media_security/multi_profile_media_tray_item_unittest.c c', 1113 'system/tray/media_security/multi_profile_media_tray_item_unittest.c c',
1117 'autoclick/autoclick_unittest.cc', 1114 'autoclick/autoclick_unittest.cc',
1118 ], 1115 ],
1119 'sources': [ 1116 'sources': [
1120 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc', 1117 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc',
1121 ], 1118 ],
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
1262 'conditions': [ 1259 'conditions': [
1263 ['chromeos==1', { 1260 ['chromeos==1', {
1264 'dependencies': [ 1261 'dependencies': [
1265 '../ui/display/display.gyp:display', 1262 '../ui/display/display.gyp:display',
1266 ], 1263 ],
1267 }], 1264 }],
1268 ], 1265 ],
1269 }, 1266 },
1270 ], 1267 ],
1271 } 1268 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/display/display_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698