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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 21453003: Fix content_browsertests and other full stack tests in multiple_dll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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 | « chrome/chrome_exe.gypi ('k') | chrome/test/gpu/test_support_gpu.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index b7e3d064a1759d2f09b49d1fe8a16d852192e88f..a0f38c95bf3658ad64b2fd01bf6015fae01c1704 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -20,7 +20,7 @@
'../base/base.gyp:test_support_base',
'../base/base.gyp:base_prefs_test_support',
'../components/components.gyp:sessions_test_support',
- '../content/content.gyp:content_app',
+ '../content/content.gyp:content_app_both',
'../content/content.gyp:test_support_content',
'../media/media.gyp:media_test_support',
'../net/net.gyp:net',
@@ -438,6 +438,7 @@
'<@(chromium_child_dependencies)',
# 2) test-specific support libraries:
'../base/base.gyp:test_support_base',
+ '../content/content.gyp:content_app_both',
'../media/media.gyp:media_test_support',
'../net/net.gyp:net',
'../net/net.gyp:net_test_support',
@@ -2595,6 +2596,7 @@
# 1) everything that the chrome binaries depend on:
'<@(chromium_browser_dependencies)',
'<@(chromium_child_dependencies)',
+ '../content/content.gyp:content_app_both',
# 2) test-specific support libraries:
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/test/gpu/test_support_gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698