diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-19 22:13:17 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-19 22:13:17 +0000 |
commit | ba42b1e35ba472e12b8c913e01191de60405d876 (patch) | |
tree | 627f48b9bb27dd8ce52a8c20a59bd7776d67e278 /content/content.gyp | |
parent | 44d8e84c39855ae33772d3fa6ce35d6a5a936932 (diff) | |
download | chromium_src-ba42b1e35ba472e12b8c913e01191de60405d876.zip chromium_src-ba42b1e35ba472e12b8c913e01191de60405d876.tar.gz chromium_src-ba42b1e35ba472e12b8c913e01191de60405d876.tar.bz2 |
Introduce a separate gyp file for content shell and tests
This will make it possible to depend on components from content shell
BUG=247431
R=jam@chromium.org
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/28123002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229620 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content.gyp')
-rw-r--r-- | content/content.gyp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/content.gyp b/content/content.gyp index 221a1a5..c7f3575 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. |