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

Unified Diff: ui/aura/aura.gyp

Issue 308043007: Aura does not need to depend on gpu target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura.gyp
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index bb91ea79b361c2425f80ff61a4b245cbbbc923ff..29dce96a649231f867202428d7de563ba47bfbb8 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -14,7 +14,6 @@
'../../base/base.gyp:base',
'../../base/base.gyp:base_i18n',
'../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '../../gpu/gpu.gyp:gpu',
'../../skia/skia.gyp:skia',
'../base/ui_base.gyp:ui_base',
'../compositor/compositor.gyp:compositor',
@@ -62,7 +61,7 @@
'input_state_lookup_win.h',
'layout_manager.cc',
'layout_manager.h',
- 'remote_window_tree_host_win.cc',
+ 'remote_window_tree_host_win.cc',
'remote_window_tree_host_win.h',
'scoped_window_targeter.cc',
'scoped_window_targeter.h',
@@ -226,6 +225,7 @@
'../../base/base.gyp:base',
'../../base/base.gyp:base_i18n',
'../../cc/cc.gyp:cc',
+ '../../gpu/gpu.gyp:gles2_implementation',
'../../skia/skia.gyp:skia',
'../../third_party/icu/icu.gyp:icui18n',
'../../third_party/icu/icu.gyp:icuuc',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698