diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-31 23:00:11 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-31 23:00:11 +0000 |
commit | 5e8a3ad5074562c4eb974f8c85b0014b3898b22f (patch) | |
tree | d1f6c3102e1ac89ad9d701abcd39e582a53e77e1 /ui/aura/aura.gyp | |
parent | 94c02046a256ae4f2d4cfd7bafbd20abfff5d706 (diff) | |
download | chromium_src-5e8a3ad5074562c4eb974f8c85b0014b3898b22f.zip chromium_src-5e8a3ad5074562c4eb974f8c85b0014b3898b22f.tar.gz chromium_src-5e8a3ad5074562c4eb974f8c85b0014b3898b22f.tar.bz2 |
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
Diffstat (limited to 'ui/aura/aura.gyp')
-rw-r--r-- | ui/aura/aura.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp index 2928e08..56ef798 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', @@ -227,6 +226,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', |