| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index a4a36d4907c304c9f4750526c97c22cc0ba43db3..29eac9482e5f3b758e9ca9d51585e061e90e6fe4 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -34,6 +34,8 @@
|
| 'theme_resources',
|
| '../base/base.gyp:test_support_base',
|
| '../ipc/ipc.gyp:test_support_ipc',
|
| + # 'test/test_url_request_context_getter.h' brings in this requirement.
|
| + '../net/net.gyp:net_test_support',
|
| '../skia/skia.gyp:skia',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| @@ -3202,6 +3204,7 @@
|
| 'renderer',
|
| 'syncapi',
|
| '../base/base.gyp:base',
|
| + '../net/net.gyp:net_test_support',
|
| '../skia/skia.gyp:skia',
|
| ],
|
| 'include_dirs': [
|
|
|