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 'includes': [ | 10 'includes': [ |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 'event_rewriter_delegate.h', | 143 'event_rewriter_delegate.h', |
144 'first_run/desktop_cleaner.cc', | 144 'first_run/desktop_cleaner.cc', |
145 'first_run/desktop_cleaner.h', | 145 'first_run/desktop_cleaner.h', |
146 'first_run/first_run_helper.cc', | 146 'first_run/first_run_helper.cc', |
147 'first_run/first_run_helper.h', | 147 'first_run/first_run_helper.h', |
148 'first_run/first_run_helper_impl.cc', | 148 'first_run/first_run_helper_impl.cc', |
149 'first_run/first_run_helper_impl.h', | 149 'first_run/first_run_helper_impl.h', |
150 'focus_cycler.cc', | 150 'focus_cycler.cc', |
151 'focus_cycler.h', | 151 'focus_cycler.h', |
152 'gpu_support.h', | 152 'gpu_support.h', |
| 153 'gpu_support_stub.cc', |
| 154 'gpu_support_stub.h', |
153 'high_contrast/high_contrast_controller.cc', | 155 'high_contrast/high_contrast_controller.cc', |
154 'high_contrast/high_contrast_controller.h', | 156 'high_contrast/high_contrast_controller.h', |
155 'host/root_window_host_factory.cc', | 157 'host/root_window_host_factory.cc', |
156 'host/root_window_host_factory.h', | 158 'host/root_window_host_factory.h', |
157 'host/root_window_host_factory_win.cc', | 159 'host/root_window_host_factory_win.cc', |
158 'ime/candidate_view.cc', | 160 'ime/candidate_view.cc', |
159 'ime/candidate_view.h', | 161 'ime/candidate_view.h', |
160 'ime/candidate_window_view.cc', | 162 'ime/candidate_window_view.cc', |
161 'ime/candidate_window_view.h', | 163 'ime/candidate_window_view.h', |
162 'ime/infolist_window.cc', | 164 'ime/infolist_window.cc', |
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
678 '../url/url.gyp:url_lib', | 680 '../url/url.gyp:url_lib', |
679 'ash_strings.gyp:ash_strings', | 681 'ash_strings.gyp:ash_strings', |
680 'ash', | 682 'ash', |
681 'ash_resources', | 683 'ash_resources', |
682 ], | 684 ], |
683 'defines': [ | 685 'defines': [ |
684 'ASH_WITH_CONTENT_IMPLEMENTATION', | 686 'ASH_WITH_CONTENT_IMPLEMENTATION', |
685 ], | 687 ], |
686 'sources': [ | 688 'sources': [ |
687 'content_support/ash_with_content_export.h', | 689 'content_support/ash_with_content_export.h', |
688 'content_support/inject.cc', | |
689 'content_support/inject.h', | |
690 'content_support/gpu_support_impl.cc', | 690 'content_support/gpu_support_impl.cc', |
691 'content_support/gpu_support_impl.h', | 691 'content_support/gpu_support_impl.h', |
692 'screensaver/screensaver_view.cc', | 692 'screensaver/screensaver_view.cc', |
693 'screensaver/screensaver_view.h', | 693 'screensaver/screensaver_view.h', |
694 'keyboard_overlay/keyboard_overlay_delegate.cc', | 694 'keyboard_overlay/keyboard_overlay_delegate.cc', |
695 'keyboard_overlay/keyboard_overlay_delegate.h', | 695 'keyboard_overlay/keyboard_overlay_delegate.h', |
696 'keyboard_overlay/keyboard_overlay_view.cc', | 696 'keyboard_overlay/keyboard_overlay_view.cc', |
697 'keyboard_overlay/keyboard_overlay_view.h', | 697 'keyboard_overlay/keyboard_overlay_view.h', |
698 ], | 698 ], |
699 }, | 699 }, |
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1074 }, | 1074 }, |
1075 }, | 1075 }, |
1076 'dependencies': [ | 1076 'dependencies': [ |
1077 '../sandbox/sandbox.gyp:sandbox', | 1077 '../sandbox/sandbox.gyp:sandbox', |
1078 ], | 1078 ], |
1079 }], | 1079 }], |
1080 ], | 1080 ], |
1081 }, | 1081 }, |
1082 ], | 1082 ], |
1083 } | 1083 } |
OLD | NEW |