| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 'launcher/launcher_view.cc', | 92 'launcher/launcher_view.cc', |
| 93 'launcher/launcher_view.h', | 93 'launcher/launcher_view.h', |
| 94 'launcher/launcher_window_cycler.cc', | 94 'launcher/launcher_window_cycler.cc', |
| 95 'launcher/launcher_window_cycler.h', | 95 'launcher/launcher_window_cycler.h', |
| 96 'launcher/tabbed_launcher_button.cc', | 96 'launcher/tabbed_launcher_button.cc', |
| 97 'launcher/tabbed_launcher_button.h', | 97 'launcher/tabbed_launcher_button.h', |
| 98 'launcher/view_model.cc', | 98 'launcher/view_model.cc', |
| 99 'launcher/view_model.h', | 99 'launcher/view_model.h', |
| 100 'launcher/view_model_utils.cc', | 100 'launcher/view_model_utils.cc', |
| 101 'launcher/view_model_utils.h', | 101 'launcher/view_model_utils.h', |
| 102 'screen_ash.cc', |
| 103 'screen_ash.h', |
| 102 'screenshot_delegate.h', | 104 'screenshot_delegate.h', |
| 103 'shell.cc', | 105 'shell.cc', |
| 104 'shell.h', | 106 'shell.h', |
| 105 'shell_delegate.h', | 107 'shell_delegate.h', |
| 106 'shell_factory.h', | 108 'shell_factory.h', |
| 107 'shell_window_ids.h', | 109 'shell_window_ids.h', |
| 108 'status_area/status_area_view.cc', | 110 'status_area/status_area_view.cc', |
| 109 'status_area/status_area_view.h', | 111 'status_area/status_area_view.h', |
| 110 'system/audio/audio_controller.h', | 112 'system/audio/audio_controller.h', |
| 111 'system/audio/tray_volume.cc', | 113 'system/audio/tray_volume.cc', |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 413 'shell/cocoa/app-Info.plist', | 415 'shell/cocoa/app-Info.plist', |
| 414 ], | 416 ], |
| 415 'xcode_settings': { | 417 'xcode_settings': { |
| 416 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 418 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 417 }, | 419 }, |
| 418 }], | 420 }], |
| 419 ], | 421 ], |
| 420 }, | 422 }, |
| 421 ], | 423 ], |
| 422 } | 424 } |
| OLD | NEW |