| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 837e8e0cc35a6112c30079a8f98c63c911138166..3af69d9634f03092f22025d4f697d5b45b500de5 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -628,12 +628,12 @@
|
| 'chrome_strings',
|
| 'profile_import',
|
| 'test_support_ui',
|
| - '../app/app.gyp:app_base',
|
| '../base/base.gyp:base',
|
| + '../build/temp_gyp/googleurl.gyp:googleurl',
|
| '../net/net.gyp:net',
|
| '../net/net.gyp:net_test_support',
|
| - '../build/temp_gyp/googleurl.gyp:googleurl',
|
| '../skia/skia.gyp:skia',
|
| + '../sql/sql.gyp:sql',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| '../third_party/icu/icu.gyp:icui18n',
|
| @@ -2282,13 +2282,13 @@
|
| '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',
|
| '../net/net.gyp:net',
|
| '../net/net.gyp:net_test_support',
|
| '../skia/skia.gyp:skia',
|
| + '../sql/sql.gyp:sql',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| '../third_party/cld/cld.gyp:cld',
|
| @@ -2800,9 +2800,9 @@
|
| 'chrome_resources',
|
| 'chrome_strings',
|
| 'test_support_ui',
|
| - '../app/app.gyp:app_base',
|
| '../base/base.gyp:base',
|
| '../skia/skia.gyp:skia',
|
| + '../sql/sql.gyp:sql',
|
| '../testing/gtest.gyp:gtest',
|
| ],
|
| 'sources': [
|
| @@ -3492,11 +3492,11 @@
|
| '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',
|
| '../skia/skia.gyp:skia',
|
| + '../sql/sql.gyp:sql',
|
| '../testing/gtest.gyp:gtest',
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| @@ -3664,12 +3664,12 @@
|
| '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',
|
| '../base/base.gyp:test_support_perf',
|
| + '../content/content.gyp:content_gpu',
|
| '../skia/skia.gyp:skia',
|
| + '../sql/sql.gyp:sql',
|
| '../testing/gtest.gyp:gtest',
|
| '../webkit/support/webkit_support.gyp:glue',
|
| ],
|
|
|