summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-01 12:50:53 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-01 12:50:53 +0000
commite6c6be77cb0a8d52ea9dbe7b924a8f7461ae4b03 (patch)
tree6e23c94ca2824d74a4e97234c5f08546be7ebcd7 /chrome/chrome_common.gypi
parent7f2c2f2a0538fc846b9826ebf19e69a561fae780 (diff)
downloadchromium_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_common.gypi')
-rw-r--r--chrome/chrome_common.gypi6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index ec422a9..dd48462 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',
@@ -123,6 +122,7 @@
'../net/net.gyp:net',
'../printing/printing.gyp:printing',
'../skia/skia.gyp:skia',
+ '../sql/sql.gyp:sql',
'../third_party/bzip2/bzip2.gyp:bzip2',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
@@ -345,8 +345,8 @@
}],
],
'export_dependent_settings': [
- '../app/app.gyp:app_base',
'../base/base.gyp:base',
+ '../sql/sql.gyp:sql',
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
'safe_browsing_csd_proto',
'safe_browsing_proto',
@@ -382,12 +382,12 @@
'dependencies': [
'chrome_resources',
'chrome_strings',
- '../app/app.gyp:app_base',
'../base/base.gyp:base',
'../crypto/crypto.gyp:crypto',
'../gpu/gpu.gyp:gpu_ipc',
'../net/net.gyp:net_resources',
'../net/net.gyp:net',
+ '../sql/sql.gyp:sql',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
],