| 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 'launcher/launcher_view.cc', | 96 'launcher/launcher_view.cc', |
| 97 'launcher/launcher_view.h', | 97 'launcher/launcher_view.h', |
| 98 'launcher/launcher_window_cycler.cc', | 98 'launcher/launcher_window_cycler.cc', |
| 99 'launcher/launcher_window_cycler.h', | 99 'launcher/launcher_window_cycler.h', |
| 100 'launcher/tabbed_launcher_button.cc', | 100 'launcher/tabbed_launcher_button.cc', |
| 101 'launcher/tabbed_launcher_button.h', | 101 'launcher/tabbed_launcher_button.h', |
| 102 'launcher/view_model.cc', | 102 'launcher/view_model.cc', |
| 103 'launcher/view_model.h', | 103 'launcher/view_model.h', |
| 104 'launcher/view_model_utils.cc', | 104 'launcher/view_model_utils.cc', |
| 105 'launcher/view_model_utils.h', | 105 'launcher/view_model_utils.h', |
| 106 'monitor/monitor_controller.cc', |
| 107 'monitor/monitor_controller.h', |
| 108 'monitor/multi_monitor_manager.cc', |
| 109 'monitor/multi_monitor_manager.h', |
| 110 'monitor/secondary_monitor_view.cc', |
| 111 'monitor/secondary_monitor_view.h', |
| 106 'screen_ash.cc', | 112 'screen_ash.cc', |
| 107 'screen_ash.h', | 113 'screen_ash.h', |
| 108 'screenshot_delegate.h', | 114 'screenshot_delegate.h', |
| 109 'shell.cc', | 115 'shell.cc', |
| 110 'shell.h', | 116 'shell.h', |
| 111 'shell_delegate.h', | 117 'shell_delegate.h', |
| 112 'shell_factory.h', | 118 'shell_factory.h', |
| 113 'shell_window_ids.h', | 119 'shell_window_ids.h', |
| 114 'status_area/status_area_view.cc', | 120 'status_area/status_area_view.cc', |
| 115 'status_area/status_area_view.h', | 121 'status_area/status_area_view.h', |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 442 'shell/cocoa/app-Info.plist', | 448 'shell/cocoa/app-Info.plist', |
| 443 ], | 449 ], |
| 444 'xcode_settings': { | 450 'xcode_settings': { |
| 445 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 451 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 446 }, | 452 }, |
| 447 }], | 453 }], |
| 448 ], | 454 ], |
| 449 }, | 455 }, |
| 450 ], | 456 ], |
| 451 } | 457 } |
| OLD | NEW |