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

Unified Diff: media/base/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: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index b01c488ae93bfc7ae4ec1f950202737d7b2cd661..ee7c518a1e844533517dec00e9431bd5a883f432 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -209,8 +209,8 @@ source_set("base") {
defines = []
public_deps = []
deps = [
- "//ui/events:events_base",
"//skia",
+ "//ui/events:events_base",
]
libs = []
configs += [
@@ -358,8 +358,8 @@ source_set("test_support") {
]
configs += [ "//media:media_config" ]
deps = [
- "//testing/gmock",
"//media:shared_memory_support",
+ "//testing/gmock",
]
}
« components/BUILD.gn ('K') | « mash/wm/BUILD.gn ('k') | media/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698