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/"} |