| 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 'launcher/scoped_observer_with_duplicated_sources.h', | 167 'launcher/scoped_observer_with_duplicated_sources.h', |
| 168 'magnifier/magnification_controller.cc', | 168 'magnifier/magnification_controller.cc', |
| 169 'magnifier/magnification_controller.h', | 169 'magnifier/magnification_controller.h', |
| 170 'magnifier/magnifier_constants.h', | 170 'magnifier/magnifier_constants.h', |
| 171 'magnifier/partial_magnification_controller.cc', | 171 'magnifier/partial_magnification_controller.cc', |
| 172 'magnifier/partial_magnification_controller.h', | 172 'magnifier/partial_magnification_controller.h', |
| 173 'popup_message.cc', | 173 'popup_message.cc', |
| 174 'popup_message.h', | 174 'popup_message.h', |
| 175 'root_window_controller.cc', | 175 'root_window_controller.cc', |
| 176 'root_window_controller.h', | 176 'root_window_controller.h', |
| 177 'root_window_property.cc', |
| 178 'root_window_property.h', |
| 177 'rotator/screen_rotation.cc', | 179 'rotator/screen_rotation.cc', |
| 178 'rotator/screen_rotation.h', | 180 'rotator/screen_rotation.h', |
| 179 'scoped_target_root_window.cc', | 181 'scoped_target_root_window.cc', |
| 180 'scoped_target_root_window.h', | 182 'scoped_target_root_window.h', |
| 181 'screen_ash.cc', | 183 'screen_ash.cc', |
| 182 'screen_ash.h', | 184 'screen_ash.h', |
| 183 'screensaver/screensaver_view.cc', | 185 'screensaver/screensaver_view.cc', |
| 184 'screensaver/screensaver_view.h', | 186 'screensaver/screensaver_view.h', |
| 185 'screenshot_delegate.h', | 187 'screenshot_delegate.h', |
| 186 'session_state_delegate.h', | 188 'session_state_delegate.h', |
| (...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 929 'shell/cocoa/app-Info.plist', | 931 'shell/cocoa/app-Info.plist', |
| 930 ], | 932 ], |
| 931 'xcode_settings': { | 933 'xcode_settings': { |
| 932 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 934 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 933 }, | 935 }, |
| 934 }], | 936 }], |
| 935 ], | 937 ], |
| 936 }, | 938 }, |
| 937 ], | 939 ], |
| 938 } | 940 } |
| OLD | NEW |