summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
diff options
context:
space:
mode:
authorjoaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-16 13:49:20 +0000
committerjoaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-16 13:49:20 +0000
commit991573eea1ab5aeefb920ef46a055271713d694a (patch)
tree2383d405f522d0441452d3befe9160e968a5f35e /build/all.gyp
parent7f123d2a3dc472dd796c13e2d7d599446fe9831d (diff)
downloadchromium_src-991573eea1ab5aeefb920ef46a055271713d694a.zip
chromium_src-991573eea1ab5aeefb920ef46a055271713d694a.tar.gz
chromium_src-991573eea1ab5aeefb920ef46a055271713d694a.tar.bz2
Move chrome/app/policy into components/policy.
This move enables using the files derived from policy_templates.json in iOS builds. List of changes: - cloud_policy_codegen.gyp and policy_templates.gypi have been merged into components/policy.gypi - policy_templates.json moved into components/policy/resources/ - policy_templates.grd and *.xtb files moved into components/policy/resources/ - syntax_check_policy_templates_json.py and chrome/tools/build/generate_policy_source.py moved into components/policy/tools BUG=271392 R=jochen@chromium.org, pastarmovj@chromium.org Review URL: https://codereview.chromium.org/108513011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240875 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 75fd81d..c34de08 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -949,7 +949,7 @@
'dependencies': [
'../chrome/chrome.gyp:crash_service',
'../chrome/chrome.gyp:gcapi_dll',
- '../chrome/chrome.gyp:policy_templates',
+ '../chrome/chrome.gyp:pack_policy_templates',
'../courgette/courgette.gyp:courgette64',
'../chrome/installer/mini_installer.gyp:mini_installer',
'../courgette/courgette.gyp:courgette',