Media Controls: Move media controls resources to media_controls module
As part of converting media_controls to using Grit, this adds
blink_scaled_resources_100/200_percent rules to Blink that will
repack all the scaled Blink resources and combine them. This then
updates the dependencies of blink image_resources to use the
new scaled_resources. Moves the media controls resources to the
media_controls module.
BUG=747975
Change-Id: Ia64d3e2f3a79eb4f893a3ba5df7cf0069ca3e733
Reviewed-on: https://chromium-review.googlesource.com/582812
Reviewed-by: Jochen Eisinger <[email protected]>
Reviewed-by: Kentaro Hara <[email protected]>
Reviewed-by: Mounir Lamouri <[email protected]>
Commit-Queue: Becca Hughes <[email protected]>
Cr-Commit-Position: refs/heads/master@{#492298}
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index b221b87d..e912f03b 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -900,8 +900,8 @@
"//sql",
"//storage/browser",
"//storage/common",
- "//third_party/WebKit/public:image_resources",
"//third_party/WebKit/public:resources",
+ "//third_party/WebKit/public:scaled_resources",
"//third_party/cacheinvalidation",
"//third_party/icu",
"//third_party/leveldatabase",