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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 'launcher/tabbed_launcher_button.cc', | 94 'launcher/tabbed_launcher_button.cc', |
95 'launcher/tabbed_launcher_button.h', | 95 'launcher/tabbed_launcher_button.h', |
96 'magnifier/magnification_controller.cc', | 96 'magnifier/magnification_controller.cc', |
97 'magnifier/magnification_controller.h', | 97 'magnifier/magnification_controller.h', |
98 'monitor/monitor_controller.cc', | 98 'monitor/monitor_controller.cc', |
99 'monitor/monitor_controller.h', | 99 'monitor/monitor_controller.h', |
100 'monitor/multi_monitor_manager.cc', | 100 'monitor/multi_monitor_manager.cc', |
101 'monitor/multi_monitor_manager.h', | 101 'monitor/multi_monitor_manager.h', |
102 'monitor/secondary_monitor_view.cc', | 102 'monitor/secondary_monitor_view.cc', |
103 'monitor/secondary_monitor_view.h', | 103 'monitor/secondary_monitor_view.h', |
| 104 'root_window_controller.cc', |
| 105 'root_window_controller.h', |
104 'screen_ash.cc', | 106 'screen_ash.cc', |
105 'screen_ash.h', | 107 'screen_ash.h', |
106 'screensaver/screensaver_view.cc', | 108 'screensaver/screensaver_view.cc', |
107 'screensaver/screensaver_view.h', | 109 'screensaver/screensaver_view.h', |
108 'screenshot_delegate.h', | 110 'screenshot_delegate.h', |
109 'shell.cc', | 111 'shell.cc', |
110 'shell.h', | 112 'shell.h', |
111 'shell_context_menu.cc', | 113 'shell_context_menu.cc', |
112 'shell_context_menu.h', | 114 'shell_context_menu.h', |
113 'shell_delegate.h', | 115 'shell_delegate.h', |
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
547 'shell/cocoa/app-Info.plist', | 549 'shell/cocoa/app-Info.plist', |
548 ], | 550 ], |
549 'xcode_settings': { | 551 'xcode_settings': { |
550 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 552 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
551 }, | 553 }, |
552 }], | 554 }], |
553 ], | 555 ], |
554 }, | 556 }, |
555 ], | 557 ], |
556 } | 558 } |
OLD | NEW |