Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index dfd22ca930fe765a96be56c20919010420100a69..5eedff3239cb7275f880535b842e95002bc6460e 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -399,6 +399,7 @@ |
['OS=="win"', { |
'dependencies': [ |
'../content/content_shell_and_tests.gyp:content_shell_crash_service', |
+ '../content/content_shell_and_tests.gyp:layout_test_helper', |
], |
}, { # OS!="win" |
'dependencies': [ |
@@ -408,6 +409,7 @@ |
['OS=="mac"', { |
'dependencies': [ |
'../breakpad/breakpad.gyp:dump_syms#host', |
+ '../content/content_shell_and_tests.gyp:layout_test_helper', |
], |
}], |
['OS=="linux"', { |