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

Unified Diff: content/shell/BUILD.gn

Issue 1836533002: Revert of Content "gn check" work. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months 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
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 865931d0f3fd191c178a6e879a3b84c010d37e05..6ce50f8645cce4fd1c75902e94f02001e570063f 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -221,14 +221,12 @@
"//content/app/strings",
"//content/gpu",
"//content/test:layouttest_support",
- "//content/test:test_support",
"//device/bluetooth",
"//device/bluetooth:mocks",
"//gin",
"//gpu",
"//ipc",
"//media",
- "//media/mojo/services:application_factory",
"//net",
"//net:net_resources",
"//skia",
@@ -257,7 +255,6 @@
"//content/ppapi_plugin",
"//ppapi:blink_deprecated_test_plugin",
"//ppapi:blink_test_plugin",
- "//ppapi/shared_impl",
]
}
if (mojo_media_host == "browser") {
@@ -273,10 +270,7 @@
}
if (is_linux) {
- deps += [
- "//build/linux:fontconfig",
- "//ui/gfx:test_support",
- ]
+ deps += [ "//build/linux:fontconfig" ]
}
if (use_x11) {
@@ -295,10 +289,7 @@
}
if (is_posix && !is_mac) {
- deps += [
- "//components/crash/content/app",
- "//components/crash/content/browser",
- ]
+ deps += [ "//components/crash/content/browser" ]
}
if (use_aura) {
@@ -317,7 +308,6 @@
"//ui/views",
"//ui/views:test_support",
"//ui/views/controls/webview",
- "//ui/wm:test_support",
]
} else {
sources += [ "browser/shell_aura.cc" ]
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698