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

Unified Diff: chrome/chrome.gyp

Issue 17366006: Factor out content shell and tests into a standalone gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated OWNERS to include a rule for the new file Created 7 years, 6 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
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 4fced1bf88604a253a13cabaa879c3e86eb51aa2..9595511bcfa9a72c7e22f8fe6c90e5d74daa2cd5 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -892,9 +892,9 @@
'../base/base.gyp:base_unittests',
'../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
'../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
- '../content/content.gyp:content_browsertests',
- '../content/content.gyp:content_shell',
- '../content/content.gyp:content_unittests',
+ '../content/content_shell_and_tests.gyp:content_browsertests',
+ '../content/content_shell_and_tests.gyp:content_unittests',
+ '../content/content_shell_and_tests.gyp:content_shell',
'../net/net.gyp:net_unittests',
'../ui/ui.gyp:ui_unittests',
],

Powered by Google App Engine
This is Rietveld 408576698