diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-06 20:49:01 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-06 20:49:01 +0000 |
commit | 118b102648c8d1baf76150f965154e7b718ed816 (patch) | |
tree | 5c1b5ea13c6dacba6cf6e61ae12f6aa5fe81da47 /chrome | |
parent | 336629d65673b156acf7217d1d2240e31ed43185 (diff) | |
download | chromium_src-118b102648c8d1baf76150f965154e7b718ed816.zip chromium_src-118b102648c8d1baf76150f965154e7b718ed816.tar.gz chromium_src-118b102648c8d1baf76150f965154e7b718ed816.tar.bz2 |
Change all the references from app_base to sql.
BUG=72317
TEST=None
R=tony@chromium.org
Review URL: http://codereview.chromium.org/7232040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91600 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/chrome_common.gypi | 3 | ||||
-rw-r--r-- | chrome/chrome_tests.gypi | 5 |
2 files changed, 0 insertions, 8 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index ec422a9..2b26917 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -113,7 +113,6 @@ 'safe_browsing_proto', 'theme_resources', 'theme_resources_standard', - '../app/app.gyp:app_base', '../base/base.gyp:base', '../base/base.gyp:base_i18n', '../base/base.gyp:base_static', @@ -345,7 +344,6 @@ }], ], 'export_dependent_settings': [ - '../app/app.gyp:app_base', '../base/base.gyp:base', '../third_party/protobuf/protobuf.gyp:protobuf_lite', 'safe_browsing_csd_proto', @@ -382,7 +380,6 @@ 'dependencies': [ 'chrome_resources', 'chrome_strings', - '../app/app.gyp:app_base', '../base/base.gyp:base', '../crypto/crypto.gyp:crypto', '../gpu/gpu.gyp:gpu_ipc', diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index fdf19ae..0cb796c 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -628,7 +628,6 @@ 'chrome_strings', 'profile_import', 'test_support_ui', - '../app/app.gyp:app_base', '../base/base.gyp:base', '../net/net.gyp:net', '../net/net.gyp:net_test_support', @@ -2288,7 +2287,6 @@ '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', @@ -2831,7 +2829,6 @@ 'chrome_resources', 'chrome_strings', 'test_support_ui', - '../app/app.gyp:app_base', '../base/base.gyp:base', '../skia/skia.gyp:skia', '../testing/gtest.gyp:gtest', @@ -3524,7 +3521,6 @@ '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', @@ -3696,7 +3692,6 @@ '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', |