OLD | NEW |
1 #a Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 #a 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 'ASH_IMPLEMENTATION', | 50 'ASH_IMPLEMENTATION', |
51 ], | 51 ], |
52 'sources': [ | 52 'sources': [ |
53 # All .cc, .h under ash, except unittests | 53 # All .cc, .h under ash, except unittests |
54 'accelerators/accelerator_commands.cc', | 54 'accelerators/accelerator_commands.cc', |
55 'accelerators/accelerator_commands.h', | 55 'accelerators/accelerator_commands.h', |
56 'accelerators/accelerator_controller.cc', | 56 'accelerators/accelerator_controller.cc', |
57 'accelerators/accelerator_controller.h', | 57 'accelerators/accelerator_controller.h', |
58 'accelerators/nested_accelerator_delegate.cc', | 58 'accelerators/nested_accelerator_delegate.cc', |
59 'accelerators/nested_accelerator_delegate.h', | 59 'accelerators/nested_accelerator_delegate.h', |
60 'accelerators/accelerator_filter.cc', | 60 'accelerators/accelerator_delegate.cc', |
61 'accelerators/accelerator_filter.h', | 61 'accelerators/accelerator_delegate.h', |
62 'accelerators/accelerator_table.cc', | 62 'accelerators/accelerator_table.cc', |
63 'accelerators/accelerator_table.h', | 63 'accelerators/accelerator_table.h', |
64 'accelerators/debug_commands.cc', | 64 'accelerators/debug_commands.cc', |
65 'accelerators/debug_commands.h', | 65 'accelerators/debug_commands.h', |
66 'accelerators/exit_warning_handler.cc', | 66 'accelerators/exit_warning_handler.cc', |
67 'accelerators/exit_warning_handler.h', | 67 'accelerators/exit_warning_handler.h', |
68 'accelerators/key_hold_detector.cc', | 68 'accelerators/key_hold_detector.cc', |
69 'accelerators/key_hold_detector.h', | 69 'accelerators/key_hold_detector.h', |
70 'accelerators/focus_manager_factory.cc', | 70 'accelerators/focus_manager_factory.cc', |
71 'accelerators/focus_manager_factory.h', | 71 'accelerators/focus_manager_factory.h', |
(...skipping 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1212 'conditions': [ | 1212 'conditions': [ |
1213 ['chromeos==1', { | 1213 ['chromeos==1', { |
1214 'dependencies': [ | 1214 'dependencies': [ |
1215 '../ui/display/display.gyp:display', | 1215 '../ui/display/display.gyp:display', |
1216 ], | 1216 ], |
1217 }], | 1217 }], |
1218 ], | 1218 ], |
1219 }, | 1219 }, |
1220 ], | 1220 ], |
1221 } | 1221 } |
OLD | NEW |