OLD | NEW |
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 | 10 |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 'accelerators/accelerator_dispatcher.cc', | 45 'accelerators/accelerator_dispatcher.cc', |
46 'accelerators/accelerator_dispatcher.h', | 46 'accelerators/accelerator_dispatcher.h', |
47 'accelerators/accelerator_filter.cc', | 47 'accelerators/accelerator_filter.cc', |
48 'accelerators/accelerator_filter.h', | 48 'accelerators/accelerator_filter.h', |
49 'accelerators/accelerator_table.cc', | 49 'accelerators/accelerator_table.cc', |
50 'accelerators/accelerator_table.h', | 50 'accelerators/accelerator_table.h', |
51 'accelerators/focus_manager_factory.cc', | 51 'accelerators/focus_manager_factory.cc', |
52 'accelerators/focus_manager_factory.h', | 52 'accelerators/focus_manager_factory.h', |
53 'accelerators/nested_dispatcher_controller.cc', | 53 'accelerators/nested_dispatcher_controller.cc', |
54 'accelerators/nested_dispatcher_controller.h', | 54 'accelerators/nested_dispatcher_controller.h', |
| 55 'ash_constants.cc', |
| 56 'ash_constants.h', |
55 'ash_switches.cc', | 57 'ash_switches.cc', |
56 'ash_switches.h', | 58 'ash_switches.h', |
57 'caps_lock_delegate.h', | 59 'caps_lock_delegate.h', |
58 'desktop_background/desktop_background_controller.cc', | 60 'desktop_background/desktop_background_controller.cc', |
59 'desktop_background/desktop_background_controller.h', | 61 'desktop_background/desktop_background_controller.h', |
60 'desktop_background/desktop_background_resources.cc', | 62 'desktop_background/desktop_background_resources.cc', |
61 'desktop_background/desktop_background_resources.h', | 63 'desktop_background/desktop_background_resources.h', |
62 'desktop_background/desktop_background_view.cc', | 64 'desktop_background/desktop_background_view.cc', |
63 'desktop_background/desktop_background_view.h', | 65 'desktop_background/desktop_background_view.h', |
64 'drag_drop/drag_drop_controller.cc', | 66 'drag_drop/drag_drop_controller.cc', |
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
602 'shell/cocoa/app-Info.plist', | 604 'shell/cocoa/app-Info.plist', |
603 ], | 605 ], |
604 'xcode_settings': { | 606 'xcode_settings': { |
605 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 607 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
606 }, | 608 }, |
607 }], | 609 }], |
608 ], | 610 ], |
609 }, | 611 }, |
610 ], | 612 ], |
611 } | 613 } |
OLD | NEW |