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

Side by Side Diff: ash/ash.gyp

Issue 138223004: Inject GPUDataManager support into ash to abstract a content dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/ash_with_content_export.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
151 'high_contrast/high_contrast_controller.cc', 152 'high_contrast/high_contrast_controller.cc',
152 'high_contrast/high_contrast_controller.h', 153 'high_contrast/high_contrast_controller.h',
153 'host/root_window_host_factory.cc', 154 'host/root_window_host_factory.cc',
154 'host/root_window_host_factory.h', 155 'host/root_window_host_factory.h',
155 'host/root_window_host_factory_win.cc', 156 'host/root_window_host_factory_win.cc',
156 'ime/candidate_view.cc', 157 'ime/candidate_view.cc',
157 'ime/candidate_view.h', 158 'ime/candidate_view.h',
158 'ime/candidate_window_view.cc', 159 'ime/candidate_window_view.cc',
159 'ime/candidate_window_view.h', 160 'ime/candidate_window_view.h',
160 'ime/infolist_window.cc', 161 'ime/infolist_window.cc',
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 673 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
673 '../url/url.gyp:url_lib', 674 '../url/url.gyp:url_lib',
674 'ash_strings.gyp:ash_strings', 675 'ash_strings.gyp:ash_strings',
675 'ash', 676 'ash',
676 'ash_resources', 677 'ash_resources',
677 ], 678 ],
678 'defines': [ 679 'defines': [
679 'ASH_WITH_CONTENT_IMPLEMENTATION', 680 'ASH_WITH_CONTENT_IMPLEMENTATION',
680 ], 681 ],
681 'sources': [ 682 'sources': [
682 'ash_with_content_export.h', 683 'content_support/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',
683 'screensaver/screensaver_view.cc', 688 'screensaver/screensaver_view.cc',
684 'screensaver/screensaver_view.h', 689 'screensaver/screensaver_view.h',
685 'keyboard_overlay/keyboard_overlay_delegate.cc', 690 'keyboard_overlay/keyboard_overlay_delegate.cc',
686 'keyboard_overlay/keyboard_overlay_delegate.h', 691 'keyboard_overlay/keyboard_overlay_delegate.h',
687 'keyboard_overlay/keyboard_overlay_view.cc', 692 'keyboard_overlay/keyboard_overlay_view.cc',
688 'keyboard_overlay/keyboard_overlay_view.h', 693 'keyboard_overlay/keyboard_overlay_view.h',
689 ], 694 ],
690 }, 695 },
691 { 696 {
692 'target_name': 'ash_test_support', 697 'target_name': 'ash_test_support',
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 }, 1066 },
1062 }, 1067 },
1063 'dependencies': [ 1068 'dependencies': [
1064 '../sandbox/sandbox.gyp:sandbox', 1069 '../sandbox/sandbox.gyp:sandbox',
1065 ], 1070 ],
1066 }], 1071 }],
1067 ], 1072 ],
1068 }, 1073 },
1069 ], 1074 ],
1070 } 1075 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/ash_with_content_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698