| 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 'includes': [ | 10 'includes': [ |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 'launcher/launcher_view.cc', | 128 'launcher/launcher_view.cc', |
| 129 'launcher/launcher_view.h', | 129 'launcher/launcher_view.h', |
| 130 'launcher/overflow_bubble.cc', | 130 'launcher/overflow_bubble.cc', |
| 131 'launcher/overflow_bubble.h', | 131 'launcher/overflow_bubble.h', |
| 132 'launcher/overflow_button.cc', | 132 'launcher/overflow_button.cc', |
| 133 'launcher/overflow_button.h', | 133 'launcher/overflow_button.h', |
| 134 'launcher/tabbed_launcher_button.cc', | 134 'launcher/tabbed_launcher_button.cc', |
| 135 'launcher/tabbed_launcher_button.h', | 135 'launcher/tabbed_launcher_button.h', |
| 136 'magnifier/magnification_controller.cc', | 136 'magnifier/magnification_controller.cc', |
| 137 'magnifier/magnification_controller.h', | 137 'magnifier/magnification_controller.h', |
| 138 'magnifier/magnifier_constants.h', |
| 138 'magnifier/partial_magnification_controller.cc', | 139 'magnifier/partial_magnification_controller.cc', |
| 139 'magnifier/partial_magnification_controller.h', | 140 'magnifier/partial_magnification_controller.h', |
| 140 'root_window_controller.cc', | 141 'root_window_controller.cc', |
| 141 'root_window_controller.h', | 142 'root_window_controller.h', |
| 142 'rotator/screen_rotation.cc', | 143 'rotator/screen_rotation.cc', |
| 143 'rotator/screen_rotation.h', | 144 'rotator/screen_rotation.h', |
| 144 'screen_ash.cc', | 145 'screen_ash.cc', |
| 145 'screen_ash.h', | 146 'screen_ash.h', |
| 146 'screensaver/screensaver_view.cc', | 147 'screensaver/screensaver_view.cc', |
| 147 'screensaver/screensaver_view.h', | 148 'screensaver/screensaver_view.h', |
| (...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 707 'shell/cocoa/app-Info.plist', | 708 'shell/cocoa/app-Info.plist', |
| 708 ], | 709 ], |
| 709 'xcode_settings': { | 710 'xcode_settings': { |
| 710 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 711 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 711 }, | 712 }, |
| 712 }], | 713 }], |
| 713 ], | 714 ], |
| 714 }, | 715 }, |
| 715 ], | 716 ], |
| 716 } | 717 } |
| OLD | NEW |