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

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

Issue 917523002: Pull web-animations-js into third-party via the third_party/polymer/reproduce.sh script. Add necess… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove .travis-setup.sh and make a note in README.chromium. Created 5 years, 10 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 | « .gitignore ('k') | third_party/polymer/PRESUBMIT.py » ('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 04faef85b17b0a75b6f25463f7bb0b218aff7220..d5377a1676fb7e459c80b52c0a809da4e1dba2a3 100644
--- a/content/browser/webui/shared_resources_data_source.cc
+++ b/content/browser/webui/shared_resources_data_source.cc
@@ -26,11 +26,12 @@ 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/"},
- {"../../resources/default_100_percent/common/", "images/apps/"},
- {"../../resources/default_200_percent/common/", "images/2x/apps/"},
- {"../../webui/resources/cr_elements/", "cr_elements/"}
-};
+ {"../../../third_party/polymer/components-chromium/", "polymer/"},
+ {"../../../third_party/web-animations-js/sources/",
+ "polymer/web-animations-js/"},
+ {"../../resources/default_100_percent/common/", "images/apps/"},
+ {"../../resources/default_200_percent/common/", "images/2x/apps/"},
+ {"../../webui/resources/cr_elements/", "cr_elements/"}};
void AddResource(const std::string& path,
int resource_id,
« no previous file with comments | « .gitignore ('k') | third_party/polymer/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698