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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 'drag_drop/drag_drop_controller.h', | 82 'drag_drop/drag_drop_controller.h', |
83 'drag_drop/drag_image_view.cc', | 83 'drag_drop/drag_image_view.cc', |
84 'drag_drop/drag_image_view.h', | 84 'drag_drop/drag_image_view.h', |
85 'event_rewriter_delegate.h', | 85 'event_rewriter_delegate.h', |
86 'focus_cycler.cc', | 86 'focus_cycler.cc', |
87 'focus_cycler.h', | 87 'focus_cycler.h', |
88 'high_contrast/high_contrast_controller.cc', | 88 'high_contrast/high_contrast_controller.cc', |
89 'high_contrast/high_contrast_controller.h', | 89 'high_contrast/high_contrast_controller.h', |
90 'launcher/app_list_button.cc', | 90 'launcher/app_list_button.cc', |
91 'launcher/app_list_button.h', | 91 'launcher/app_list_button.h', |
| 92 'launcher/app_placeholder_view.cc', |
| 93 'launcher/app_placeholder_view.h', |
92 'launcher/background_animator.cc', | 94 'launcher/background_animator.cc', |
93 'launcher/background_animator.h', | 95 'launcher/background_animator.h', |
94 'launcher/launcher.cc', | 96 'launcher/launcher.cc', |
95 'launcher/launcher.h', | 97 'launcher/launcher.h', |
96 'launcher/launcher_alignment_menu.cc', | 98 'launcher/launcher_alignment_menu.cc', |
97 'launcher/launcher_alignment_menu.h', | 99 'launcher/launcher_alignment_menu.h', |
98 'launcher/launcher_button.cc', | 100 'launcher/launcher_button.cc', |
99 'launcher/launcher_button.h', | 101 'launcher/launcher_button.h', |
100 'launcher/launcher_context_menu.cc', | 102 'launcher/launcher_context_menu.cc', |
101 'launcher/launcher_context_menu.h', | 103 'launcher/launcher_context_menu.h', |
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
603 'shell/cocoa/app-Info.plist', | 605 'shell/cocoa/app-Info.plist', |
604 ], | 606 ], |
605 'xcode_settings': { | 607 'xcode_settings': { |
606 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 608 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
607 }, | 609 }, |
608 }], | 610 }], |
609 ], | 611 ], |
610 }, | 612 }, |
611 ], | 613 ], |
612 } | 614 } |
OLD | NEW |