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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/ash_with_content_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index ecf4275a9d0283fe770776de7046c9eca2f2e480..fb332ba3287573cea734502e5b184d3c124037d8 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -148,6 +148,7 @@
'first_run/first_run_helper_impl.h',
'focus_cycler.cc',
'focus_cycler.h',
+ 'gpu_support.h',
'high_contrast/high_contrast_controller.cc',
'high_contrast/high_contrast_controller.h',
'host/root_window_host_factory.cc',
@@ -679,7 +680,11 @@
'ASH_WITH_CONTENT_IMPLEMENTATION',
],
'sources': [
- 'ash_with_content_export.h',
+ 'content_support/ash_with_content_export.h',
+ 'content_support/inject.cc',
+ 'content_support/inject.h',
+ 'content_support/gpu_support_impl.cc',
+ 'content_support/gpu_support_impl.h',
'screensaver/screensaver_view.cc',
'screensaver/screensaver_view.h',
'keyboard_overlay/keyboard_overlay_delegate.cc',
« 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