| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 'launcher/launcher_view.cc', | 89 'launcher/launcher_view.cc', |
| 90 'launcher/launcher_view.h', | 90 'launcher/launcher_view.h', |
| 91 'launcher/launcher_window_cycler.cc', | 91 'launcher/launcher_window_cycler.cc', |
| 92 'launcher/launcher_window_cycler.h', | 92 'launcher/launcher_window_cycler.h', |
| 93 'launcher/tabbed_launcher_button.cc', | 93 'launcher/tabbed_launcher_button.cc', |
| 94 'launcher/tabbed_launcher_button.h', | 94 'launcher/tabbed_launcher_button.h', |
| 95 'launcher/view_model.cc', | 95 'launcher/view_model.cc', |
| 96 'launcher/view_model.h', | 96 'launcher/view_model.h', |
| 97 'launcher/view_model_utils.cc', | 97 'launcher/view_model_utils.cc', |
| 98 'launcher/view_model_utils.h', | 98 'launcher/view_model_utils.h', |
| 99 'screen_ash.cc', |
| 100 'screen_ash.h', |
| 99 'screenshot_delegate.h', | 101 'screenshot_delegate.h', |
| 100 'shell.cc', | 102 'shell.cc', |
| 101 'shell.h', | 103 'shell.h', |
| 102 'shell_delegate.h', | 104 'shell_delegate.h', |
| 103 'shell_factory.h', | 105 'shell_factory.h', |
| 104 'shell_window_ids.h', | 106 'shell_window_ids.h', |
| 105 'status_area/status_area_view.cc', | 107 'status_area/status_area_view.cc', |
| 106 'status_area/status_area_view.h', | 108 'status_area/status_area_view.h', |
| 107 'system/audio/audio_controller.h', | 109 'system/audio/audio_controller.h', |
| 108 'system/audio/tray_volume.cc', | 110 'system/audio/tray_volume.cc', |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 'shell/cocoa/app-Info.plist', | 409 'shell/cocoa/app-Info.plist', |
| 408 ], | 410 ], |
| 409 'xcode_settings': { | 411 'xcode_settings': { |
| 410 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 412 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 411 }, | 413 }, |
| 412 }], | 414 }], |
| 413 ], | 415 ], |
| 414 }, | 416 }, |
| 415 ], | 417 ], |
| 416 } | 418 } |
| OLD | NEW |