Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Side by Side Diff: trunk/src/ash/ash.gyp

Issue 137893010: Revert 245010 "Inject GPUDataManager support into ash to abstrac..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'drag_drop/drag_image_view.h', 141 'drag_drop/drag_image_view.h',
142 'event_rewriter_delegate.h', 142 'event_rewriter_delegate.h',
143 'first_run/desktop_cleaner.cc', 143 'first_run/desktop_cleaner.cc',
144 'first_run/desktop_cleaner.h', 144 'first_run/desktop_cleaner.h',
145 'first_run/first_run_helper.cc', 145 'first_run/first_run_helper.cc',
146 'first_run/first_run_helper.h', 146 'first_run/first_run_helper.h',
147 'first_run/first_run_helper_impl.cc', 147 'first_run/first_run_helper_impl.cc',
148 'first_run/first_run_helper_impl.h', 148 'first_run/first_run_helper_impl.h',
149 'focus_cycler.cc', 149 'focus_cycler.cc',
150 'focus_cycler.h', 150 'focus_cycler.h',
151 'gpu_support.h',
152 'high_contrast/high_contrast_controller.cc', 151 'high_contrast/high_contrast_controller.cc',
153 'high_contrast/high_contrast_controller.h', 152 'high_contrast/high_contrast_controller.h',
154 'host/root_window_host_factory.cc', 153 'host/root_window_host_factory.cc',
155 'host/root_window_host_factory.h', 154 'host/root_window_host_factory.h',
156 'host/root_window_host_factory_win.cc', 155 'host/root_window_host_factory_win.cc',
157 'ime/candidate_view.cc', 156 'ime/candidate_view.cc',
158 'ime/candidate_view.h', 157 'ime/candidate_view.h',
159 'ime/candidate_window_view.cc', 158 'ime/candidate_window_view.cc',
160 'ime/candidate_window_view.h', 159 'ime/candidate_window_view.h',
161 'ime/infolist_window.cc', 160 'ime/infolist_window.cc',
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 672 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
674 '../url/url.gyp:url_lib', 673 '../url/url.gyp:url_lib',
675 'ash_strings.gyp:ash_strings', 674 'ash_strings.gyp:ash_strings',
676 'ash', 675 'ash',
677 'ash_resources', 676 'ash_resources',
678 ], 677 ],
679 'defines': [ 678 'defines': [
680 'ASH_WITH_CONTENT_IMPLEMENTATION', 679 'ASH_WITH_CONTENT_IMPLEMENTATION',
681 ], 680 ],
682 'sources': [ 681 'sources': [
683 'content_support/ash_with_content_export.h', 682 'ash_with_content_export.h',
684 'content_support/inject.cc',
685 'content_support/inject.h',
686 'content_support/gpu_support_impl.cc',
687 'content_support/gpu_support_impl.h',
688 'screensaver/screensaver_view.cc', 683 'screensaver/screensaver_view.cc',
689 'screensaver/screensaver_view.h', 684 'screensaver/screensaver_view.h',
690 'keyboard_overlay/keyboard_overlay_delegate.cc', 685 'keyboard_overlay/keyboard_overlay_delegate.cc',
691 'keyboard_overlay/keyboard_overlay_delegate.h', 686 'keyboard_overlay/keyboard_overlay_delegate.h',
692 'keyboard_overlay/keyboard_overlay_view.cc', 687 'keyboard_overlay/keyboard_overlay_view.cc',
693 'keyboard_overlay/keyboard_overlay_view.h', 688 'keyboard_overlay/keyboard_overlay_view.h',
694 ], 689 ],
695 }, 690 },
696 { 691 {
697 'target_name': 'ash_test_support', 692 'target_name': 'ash_test_support',
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 }, 1061 },
1067 }, 1062 },
1068 'dependencies': [ 1063 'dependencies': [
1069 '../sandbox/sandbox.gyp:sandbox', 1064 '../sandbox/sandbox.gyp:sandbox',
1070 ], 1065 ],
1071 }], 1066 }],
1072 ], 1067 ],
1073 }, 1068 },
1074 ], 1069 ],
1075 } 1070 }
OLDNEW
« no previous file with comments | « trunk/src/ash/accelerators/accelerator_controller.cc ('k') | trunk/src/ash/ash_with_content_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698