Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Unified Diff: content/browser/webui/shared_resources_data_source.cc

Issue 1105743003: Add a 0.8 version of cr-checkbox with a demo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@polymer08
Patch Set: Remove the demo structure from cr_elements_resources.grdp" Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/webui/shared_resources_data_source.cc
diff --git a/content/browser/webui/shared_resources_data_source.cc b/content/browser/webui/shared_resources_data_source.cc
index d5377a1676fb7e459c80b52c0a809da4e1dba2a3..3f96e76ffd6589da4c48524e92bc2affe8f7b518 100644
--- a/content/browser/webui/shared_resources_data_source.cc
+++ b/content/browser/webui/shared_resources_data_source.cc
@@ -27,6 +27,7 @@ using ResourcesMap = base::hash_map<std::string, int>;
// TODO(rkc): Once we have a separate source for apps, remove '*/apps/' aliases.
const char* kPathAliases[][2] = {
{"../../../third_party/polymer/components-chromium/", "polymer/"},
+ {"../../../third_party/polymer/v0_8/components-chromium/", "polymer/v0_8/"},
{"../../../third_party/web-animations-js/sources/",
"polymer/web-animations-js/"},
{"../../resources/default_100_percent/common/", "images/apps/"},
« no previous file with comments | « no previous file | ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698