diff options
author | mnaganov@chromium.org <mnaganov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-01 13:38:41 +0000 |
---|---|---|
committer | mnaganov@chromium.org <mnaganov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-01 13:38:41 +0000 |
commit | a20f6e8ec107dd2249e3da5263ba1de4265036f2 (patch) | |
tree | faa0fe048ad3ae9f194e3cf4f5bc79692e055cbe /content/content.gyp | |
parent | 9b48510b3ebc70aeb0dcc477a57eb2bf1d8f9753 (diff) | |
download | chromium_src-a20f6e8ec107dd2249e3da5263ba1de4265036f2.zip chromium_src-a20f6e8ec107dd2249e3da5263ba1de4265036f2.tar.gz chromium_src-a20f6e8ec107dd2249e3da5263ba1de4265036f2.tar.bz2 |
Factor out content shell and tests into a standalone gyp
This simplifies using components in Content Shell. As components can
depend on the content layer, trying to use a component from Content Shell
results in a cross-reference of gyp files which isn't allowed on Mac.
TBR=joi,robertshield (trivial one-line renames in gyp files)
Review URL: https://chromiumcodereview.appspot.com/17366006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209420 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 68a6f40..7fe5ac4 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. |