Commit 5e8a3ad5 authored by tfarina@chromium.org's avatar tfarina@chromium.org

Aura does not need to depend on gpu target.

A grep for gpu reveals that only ui/aura/bench includes from gpu.

Change aura_bench to depend on gles2_implementation.

That should simplify the conversion of Aura to GN.

BUG=None
TEST=green trybots
TBR=ben@chromium.org,brettw@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/308043007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274087 0039d316-1c4b-4281-b951-d872f2087c98
parent 94c02046
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
'../../base/base.gyp:base', '../../base/base.gyp:base',
'../../base/base.gyp:base_i18n', '../../base/base.gyp:base_i18n',
'../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../../gpu/gpu.gyp:gpu',
'../../skia/skia.gyp:skia', '../../skia/skia.gyp:skia',
'../base/ui_base.gyp:ui_base', '../base/ui_base.gyp:ui_base',
'../compositor/compositor.gyp:compositor', '../compositor/compositor.gyp:compositor',
...@@ -62,7 +61,7 @@ ...@@ -62,7 +61,7 @@
'input_state_lookup_win.h', 'input_state_lookup_win.h',
'layout_manager.cc', 'layout_manager.cc',
'layout_manager.h', 'layout_manager.h',
'remote_window_tree_host_win.cc', 'remote_window_tree_host_win.cc',
'remote_window_tree_host_win.h', 'remote_window_tree_host_win.h',
'scoped_window_targeter.cc', 'scoped_window_targeter.cc',
'scoped_window_targeter.h', 'scoped_window_targeter.h',
...@@ -227,6 +226,7 @@ ...@@ -227,6 +226,7 @@
'../../base/base.gyp:base', '../../base/base.gyp:base',
'../../base/base.gyp:base_i18n', '../../base/base.gyp:base_i18n',
'../../cc/cc.gyp:cc', '../../cc/cc.gyp:cc',
'../../gpu/gpu.gyp:gles2_implementation',
'../../skia/skia.gyp:skia', '../../skia/skia.gyp:skia',
'../../third_party/icu/icu.gyp:icui18n', '../../third_party/icu/icu.gyp:icui18n',
'../../third_party/icu/icu.gyp:icuuc', '../../third_party/icu/icu.gyp:icuuc',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment