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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 'app_list/app_list_view.cc', | 57 'app_list/app_list_view.cc', |
58 'app_list/app_list_view.h', | 58 'app_list/app_list_view.h', |
59 'app_list/app_list_view_delegate.h', | 59 'app_list/app_list_view_delegate.h', |
60 'app_list/drop_shadow_label.cc', | 60 'app_list/drop_shadow_label.cc', |
61 'app_list/drop_shadow_label.h', | 61 'app_list/drop_shadow_label.h', |
62 'ash_switches.cc', | 62 'ash_switches.cc', |
63 'ash_switches.h', | 63 'ash_switches.h', |
64 'caps_lock_delegate.h', | 64 'caps_lock_delegate.h', |
65 'desktop_background/desktop_background_view.cc', | 65 'desktop_background/desktop_background_view.cc', |
66 'desktop_background/desktop_background_view.h', | 66 'desktop_background/desktop_background_view.h', |
| 67 'drag_drop/drag_drop_animation_observer_client.h', |
67 'drag_drop/drag_drop_controller.cc', | 68 'drag_drop/drag_drop_controller.cc', |
68 'drag_drop/drag_drop_controller.h', | 69 'drag_drop/drag_drop_controller.h', |
69 'drag_drop/drag_image_view.cc', | 70 'drag_drop/drag_image_view.cc', |
70 'drag_drop/drag_image_view.h', | 71 'drag_drop/drag_image_view.h', |
71 'ime/event.cc', | 72 'ime/event.cc', |
72 'ime/event.h', | 73 'ime/event.h', |
73 'ime/input_method_event_filter.cc', | 74 'ime/input_method_event_filter.cc', |
74 'ime/input_method_event_filter.h', | 75 'ime/input_method_event_filter.h', |
75 'launcher/app_launcher_button.cc', | 76 'launcher/app_launcher_button.cc', |
76 'launcher/app_launcher_button.h', | 77 'launcher/app_launcher_button.h', |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 'wm/root_window_event_filter.cc', | 130 'wm/root_window_event_filter.cc', |
130 'wm/root_window_event_filter.h', | 131 'wm/root_window_event_filter.h', |
131 'wm/root_window_layout_manager.cc', | 132 'wm/root_window_layout_manager.cc', |
132 'wm/root_window_layout_manager.h', | 133 'wm/root_window_layout_manager.h', |
133 'wm/shadow.cc', | 134 'wm/shadow.cc', |
134 'wm/shadow.h', | 135 'wm/shadow.h', |
135 'wm/shadow_controller.cc', | 136 'wm/shadow_controller.cc', |
136 'wm/shadow_controller.h', | 137 'wm/shadow_controller.h', |
137 'wm/shadow_types.cc', | 138 'wm/shadow_types.cc', |
138 'wm/shadow_types.h', | 139 'wm/shadow_types.h', |
| 140 'wm/shelf_animation_observer_client.h', |
139 'wm/shelf_layout_manager.cc', | 141 'wm/shelf_layout_manager.cc', |
140 'wm/shelf_layout_manager.h', | 142 'wm/shelf_layout_manager.h', |
141 'wm/stacking_controller.cc', | 143 'wm/stacking_controller.cc', |
142 'wm/stacking_controller.h', | 144 'wm/stacking_controller.h', |
143 'wm/status_area_layout_manager.cc', | 145 'wm/status_area_layout_manager.cc', |
144 'wm/status_area_layout_manager.h', | 146 'wm/status_area_layout_manager.h', |
145 'wm/toplevel_frame_view.cc', | 147 'wm/toplevel_frame_view.cc', |
146 'wm/toplevel_frame_view.h', | 148 'wm/toplevel_frame_view.h', |
147 'wm/toplevel_layout_manager.cc', | 149 'wm/toplevel_layout_manager.cc', |
148 'wm/toplevel_layout_manager.h', | 150 'wm/toplevel_layout_manager.h', |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
314 'shell/cocoa/app-Info.plist', | 316 'shell/cocoa/app-Info.plist', |
315 ], | 317 ], |
316 'xcode_settings': { | 318 'xcode_settings': { |
317 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 319 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
318 }, | 320 }, |
319 }], | 321 }], |
320 ], | 322 ], |
321 }, | 323 }, |
322 ], | 324 ], |
323 } | 325 } |
OLD | NEW |