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 /chrome_frame | |
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 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index fa5bae3..21dd325 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -414,7 +414,7 @@ '../chrome/chrome_resources.gyp:chrome_resources', '../content/content.gyp:content_app', '../content/content.gyp:content_gpu', - '../content/content.gyp:test_support_content', + '../content/content_shell_and_tests.gyp:test_support_content', '../net/net.gyp:net', '../net/net.gyp:net_test_support', '../skia/skia.gyp:skia', |