| 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 19 matching lines...) Expand all Loading... |
| 30 ], | 30 ], |
| 31 'defines': [ | 31 'defines': [ |
| 32 'AURA_SHELL_IMPLEMENTATION', | 32 'AURA_SHELL_IMPLEMENTATION', |
| 33 ], | 33 ], |
| 34 'sources': [ | 34 'sources': [ |
| 35 # All .cc, .h under views, except unittests | 35 # All .cc, .h under views, except unittests |
| 36 'activation_controller.cc', | 36 'activation_controller.cc', |
| 37 'activation_controller.h', | 37 'activation_controller.h', |
| 38 'always_on_top_controller.cc', | 38 'always_on_top_controller.cc', |
| 39 'always_on_top_controller.h', | 39 'always_on_top_controller.h', |
| 40 'app_list.cc', | 40 'app_list/app_list.cc', |
| 41 'app_list.h', | 41 'app_list/app_list.h', |
| 42 'app_list/app_list_item_model.cc', |
| 43 'app_list/app_list_item_model.h', |
| 44 'app_list/app_list_item_model_observer.h', |
| 45 'app_list/app_list_item_group_model.cc', |
| 46 'app_list/app_list_item_group_model.h', |
| 47 'app_list/app_list_model.cc', |
| 48 'app_list/app_list_model.h', |
| 49 'app_list/app_list_view.cc', |
| 50 'app_list/app_list_view.h', |
| 51 'app_list/drop_shadow_label.cc', |
| 52 'app_list/drop_shadow_label.h', |
| 53 'app_list/results_view.cc', |
| 54 'app_list/results_view.h', |
| 55 'app_list/tile_view.cc', |
| 56 'app_list/tile_view.h', |
| 57 'app_list/tiles_page_view.cc', |
| 58 'app_list/tiles_page_view.h', |
| 42 'default_container_event_filter.cc', | 59 'default_container_event_filter.cc', |
| 43 'default_container_event_filter.h', | 60 'default_container_event_filter.h', |
| 44 'default_container_layout_manager.cc', | 61 'default_container_layout_manager.cc', |
| 45 'default_container_layout_manager.h', | 62 'default_container_layout_manager.h', |
| 46 'desktop_background_view.cc', | 63 'desktop_background_view.cc', |
| 47 'desktop_background_view.h', | 64 'desktop_background_view.h', |
| 48 'root_window_event_filter.cc', | 65 'root_window_event_filter.cc', |
| 49 'root_window_event_filter.h', | 66 'root_window_event_filter.h', |
| 50 'root_window_layout_manager.cc', | 67 'root_window_layout_manager.cc', |
| 51 'root_window_layout_manager.h', | 68 'root_window_layout_manager.h', |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 '../gfx/compositor/compositor.gyp:compositor_test_support', | 219 '../gfx/compositor/compositor.gyp:compositor_test_support', |
| 203 '../ui.gyp:gfx_resources', | 220 '../ui.gyp:gfx_resources', |
| 204 '../ui.gyp:ui', | 221 '../ui.gyp:ui', |
| 205 '../ui.gyp:ui_resources', | 222 '../ui.gyp:ui_resources', |
| 206 '../ui.gyp:ui_resources_standard', | 223 '../ui.gyp:ui_resources_standard', |
| 207 '../views/views.gyp:views', | 224 '../views/views.gyp:views', |
| 208 '../views/views.gyp:views_examples_lib', | 225 '../views/views.gyp:views_examples_lib', |
| 209 'aura_shell', | 226 'aura_shell', |
| 210 ], | 227 ], |
| 211 'sources': [ | 228 'sources': [ |
| 229 'examples/app_list_model.cc', |
| 212 'examples/aura_shell_main.cc', | 230 'examples/aura_shell_main.cc', |
| 213 'examples/bubble.cc', | 231 'examples/bubble.cc', |
| 214 'examples/example_factory.h', | 232 'examples/example_factory.h', |
| 215 'examples/lock_view.cc', | 233 'examples/lock_view.cc', |
| 216 'examples/toplevel_window.cc', | 234 'examples/toplevel_window.cc', |
| 217 'examples/toplevel_window.h', | 235 'examples/toplevel_window.h', |
| 218 'examples/widgets.cc', | 236 'examples/widgets.cc', |
| 219 'examples/window_type_launcher.cc', | 237 'examples/window_type_launcher.cc', |
| 220 'examples/window_type_launcher.h', | 238 'examples/window_type_launcher.h', |
| 221 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 239 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| 222 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 240 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 223 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 241 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
| 224 ], | 242 ], |
| 225 }, | 243 }, |
| 226 ], | 244 ], |
| 227 } | 245 } |
| OLD | NEW |