Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Unified Diff: chrome/chrome_common.gypi

Issue 7294007: Change references from app_base to sql. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index ec422a954a3419bc6a627cfc16aec64db57af59b..dd48462a58cbb4fd28b2c7a4c6195f3c8caa565a 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',
],
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698