Commit 1f8d8ac4 authored by tfarina@chromium.org's avatar tfarina@chromium.org

Only aura_bench needs cc/ dependency.

The rest of aura targets do not reference cc/, so they don't need to
explicit list cc/ as a dependency.

BUG=None
TEST=aura_bench, aura_demo, aura_unittests, all three still links
R=sadrul@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243719 0039d316-1c4b-4281-b951-d872f2087c98
parent bd0a3ae6
...@@ -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',
'../../cc/cc.gyp:cc',
'../../gpu/gpu.gyp:gpu', '../../gpu/gpu.gyp:gpu',
'../../skia/skia.gyp:skia', '../../skia/skia.gyp:skia',
'../compositor/compositor.gyp:compositor', '../compositor/compositor.gyp:compositor',
...@@ -225,6 +224,7 @@ ...@@ -225,6 +224,7 @@
'dependencies': [ 'dependencies': [
'../../base/base.gyp:base', '../../base/base.gyp:base',
'../../base/base.gyp:base_i18n', '../../base/base.gyp:base_i18n',
'../../cc/cc.gyp:cc',
'../../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