| 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,
|
|
|