| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 'status_area_view.cc', | 98 'status_area_view.cc', |
| 99 'status_area_view.h', | 99 'status_area_view.h', |
| 100 'toplevel_frame_view.cc', | 100 'toplevel_frame_view.cc', |
| 101 'toplevel_frame_view.h', | 101 'toplevel_frame_view.h', |
| 102 'toplevel_layout_manager.cc', | 102 'toplevel_layout_manager.cc', |
| 103 'toplevel_layout_manager.h', | 103 'toplevel_layout_manager.h', |
| 104 'toplevel_window_event_filter.cc', | 104 'toplevel_window_event_filter.cc', |
| 105 'toplevel_window_event_filter.h', | 105 'toplevel_window_event_filter.h', |
| 106 'window_frame.cc', | 106 'window_frame.cc', |
| 107 'window_frame.h', | 107 'window_frame.h', |
| 108 'window_util.cc', |
| 109 'window_util.h', |
| 108 'workspace_controller.cc', | 110 'workspace_controller.cc', |
| 109 'workspace_controller.h', | 111 'workspace_controller.h', |
| 110 'workspace/workspace.cc', | 112 'workspace/workspace.cc', |
| 111 'workspace/workspace.h', | 113 'workspace/workspace.h', |
| 112 'workspace/workspace_manager.cc', | 114 'workspace/workspace_manager.cc', |
| 113 'workspace/workspace_manager.h', | 115 'workspace/workspace_manager.h', |
| 114 'workspace/workspace_observer.h', | 116 'workspace/workspace_observer.h', |
| 115 ], | 117 ], |
| 116 }, | 118 }, |
| 117 { | 119 { |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 'examples/widgets.cc', | 197 'examples/widgets.cc', |
| 196 'examples/window_type_launcher.cc', | 198 'examples/window_type_launcher.cc', |
| 197 'examples/window_type_launcher.h', | 199 'examples/window_type_launcher.h', |
| 198 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 200 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| 199 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 201 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 200 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 202 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
| 201 ], | 203 ], |
| 202 }, | 204 }, |
| 203 ], | 205 ], |
| 204 } | 206 } |
| OLD | NEW |