| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 539fe72f2f5b2fb859b66c3b6fbd54a2b637094e..22178501f9fe942a4af02a7ff8163aa8b0d56a71 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -128,6 +128,7 @@
|
| 'test/test_web_contents_view.h',
|
| 'test/unittest_test_suite.cc',
|
| 'test/web_contents_tester.cc',
|
| + '../chrome/chrome_resources.gyp:packed_resources',
|
|
|
| # TODO(phajdan.jr): Those files should be moved to webkit
|
| # test support target.
|
| @@ -595,10 +596,19 @@
|
| ],
|
| }],
|
| ['use_aura==1', {
|
| + 'dependencies': [
|
| + '../chrome/chrome_resources.gyp:packed_resources',
|
| + ],
|
| 'sources!': [
|
| 'browser/plugin_browsertest.cc',
|
| ],
|
| }],
|
| + ['chromeos==1', {
|
| + 'dependencies': [
|
| + '../chromeos/chromeos.gyp:chromeos_test_support',
|
| + '../testing/gmock.gyp:gmock',
|
| + ],
|
| + }],
|
| ['target_arch!="arm"', {
|
| 'dependencies': [
|
| # Runtime dependencies
|
|
|