summaryrefslogtreecommitdiffstats
path: root/build/json_schema_bundle_registration_compile.gypi
Commit message (Collapse)AuthorAgeFilesLines
* Move json schema compiler target into build/ to match gypJames Robinson2014-09-301-1/+1
| | | | | | | | | | ui/ and chrome/ should not depend on anything from //extensions. R=brettw@chromium.org Review URL: https://codereview.chromium.org/597713002 Cr-Commit-Position: refs/heads/master@{#297528}
* Reland 596ff54335b2a1b393af10657bc4945114f3beed - Split API bundle ↵yoz2014-08-271-0/+78
| | | | | | | | | | | | | | | | | | | generation steps * Fixed in this version: dependencies for *_api_registration on *_api. Split bundle generation steps so that API registration is generated in browser, not common. We now have schema generation, schema bundle generation, and schema bundle registration generation; the last of these is generated in a separate build target and output to browser rather than common. Fix a couple of dangling gyp issues also. BUG=405226 TBR=scottmg@chromium.org,sky@chromium.org Review URL: https://codereview.chromium.org/513633002 Cr-Commit-Position: refs/heads/master@{#292090}
* Revert "Split bundle generation steps so that API registration is generated ↵Albert J. Wong2014-08-271-78/+0
| | | | | | | | | | | | | | | in browser, not common." Causing build failure in Android due to failed include for extensions/common/api/runtime.h. This reverts commit 3b70ef14be986a3252428cc6d9553bf2c69deb70. BUG=none TBR=yoz Review URL: https://codereview.chromium.org/506253003 Cr-Commit-Position: refs/heads/master@{#292059}
* Split bundle generation steps so that API registration is generated in ↵yoz2014-08-271-0/+78
browser, not common. We now have schema generation, schema bundle generation, and schema bundle registration generation; the last of these is generated in a separate build target and output to browser rather than common. Fix a couple of dangling gyp issues also. BUG=405226 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/489153003 Cr-Commit-Position: refs/heads/master@{#292057}