| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 }, | 8 }, |
| 9 | 9 |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 'launcher/launcher_model_observer.h', | 50 'launcher/launcher_model_observer.h', |
| 51 'launcher/launcher_types.h', | 51 'launcher/launcher_types.h', |
| 52 'launcher/launcher_view.cc', | 52 'launcher/launcher_view.cc', |
| 53 'launcher/launcher_view.h', | 53 'launcher/launcher_view.h', |
| 54 'launcher/tabbed_launcher_button.cc', | 54 'launcher/tabbed_launcher_button.cc', |
| 55 'launcher/tabbed_launcher_button.h', | 55 'launcher/tabbed_launcher_button.h', |
| 56 'launcher/view_model.cc', | 56 'launcher/view_model.cc', |
| 57 'launcher/view_model.h', | 57 'launcher/view_model.h', |
| 58 'launcher/view_model_utils.cc', | 58 'launcher/view_model_utils.cc', |
| 59 'launcher/view_model_utils.h', | 59 'launcher/view_model_utils.h', |
| 60 'property_util.cc', |
| 61 'property_util.h', |
| 60 'shell.cc', | 62 'shell.cc', |
| 61 'shell.h', | 63 'shell.h', |
| 62 'shell_delegate.h', | 64 'shell_delegate.h', |
| 63 'shell_factory.h', | 65 'shell_factory.h', |
| 64 'shell_window_ids.h', | 66 'shell_window_ids.h', |
| 67 'show_state_controller.h', |
| 68 'show_state_controller.cc', |
| 65 'status_area_view.cc', | 69 'status_area_view.cc', |
| 66 'status_area_view.h', | 70 'status_area_view.h', |
| 67 'toplevel_frame_view.cc', | 71 'toplevel_frame_view.cc', |
| 68 'toplevel_frame_view.h', | 72 'toplevel_frame_view.h', |
| 69 'workspace/workspace.cc', | 73 'workspace/workspace.cc', |
| 70 'workspace/workspace.h', | 74 'workspace/workspace.h', |
| 71 'workspace/workspace_controller.cc', | 75 'workspace/workspace_controller.cc', |
| 72 'workspace/workspace_controller.h', | 76 'workspace/workspace_controller.h', |
| 73 'workspace/workspace_manager.cc', | 77 'workspace/workspace_manager.cc', |
| 74 'workspace/workspace_manager.h', | 78 'workspace/workspace_manager.h', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 '../../views/views.gyp:views_desktop', | 174 '../../views/views.gyp:views_desktop', |
| 171 '../../views/views.gyp:views_desktop_lib', | 175 '../../views/views.gyp:views_desktop_lib', |
| 172 '../../views/views.gyp:views_unittests', | 176 '../../views/views.gyp:views_unittests', |
| 173 '../aura/aura.gyp:*', | 177 '../aura/aura.gyp:*', |
| 174 '../gfx/compositor/compositor.gyp:*', | 178 '../gfx/compositor/compositor.gyp:*', |
| 175 'aura_shell_exe', | 179 'aura_shell_exe', |
| 176 ], | 180 ], |
| 177 }, | 181 }, |
| 178 ], | 182 ], |
| 179 } | 183 } |
| OLD | NEW |