| 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',
|
| ],
|
|
|