diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-01 12:50:53 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-01 12:50:53 +0000 |
commit | e6c6be77cb0a8d52ea9dbe7b924a8f7461ae4b03 (patch) | |
tree | 6e23c94ca2824d74a4e97234c5f08546be7ebcd7 /chrome/chrome_tests.gypi | |
parent | 7f2c2f2a0538fc846b9826ebf19e69a561fae780 (diff) | |
download | chromium_src-e6c6be77cb0a8d52ea9dbe7b924a8f7461ae4b03.zip chromium_src-e6c6be77cb0a8d52ea9dbe7b924a8f7461ae4b03.tar.gz chromium_src-e6c6be77cb0a8d52ea9dbe7b924a8f7461ae4b03.tar.bz2 |
Change references from app_base to sql.
BUG=72317
TEST=None
R=rsesek@chromium.org
Review URL: http://codereview.chromium.org/7294007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91288 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index cdebadf..5cd4182 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -628,12 +628,12 @@ 'chrome_strings', 'profile_import', 'test_support_ui', - '../app/app.gyp:app_base', '../base/base.gyp:base', + '../build/temp_gyp/googleurl.gyp:googleurl', '../net/net.gyp:net', '../net/net.gyp:net_test_support', - '../build/temp_gyp/googleurl.gyp:googleurl', '../skia/skia.gyp:skia', + '../sql/sql.gyp:sql', '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', '../third_party/icu/icu.gyp:icui18n', @@ -2282,13 +2282,13 @@ 'profile_import', 'renderer', 'test_support_common', - '../app/app.gyp:app_base', '../base/base.gyp:base', '../base/base.gyp:base_i18n', '../base/base.gyp:test_support_base', '../net/net.gyp:net', '../net/net.gyp:net_test_support', '../skia/skia.gyp:skia', + '../sql/sql.gyp:sql', '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', '../third_party/cld/cld.gyp:cld', @@ -2800,9 +2800,9 @@ 'chrome_resources', 'chrome_strings', 'test_support_ui', - '../app/app.gyp:app_base', '../base/base.gyp:base', '../skia/skia.gyp:skia', + '../sql/sql.gyp:sql', '../testing/gtest.gyp:gtest', ], 'sources': [ @@ -3493,11 +3493,11 @@ 'chrome_strings', 'renderer', 'test_support_common', - '../app/app.gyp:app_base', '../base/base.gyp:base', '../base/base.gyp:test_support_base', '../net/net.gyp:net_test_support', '../skia/skia.gyp:skia', + '../sql/sql.gyp:sql', '../testing/gtest.gyp:gtest', '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', @@ -3665,12 +3665,12 @@ 'renderer', 'chrome_resources', 'chrome_strings', - '../app/app.gyp:app_base', - '../content/content.gyp:content_gpu', '../base/base.gyp:base', '../base/base.gyp:test_support_base', '../base/base.gyp:test_support_perf', + '../content/content.gyp:content_gpu', '../skia/skia.gyp:skia', + '../sql/sql.gyp:sql', '../testing/gtest.gyp:gtest', '../webkit/support/webkit_support.gyp:glue', ], |