| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 'drag_drop/drag_drop_controller.h', | 95 'drag_drop/drag_drop_controller.h', |
| 96 'drag_drop/drag_drop_tracker.cc', | 96 'drag_drop/drag_drop_tracker.cc', |
| 97 'drag_drop/drag_drop_tracker.h', | 97 'drag_drop/drag_drop_tracker.h', |
| 98 'drag_drop/drag_image_view.cc', | 98 'drag_drop/drag_image_view.cc', |
| 99 'drag_drop/drag_image_view.h', | 99 'drag_drop/drag_image_view.h', |
| 100 'event_rewriter_delegate.h', | 100 'event_rewriter_delegate.h', |
| 101 'focus_cycler.cc', | 101 'focus_cycler.cc', |
| 102 'focus_cycler.h', | 102 'focus_cycler.h', |
| 103 'high_contrast/high_contrast_controller.cc', | 103 'high_contrast/high_contrast_controller.cc', |
| 104 'high_contrast/high_contrast_controller.h', | 104 'high_contrast/high_contrast_controller.h', |
| 105 'keyboard_overlay/keyboard_overlay_delegate.cc', |
| 106 'keyboard_overlay/keyboard_overlay_delegate.h', |
| 107 'keyboard_overlay/keyboard_overlay_view.cc', |
| 108 'keyboard_overlay/keyboard_overlay_view.h', |
| 105 'launcher/app_list_button.cc', | 109 'launcher/app_list_button.cc', |
| 106 'launcher/app_list_button.h', | 110 'launcher/app_list_button.h', |
| 107 'launcher/background_animator.cc', | 111 'launcher/background_animator.cc', |
| 108 'launcher/background_animator.h', | 112 'launcher/background_animator.h', |
| 109 'launcher/launcher.cc', | 113 'launcher/launcher.cc', |
| 110 'launcher/launcher.h', | 114 'launcher/launcher.h', |
| 111 'launcher/launcher_alignment_menu.cc', | 115 'launcher/launcher_alignment_menu.cc', |
| 112 'launcher/launcher_alignment_menu.h', | 116 'launcher/launcher_alignment_menu.h', |
| 113 'launcher/launcher_button.cc', | 117 'launcher/launcher_button.cc', |
| 114 'launcher/launcher_button.h', | 118 'launcher/launcher_button.h', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 126 'launcher/launcher_view.cc', | 130 'launcher/launcher_view.cc', |
| 127 'launcher/launcher_view.h', | 131 'launcher/launcher_view.h', |
| 128 'launcher/overflow_bubble.cc', | 132 'launcher/overflow_bubble.cc', |
| 129 'launcher/overflow_bubble.h', | 133 'launcher/overflow_bubble.h', |
| 130 'launcher/overflow_button.cc', | 134 'launcher/overflow_button.cc', |
| 131 'launcher/overflow_button.h', | 135 'launcher/overflow_button.h', |
| 132 'launcher/tabbed_launcher_button.cc', | 136 'launcher/tabbed_launcher_button.cc', |
| 133 'launcher/tabbed_launcher_button.h', | 137 'launcher/tabbed_launcher_button.h', |
| 134 'magnifier/magnification_controller.cc', | 138 'magnifier/magnification_controller.cc', |
| 135 'magnifier/magnification_controller.h', | 139 'magnifier/magnification_controller.h', |
| 136 'keyboard_overlay/keyboard_overlay_delegate.cc', | 140 'magnifier/partial_magnification_controller.cc', |
| 137 'keyboard_overlay/keyboard_overlay_delegate.h', | 141 'magnifier/partial_magnification_controller.h', |
| 138 'keyboard_overlay/keyboard_overlay_view.cc', | |
| 139 'keyboard_overlay/keyboard_overlay_view.h', | |
| 140 'root_window_controller.cc', | 142 'root_window_controller.cc', |
| 141 'root_window_controller.h', | 143 'root_window_controller.h', |
| 142 'rotator/screen_rotation.cc', | 144 'rotator/screen_rotation.cc', |
| 143 'rotator/screen_rotation.h', | 145 'rotator/screen_rotation.h', |
| 144 'screen_ash.cc', | 146 'screen_ash.cc', |
| 145 'screen_ash.h', | 147 'screen_ash.h', |
| 146 'screensaver/screensaver_view.cc', | 148 'screensaver/screensaver_view.cc', |
| 147 'screensaver/screensaver_view.h', | 149 'screensaver/screensaver_view.h', |
| 148 'screenshot_delegate.h', | 150 'screenshot_delegate.h', |
| 149 'shell.cc', | 151 'shell.cc', |
| (...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 'shell/cocoa/app-Info.plist', | 701 'shell/cocoa/app-Info.plist', |
| 700 ], | 702 ], |
| 701 'xcode_settings': { | 703 'xcode_settings': { |
| 702 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 704 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 703 }, | 705 }, |
| 704 }], | 706 }], |
| 705 ], | 707 ], |
| 706 }, | 708 }, |
| 707 ], | 709 ], |
| 708 } | 710 } |
| OLD | NEW |