Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: build/all.gyp

Issue 124493002: content: Add layout_test_helper target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make blink_tests depend on them Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/content_shell.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"', {
« no previous file with comments | « no previous file | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698