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

Unified Diff: components/html_viewer/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: components/html_viewer/BUILD.gn
diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
index 95d65392f8398904a113b26b7d84fb355f368c0d..19cfa094800b851a3a51369f20c2053b037b0e37 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -164,16 +164,16 @@ source_set("lib") {
"//components/resource_provider/public/interfaces",
"//components/scheduler:scheduler",
"//components/startup_metric_utils/browser:lib",
- "//components/webcrypto",
"//components/web_view:switches",
"//components/web_view/public/interfaces",
+ "//components/webcrypto",
"//gin",
- "//gpu/command_buffer/common:gles2_utils",
"//gpu/blink:blink",
+ "//gpu/command_buffer/common:gles2_utils",
"//media",
+ "//media:shared_memory_support",
"//media/blink",
"//media/mojo",
- "//media:shared_memory_support",
"//mojo/application/public/cpp",
"//mojo/application/public/interfaces",
"//mojo/common",
@@ -190,9 +190,9 @@ source_set("lib") {
"//mojo/services/tracing/public/interfaces",
"//net",
"//skia",
- "//third_party/mojo_services/src/accessibility/public/interfaces",
"//third_party/WebKit/public:image_resources",
"//third_party/WebKit/public:resources",
+ "//third_party/mojo_services/src/accessibility/public/interfaces",
"//ui/base:base",
"//ui/events",
"//ui/events:gesture_detection",

Powered by Google App Engine
This is Rietveld 408576698