summaryrefslogtreecommitdiffstats
path: root/components/resources
diff options
context:
space:
mode:
authordroger <droger@chromium.org>2015-09-17 03:53:11 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-17 10:53:47 +0000
commit5144c4343704453671333c412011678602bfa2aa (patch)
tree848378c120d024cf4b79347ba7d124555b143740 /components/resources
parent878fed7432b6a94bcc930d52ebc1c7d20977f924 (diff)
downloadchromium_src-5144c4343704453671333c412011678602bfa2aa.zip
chromium_src-5144c4343704453671333c412011678602bfa2aa.tar.gz
chromium_src-5144c4343704453671333c412011678602bfa2aa.tar.bz2
Move sync_internals resources and constants to //components.
TBR=jochen NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1334173006 Cr-Commit-Position: refs/heads/master@{#349395}
Diffstat (limited to 'components/resources')
-rw-r--r--components/resources/components_resources.grd1
-rw-r--r--components/resources/sync_driver_resources.grdp14
2 files changed, 15 insertions, 0 deletions
diff --git a/components/resources/components_resources.grd b/components/resources/components_resources.grd
index 90c7e62..50ef33a 100644
--- a/components/resources/components_resources.grd
+++ b/components/resources/components_resources.grd
@@ -14,6 +14,7 @@
<part file="printing_resources.grdp" />
<part file="proximity_auth_resources.grdp" />
<part file="security_interstitials_resources.grdp" />
+ <part file="sync_driver_resources.grdp" />
<part file="translate_resources.grdp" />
</includes>
</release>
diff --git a/components/resources/sync_driver_resources.grdp b/components/resources/sync_driver_resources.grdp
new file mode 100644
index 0000000..bb0caa3
--- /dev/null
+++ b/components/resources/sync_driver_resources.grdp
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<grit-part>
+ <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_INDEX_HTML" file="../sync_driver/resources/index.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
+ <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_INDEX_JS" file="../sync_driver/resources/sync_index.js" type="BINDATA" />
+ <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_CHROME_SYNC_JS" file="../sync_driver/resources/chrome_sync.js" type="BINDATA" />
+ <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_TYPES_JS" file="../sync_driver/resources/types.js" type="BINDATA" />
+ <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_SYNC_LOG_JS" file="../sync_driver/resources/sync_log.js" type="BINDATA" />
+ <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_SYNC_NODE_BROWSER_JS" file="../sync_driver/resources/sync_node_browser.js" type="BINDATA" />
+ <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_SYNC_SEARCH_JS" file="../sync_driver/resources/sync_search.js" type="BINDATA" />
+ <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_ABOUT_JS" file="../sync_driver/resources/about.js" type="BINDATA" />
+ <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_DATA_JS" file="../sync_driver/resources/data.js" type="BINDATA" />
+ <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_EVENTS_JS" file="../sync_driver/resources/events.js" type="BINDATA" />
+ <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_SEARCH_JS" file="../sync_driver/resources/search.js" type="BINDATA" />
+</grit-part>