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

Unified Diff: content/content.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: Rebased 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
« no previous file with comments | « content/OWNERS ('k') | content/content_shell.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 68a6f4016caad44368555dcb746c0c7a01379c03..7fe5ac4834f46ba5a7edd2fe77bae8daf3f148fa 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -21,14 +21,10 @@
}],
],
},
- 'includes': [
- 'content_tests.gypi',
- ],
'conditions': [
['OS != "ios"', {
'includes': [
'../build/win_precompile.gypi',
- 'content_shell.gypi',
],
}],
# In component mode, we build all of content as a single DLL.
« no previous file with comments | « content/OWNERS ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698