| 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 }, | 8 }, |
| 9 | 9 |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 'app_list/app_list_item_view_listener.h', | 53 'app_list/app_list_item_view_listener.h', |
| 54 'app_list/app_list_model.cc', | 54 'app_list/app_list_model.cc', |
| 55 'app_list/app_list_model.h', | 55 'app_list/app_list_model.h', |
| 56 'app_list/app_list_view.cc', | 56 'app_list/app_list_view.cc', |
| 57 'app_list/app_list_view.h', | 57 'app_list/app_list_view.h', |
| 58 'app_list/app_list_view_delegate.h', | 58 'app_list/app_list_view_delegate.h', |
| 59 'app_list/drop_shadow_label.cc', | 59 'app_list/drop_shadow_label.cc', |
| 60 'app_list/drop_shadow_label.h', | 60 'app_list/drop_shadow_label.h', |
| 61 'ash_switches.cc', | 61 'ash_switches.cc', |
| 62 'ash_switches.h', | 62 'ash_switches.h', |
| 63 'caps_lock_delegate.h', |
| 63 'desktop_background/desktop_background_view.cc', | 64 'desktop_background/desktop_background_view.cc', |
| 64 'desktop_background/desktop_background_view.h', | 65 'desktop_background/desktop_background_view.h', |
| 65 'drag_drop/drag_drop_controller.cc', | 66 'drag_drop/drag_drop_controller.cc', |
| 66 'drag_drop/drag_drop_controller.h', | 67 'drag_drop/drag_drop_controller.h', |
| 67 'drag_drop/drag_image_view.cc', | 68 'drag_drop/drag_image_view.cc', |
| 68 'drag_drop/drag_image_view.h', | 69 'drag_drop/drag_image_view.h', |
| 69 'ime/event.cc', | 70 'ime/event.cc', |
| 70 'ime/event.h', | 71 'ime/event.h', |
| 71 'ime/input_method_event_filter.cc', | 72 'ime/input_method_event_filter.cc', |
| 72 'ime/input_method_event_filter.h', | 73 'ime/input_method_event_filter.h', |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 'shell/window_type_launcher.cc', | 277 'shell/window_type_launcher.cc', |
| 277 'shell/window_type_launcher.h', | 278 'shell/window_type_launcher.h', |
| 278 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 279 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| 279 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 280 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
| 280 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 281 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 281 '../ui/views/test/test_views_delegate.cc', | 282 '../ui/views/test/test_views_delegate.cc', |
| 282 ], | 283 ], |
| 283 }, | 284 }, |
| 284 ], | 285 ], |
| 285 } | 286 } |
| OLD | NEW |