| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 'root_window_event_filter.cc', | 46 'root_window_event_filter.cc', |
| 47 'root_window_event_filter.h', | 47 'root_window_event_filter.h', |
| 48 'root_window_layout_manager.cc', | 48 'root_window_layout_manager.cc', |
| 49 'root_window_layout_manager.h', | 49 'root_window_layout_manager.h', |
| 50 'drag_drop_controller.cc', | 50 'drag_drop_controller.cc', |
| 51 'drag_drop_controller.h', | 51 'drag_drop_controller.h', |
| 52 'drag_image_view.cc', | 52 'drag_image_view.cc', |
| 53 'drag_image_view.h', | 53 'drag_image_view.h', |
| 54 'image_grid.cc', | 54 'image_grid.cc', |
| 55 'image_grid.h', | 55 'image_grid.h', |
| 56 'input_method_event_filter.cc', |
| 57 'input_method_event_filter.h', |
| 56 'launcher/app_launcher_button.cc', | 58 'launcher/app_launcher_button.cc', |
| 57 'launcher/app_launcher_button.h', | 59 'launcher/app_launcher_button.h', |
| 58 'launcher/launcher.cc', | 60 'launcher/launcher.cc', |
| 59 'launcher/launcher.h', | 61 'launcher/launcher.h', |
| 60 'launcher/launcher_model.cc', | 62 'launcher/launcher_model.cc', |
| 61 'launcher/launcher_model.h', | 63 'launcher/launcher_model.h', |
| 62 'launcher/launcher_model_observer.h', | 64 'launcher/launcher_model_observer.h', |
| 63 'launcher/launcher_types.h', | 65 'launcher/launcher_types.h', |
| 64 'launcher/launcher_view.cc', | 66 'launcher/launcher_view.cc', |
| 65 'launcher/launcher_view.h', | 67 'launcher/launcher_view.h', |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 'examples/widgets.cc', | 204 'examples/widgets.cc', |
| 203 'examples/window_type_launcher.cc', | 205 'examples/window_type_launcher.cc', |
| 204 'examples/window_type_launcher.h', | 206 'examples/window_type_launcher.h', |
| 205 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 207 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| 206 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 208 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 207 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 209 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
| 208 ], | 210 ], |
| 209 }, | 211 }, |
| 210 ], | 212 ], |
| 211 } | 213 } |
| OLD | NEW |