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

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: "Add another alias to shared_resources_data_source.cc for web-animations-js. 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..93745a16aa391c62ea996ee31c4a643aad2c5343 100644
--- a/content/browser/webui/shared_resources_data_source.cc
+++ b/content/browser/webui/shared_resources_data_source.cc
@@ -27,6 +27,8 @@ 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/web-animations-js/sources/",
+ "polymer/web-animations-js/"},
michaelpg 2015/02/18 22:03:41 nit: line should only be indented 3 spaces, to mat
Jeremy Klein 2015/02/18 22:07:32 Already fixed in the most recent patch by git cl f
{"../../resources/default_100_percent/common/", "images/apps/"},
{"../../resources/default_200_percent/common/", "images/2x/apps/"},
{"../../webui/resources/cr_elements/", "cr_elements/"}
« 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