diff options
author | wangxianzhu@chromium.org <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-29 07:58:20 +0000 |
---|---|---|
committer | wangxianzhu@chromium.org <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-29 07:58:20 +0000 |
commit | 67eab64fd7876399e0b139fca55476b27276ae22 (patch) | |
tree | 9a47a8da1a205effad83048f840861cfb1738e75 /build | |
parent | 0bbd6179bbcdf0e500ffbf7cf199cc639b1210f0 (diff) | |
download | chromium_src-67eab64fd7876399e0b139fca55476b27276ae22.zip chromium_src-67eab64fd7876399e0b139fca55476b27276ae22.tar.gz chromium_src-67eab64fd7876399e0b139fca55476b27276ae22.tar.bz2 |
Remove ui_unittests -> packed_resources dependency
The dependency is no longer required.
Review URL: https://codereview.chromium.org/259983007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266782 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/all.gyp b/build/all.gyp index ce3a249..c9a86d7f 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -748,11 +748,6 @@ '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_test', '../ui/events/events.gyp:events_unittests', '../ui/ui_unittests.gyp:ui_unittests', - # Required by ui_unittests. - # TODO(wangxianzhu): It'd better let ui_unittests depend on it, but - # this would cause circular gyp dependency which needs refactoring the - # gyps to resolve. - '../chrome/chrome_resources.gyp:packed_resources', ], 'conditions': [ ['"<(gtest_target_type)"=="shared_library"', { |