| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_controller.cc', | 67 'drag_drop/drag_drop_controller.cc', |
| 68 'drag_drop/drag_drop_controller.h', | 68 'drag_drop/drag_drop_controller.h', |
| 69 'drag_drop/drag_image_view.cc', | 69 'drag_drop/drag_image_view.cc', |
| 70 'drag_drop/drag_image_view.h', | 70 'drag_drop/drag_image_view.h', |
| 71 'focus_cycler.cc', |
| 72 'focus_cycler.h', |
| 71 'ime/event.cc', | 73 'ime/event.cc', |
| 72 'ime/event.h', | 74 'ime/event.h', |
| 73 'ime/input_method_event_filter.cc', | 75 'ime/input_method_event_filter.cc', |
| 74 'ime/input_method_event_filter.h', | 76 'ime/input_method_event_filter.h', |
| 75 'launcher/app_launcher_button.cc', | 77 'launcher/app_launcher_button.cc', |
| 76 'launcher/app_launcher_button.h', | 78 'launcher/app_launcher_button.h', |
| 77 'launcher/launcher.cc', | 79 'launcher/launcher.cc', |
| 78 'launcher/launcher.h', | 80 'launcher/launcher.h', |
| 79 'launcher/launcher_model.cc', | 81 'launcher/launcher_model.cc', |
| 80 'launcher/launcher_model.h', | 82 'launcher/launcher_model.h', |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 'shell/cocoa/app-Info.plist', | 334 'shell/cocoa/app-Info.plist', |
| 333 ], | 335 ], |
| 334 'xcode_settings': { | 336 'xcode_settings': { |
| 335 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 337 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 336 }, | 338 }, |
| 337 }], | 339 }], |
| 338 ], | 340 ], |
| 339 }, | 341 }, |
| 340 ], | 342 ], |
| 341 } | 343 } |
| OLD | NEW |