| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 17ec36b76dd731d3ff9259af2cc73744c9bcca63..506375781b50d6a98227d25affa9ae8a37d28bfe 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -1298,6 +1298,7 @@
|
| 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F',
|
| 'dependencies': [
|
| 'browser',
|
| + 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
|
| 'chrome',
|
| 'chrome_resources',
|
| 'chrome_strings',
|
| @@ -2056,6 +2057,7 @@
|
| ['OS=="linux"', {
|
| 'dependencies': [
|
| '../build/linux/system.gyp:gtk',
|
| + '../build/linux/system.gyp:nss',
|
| ],
|
| }],
|
| ['OS=="win"', {
|
|
|