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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 'accelerators/nested_dispatcher_controller.h', | 54 'accelerators/nested_dispatcher_controller.h', |
55 'ash_switches.cc', | 55 'ash_switches.cc', |
56 'ash_switches.h', | 56 'ash_switches.h', |
57 'caps_lock_delegate.h', | 57 'caps_lock_delegate.h', |
58 'desktop_background/desktop_background_controller.cc', | 58 'desktop_background/desktop_background_controller.cc', |
59 'desktop_background/desktop_background_controller.h', | 59 'desktop_background/desktop_background_controller.h', |
60 'desktop_background/desktop_background_resources.cc', | 60 'desktop_background/desktop_background_resources.cc', |
61 'desktop_background/desktop_background_resources.h', | 61 'desktop_background/desktop_background_resources.h', |
62 'desktop_background/desktop_background_view.cc', | 62 'desktop_background/desktop_background_view.cc', |
63 'desktop_background/desktop_background_view.h', | 63 'desktop_background/desktop_background_view.h', |
| 64 'desktop_background/desktop_background_widget_controller.cc', |
| 65 'desktop_background/desktop_background_widget_controller.h', |
64 'drag_drop/drag_drop_controller.cc', | 66 'drag_drop/drag_drop_controller.cc', |
65 'drag_drop/drag_drop_controller.h', | 67 'drag_drop/drag_drop_controller.h', |
66 'drag_drop/drag_image_view.cc', | 68 'drag_drop/drag_image_view.cc', |
67 'drag_drop/drag_image_view.h', | 69 'drag_drop/drag_image_view.h', |
68 'event_rewriter_delegate.h', | 70 'event_rewriter_delegate.h', |
69 'focus_cycler.cc', | 71 'focus_cycler.cc', |
70 'focus_cycler.h', | 72 'focus_cycler.h', |
71 'high_contrast/high_contrast_controller.cc', | 73 'high_contrast/high_contrast_controller.cc', |
72 'high_contrast/high_contrast_controller.h', | 74 'high_contrast/high_contrast_controller.h', |
73 'launcher/app_list_button.cc', | 75 'launcher/app_list_button.cc', |
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
602 'shell/cocoa/app-Info.plist', | 604 'shell/cocoa/app-Info.plist', |
603 ], | 605 ], |
604 'xcode_settings': { | 606 'xcode_settings': { |
605 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 607 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
606 }, | 608 }, |
607 }], | 609 }], |
608 ], | 610 ], |
609 }, | 611 }, |
610 ], | 612 ], |
611 } | 613 } |
OLD | NEW |