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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 'launcher/launcher_model.h', | 84 'launcher/launcher_model.h', |
85 'launcher/launcher_model_observer.h', | 85 'launcher/launcher_model_observer.h', |
86 'launcher/launcher_navigator.cc', | 86 'launcher/launcher_navigator.cc', |
87 'launcher/launcher_navigator.h', | 87 'launcher/launcher_navigator.h', |
88 'launcher/launcher_types.cc', | 88 'launcher/launcher_types.cc', |
89 'launcher/launcher_types.h', | 89 'launcher/launcher_types.h', |
90 'launcher/launcher_view.cc', | 90 'launcher/launcher_view.cc', |
91 'launcher/launcher_view.h', | 91 'launcher/launcher_view.h', |
92 'launcher/tabbed_launcher_button.cc', | 92 'launcher/tabbed_launcher_button.cc', |
93 'launcher/tabbed_launcher_button.h', | 93 'launcher/tabbed_launcher_button.h', |
| 94 'magnifier/magnified_cursor.cc', |
| 95 'magnifier/magnified_cursor.h', |
94 'magnifier/magnification_controller.cc', | 96 'magnifier/magnification_controller.cc', |
95 'magnifier/magnification_controller.h', | 97 'magnifier/magnification_controller.h', |
96 'monitor/monitor_controller.cc', | 98 'monitor/monitor_controller.cc', |
97 'monitor/monitor_controller.h', | 99 'monitor/monitor_controller.h', |
98 'monitor/multi_monitor_manager.cc', | 100 'monitor/multi_monitor_manager.cc', |
99 'monitor/multi_monitor_manager.h', | 101 'monitor/multi_monitor_manager.h', |
100 'monitor/secondary_monitor_view.cc', | 102 'monitor/secondary_monitor_view.cc', |
101 'monitor/secondary_monitor_view.h', | 103 'monitor/secondary_monitor_view.h', |
102 'screen_ash.cc', | 104 'screen_ash.cc', |
103 'screen_ash.h', | 105 'screen_ash.h', |
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
526 'shell/cocoa/app-Info.plist', | 528 'shell/cocoa/app-Info.plist', |
527 ], | 529 ], |
528 'xcode_settings': { | 530 'xcode_settings': { |
529 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 531 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
530 }, | 532 }, |
531 }], | 533 }], |
532 ], | 534 ], |
533 }, | 535 }, |
534 ], | 536 ], |
535 } | 537 } |
OLD | NEW |