diff options
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index dd48462..ec422a9 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -113,6 +113,7 @@ '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', @@ -122,7 +123,6 @@ '../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', ], |