| 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 9 }, | 9 }, |
| 10 | 10 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 'accelerators/accelerator_dispatcher.cc', | 40 'accelerators/accelerator_dispatcher.cc', |
| 41 'accelerators/accelerator_dispatcher.h', | 41 'accelerators/accelerator_dispatcher.h', |
| 42 'accelerators/accelerator_dispatcher_linux.cc', | 42 'accelerators/accelerator_dispatcher_linux.cc', |
| 43 'accelerators/accelerator_dispatcher_win.cc', | 43 'accelerators/accelerator_dispatcher_win.cc', |
| 44 'accelerators/accelerator_filter.cc', | 44 'accelerators/accelerator_filter.cc', |
| 45 'accelerators/accelerator_filter.h', | 45 'accelerators/accelerator_filter.h', |
| 46 'accelerators/nested_dispatcher_controller.cc', | 46 'accelerators/nested_dispatcher_controller.cc', |
| 47 'accelerators/nested_dispatcher_controller.h', | 47 'accelerators/nested_dispatcher_controller.h', |
| 48 'app_list/app_list.cc', | 48 'app_list/app_list.cc', |
| 49 'app_list/app_list.h', | 49 'app_list/app_list.h', |
| 50 'app_list/app_list_groups_view.cc', | |
| 51 'app_list/app_list_groups_view.h', | |
| 52 'app_list/app_list_item_group_model.cc', | |
| 53 'app_list/app_list_item_group_model.h', | |
| 54 'app_list/app_list_item_group_view.cc', | |
| 55 'app_list/app_list_item_group_view.h', | |
| 56 'app_list/app_list_item_model.cc', | 50 'app_list/app_list_item_model.cc', |
| 57 'app_list/app_list_item_model.h', | 51 'app_list/app_list_item_model.h', |
| 58 'app_list/app_list_item_model_observer.h', | 52 'app_list/app_list_item_model_observer.h', |
| 59 'app_list/app_list_item_view.cc', | 53 'app_list/app_list_item_view.cc', |
| 60 'app_list/app_list_item_view.h', | 54 'app_list/app_list_item_view.h', |
| 61 'app_list/app_list_item_view_listener.h', | |
| 62 'app_list/app_list_model.cc', | 55 'app_list/app_list_model.cc', |
| 63 'app_list/app_list_model.h', | 56 'app_list/app_list_model.h', |
| 57 'app_list/app_list_model_view.cc', |
| 58 'app_list/app_list_model_view.h', |
| 64 'app_list/app_list_view.cc', | 59 'app_list/app_list_view.cc', |
| 65 'app_list/app_list_view.h', | 60 'app_list/app_list_view.h', |
| 66 'app_list/app_list_view_delegate.h', | 61 'app_list/app_list_view_delegate.h', |
| 67 'app_list/drop_shadow_label.cc', | 62 'app_list/drop_shadow_label.cc', |
| 68 'app_list/drop_shadow_label.h', | 63 'app_list/drop_shadow_label.h', |
| 64 'app_list/search_box_view.cc', |
| 65 'app_list/search_box_view.h', |
| 69 'ash_switches.cc', | 66 'ash_switches.cc', |
| 70 'ash_switches.h', | 67 'ash_switches.h', |
| 71 'caps_lock_delegate.h', | 68 'caps_lock_delegate.h', |
| 72 'desktop_background/desktop_background_view.cc', | 69 'desktop_background/desktop_background_view.cc', |
| 73 'desktop_background/desktop_background_view.h', | 70 'desktop_background/desktop_background_view.h', |
| 74 'drag_drop/drag_drop_controller.cc', | 71 'drag_drop/drag_drop_controller.cc', |
| 75 'drag_drop/drag_drop_controller.h', | 72 'drag_drop/drag_drop_controller.h', |
| 76 'drag_drop/drag_image_view.cc', | 73 'drag_drop/drag_image_view.cc', |
| 77 'drag_drop/drag_image_view.h', | 74 'drag_drop/drag_image_view.h', |
| 78 'focus_cycler.cc', | 75 'focus_cycler.cc', |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 'shell/cocoa/app-Info.plist', | 390 'shell/cocoa/app-Info.plist', |
| 394 ], | 391 ], |
| 395 'xcode_settings': { | 392 'xcode_settings': { |
| 396 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 393 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 397 }, | 394 }, |
| 398 }], | 395 }], |
| 399 ], | 396 ], |
| 400 }, | 397 }, |
| 401 ], | 398 ], |
| 402 } | 399 } |
| OLD | NEW |