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

Unified Diff: content/renderer/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index cf164b7ca8625dc551f3071bfe8f65155dcf027b..aa203aa23d93ec146d6f3bab0040a1ca89f7a746 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -24,7 +24,6 @@ source_set("renderer") {
deps = [
# TODO(GYP) bug 376846 remove this. This should be inherited from //net but
# those don't cross component boundaries.
- "//crypto:platform",
"//base/allocator",
"//cc",
"//cc/blink",
@@ -38,6 +37,7 @@ source_set("renderer") {
"//content/public/child:child_sources",
"//content/public/common:common_sources",
"//content/public/common:mojo_bindings",
+ "//crypto:platform",
"//device/battery:mojo_bindings",
"//device/vibration:mojo_bindings",
"//gin",
@@ -47,26 +47,26 @@ source_set("renderer") {
"//media",
"//media/blink",
"//mojo/application/public/interfaces",
- "//mojo/environment:chromium",
"//mojo/common:url_type_converters",
"//mojo/converters/geometry",
+ "//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
"//mojo/public/js",
"//net",
"//skia",
"//skia/public",
"//storage/common",
+ "//third_party/WebKit/public:blink",
"//third_party/icu",
"//third_party/libjingle",
"//third_party/libyuv",
"//third_party/mojo/src/mojo/edk/js",
"//third_party/npapi",
- "//third_party/WebKit/public:blink",
"//third_party/widevine/cdm:version_h",
"//ui/accessibility",
"//ui/base",
- "//ui/events:events_base",
"//ui/events:dom_keycode_converter",
+ "//ui/events:events_base",
"//ui/gl",
"//ui/native_theme",
"//ui/surface",

Powered by Google App Engine
This is Rietveld 408576698