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', |
69 'ash_switches.cc', | 64 'ash_switches.cc', |
70 'ash_switches.h', | 65 'ash_switches.h', |
71 'caps_lock_delegate.h', | 66 'caps_lock_delegate.h', |
72 'desktop_background/desktop_background_view.cc', | 67 'desktop_background/desktop_background_view.cc', |
73 'desktop_background/desktop_background_view.h', | 68 'desktop_background/desktop_background_view.h', |
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 'shell/cocoa/app-Info.plist', | 393 'shell/cocoa/app-Info.plist', |
399 ], | 394 ], |
400 'xcode_settings': { | 395 'xcode_settings': { |
401 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 396 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
402 }, | 397 }, |
403 }], | 398 }], |
404 ], | 399 ], |
405 }, | 400 }, |
406 ], | 401 ], |
407 } | 402 } |
OLD | NEW |