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

Unified Diff: chrome/browser/devtools/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch 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: chrome/browser/devtools/BUILD.gn
diff --git a/chrome/browser/devtools/BUILD.gn b/chrome/browser/devtools/BUILD.gn
index 9b8f6ea320ad8fbd898effb8d62ebdc0e047b7d9..d699abca229c48b550258613b6be9df3860d5d19 100644
--- a/chrome/browser/devtools/BUILD.gn
+++ b/chrome/browser/devtools/BUILD.gn
@@ -67,18 +67,18 @@ static_library("devtools") {
if (!is_android) {
deps += [
- "//chrome/app/theme:theme_resources",
- "//chrome/common/extensions/api",
+ ":webrtc_device_provider_resources",
"//chrome:extra_resources",
"//chrome:resources",
"//chrome:strings",
+ "//chrome/app/theme:theme_resources",
+ "//chrome/common/extensions/api",
"//components/devtools_http_handler",
"//net:http_server",
"//skia",
"//third_party/icu",
"//third_party/leveldatabase",
"//third_party/libusb",
- ":webrtc_device_provider_resources",
]
sources += [
"chrome_devtools_discovery_provider.cc",

Powered by Google App Engine
This is Rietveld 408576698