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 /apps/apps.gypi | |
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 'apps/apps.gypi')
-rw-r--r-- | apps/apps.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi index 2b8589a..e956c46 100644 --- a/apps/apps.gypi +++ b/apps/apps.gypi @@ -117,7 +117,7 @@ 'apps', '../base/base.gyp:base', '../content/content.gyp:content', - '../content/content.gyp:content_shell_lib', + '../content/content_shell_and_tests.gyp:content_shell_lib', '../skia/skia.gyp:skia', '../ui/shell/shell.gyp:shell', '../ui/views/views.gyp:views', |