| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 'launcher/launcher_view.cc', | 120 'launcher/launcher_view.cc', |
| 121 'launcher/launcher_view.h', | 121 'launcher/launcher_view.h', |
| 122 'launcher/overflow_bubble.cc', | 122 'launcher/overflow_bubble.cc', |
| 123 'launcher/overflow_bubble.h', | 123 'launcher/overflow_bubble.h', |
| 124 'launcher/overflow_button.cc', | 124 'launcher/overflow_button.cc', |
| 125 'launcher/overflow_button.h', | 125 'launcher/overflow_button.h', |
| 126 'launcher/tabbed_launcher_button.cc', | 126 'launcher/tabbed_launcher_button.cc', |
| 127 'launcher/tabbed_launcher_button.h', | 127 'launcher/tabbed_launcher_button.h', |
| 128 'magnifier/magnification_controller.cc', | 128 'magnifier/magnification_controller.cc', |
| 129 'magnifier/magnification_controller.h', | 129 'magnifier/magnification_controller.h', |
| 130 'magnifier/partial_magnification_controller.cc', |
| 131 'magnifier/partial_magnification_controller.h', |
| 130 'keyboard_overlay/keyboard_overlay_delegate.cc', | 132 'keyboard_overlay/keyboard_overlay_delegate.cc', |
| 131 'keyboard_overlay/keyboard_overlay_delegate.h', | 133 'keyboard_overlay/keyboard_overlay_delegate.h', |
| 132 'keyboard_overlay/keyboard_overlay_view.cc', | 134 'keyboard_overlay/keyboard_overlay_view.cc', |
| 133 'keyboard_overlay/keyboard_overlay_view.h', | 135 'keyboard_overlay/keyboard_overlay_view.h', |
| 134 'root_window_controller.cc', | 136 'root_window_controller.cc', |
| 135 'root_window_controller.h', | 137 'root_window_controller.h', |
| 136 'rotator/screen_rotation.cc', | 138 'rotator/screen_rotation.cc', |
| 137 'rotator/screen_rotation.h', | 139 'rotator/screen_rotation.h', |
| 138 'screen_ash.cc', | 140 'screen_ash.cc', |
| 139 'screen_ash.h', | 141 'screen_ash.h', |
| (...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 641 'shell/cocoa/app-Info.plist', | 643 'shell/cocoa/app-Info.plist', |
| 642 ], | 644 ], |
| 643 'xcode_settings': { | 645 'xcode_settings': { |
| 644 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 646 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 645 }, | 647 }, |
| 646 }], | 648 }], |
| 647 ], | 649 ], |
| 648 }, | 650 }, |
| 649 ], | 651 ], |
| 650 } | 652 } |
| OLD | NEW |