Chromium Code Reviews| Index: chrome/chrome_tests.gypi |
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
| index a4a36d4907c304c9f4750526c97c22cc0ba43db3..5f27bb333d02615c0fc48b5a6df4ea193abafb07 100644 |
| --- a/chrome/chrome_tests.gypi |
| +++ b/chrome/chrome_tests.gypi |
| @@ -34,6 +34,7 @@ |
| 'theme_resources', |
| '../base/base.gyp:test_support_base', |
| '../ipc/ipc.gyp:test_support_ipc', |
| + '../net/net.gyp:net_test_support', |
|
evanm
2011/01/26 00:53:30
Can you add comments by these indicating why they'
|
| '../skia/skia.gyp:skia', |
| '../testing/gmock.gyp:gmock', |
| '../testing/gtest.gyp:gtest', |
| @@ -3202,6 +3203,7 @@ |
| 'renderer', |
| 'syncapi', |
| '../base/base.gyp:base', |
| + '../net/net.gyp:net_test_support', |
| '../skia/skia.gyp:skia', |
| ], |
| 'include_dirs': [ |