summaryrefslogtreecommitdiffstats
path: root/content/content_shell_and_tests.gyp
Commit message (Collapse)AuthorAgeFilesLines
* Introduce a separate gyp file for content shell and testsjochen@chromium.org2013-10-191-325/+6
| | | | | | | | | | | | 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
* Jumping through hoops because blink depends on content...jochen@chromium.org2013-10-181-0/+351
| | | | | | | | | | | | | | | This change just prepares moving content shell and content tests to their own gyp file. First, I'll introduce a temporary target for blink (this is this CL). Then, I'll update blink to the temporary target. This will allow for moving content shell and content tests to their final destination. The last step is to update blink once more to use the correct new target. R=jam@chromium.org Review URL: https://codereview.chromium.org/28203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229440 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 209420 "Factor out content shell and tests into a standal..."jam@chromium.org2013-07-021-19/+0
| | | | | | | | | | | | | | | | | | > 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 TBR=mnaganov@chromium.org Review URL: https://codereview.chromium.org/18547009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209770 0039d316-1c4b-4281-b951-d872f2087c98
* Factor out content shell and tests into a standalone gypmnaganov@chromium.org2013-07-011-0/+19
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