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

Unified Diff: gpu/config/BUILD.gn

Issue 1057993004: Revert of Work on Windows GN component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « gpu/command_buffer/service/BUILD.gn ('k') | gpu/ipc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/BUILD.gn
diff --git a/gpu/config/BUILD.gn b/gpu/config/BUILD.gn
index add90ecd4f039838200738e7f7c4402ddb100a35..f94935837c076f7291c926eb51bb786f12d12c38 100644
--- a/gpu/config/BUILD.gn
+++ b/gpu/config/BUILD.gn
@@ -9,21 +9,7 @@
use_libpci = true
}
-group("config") {
- if (is_component_build) {
- public_deps = [
- "//gpu",
- ]
- } else {
- public_deps = [
- ":config_sources",
- ]
- }
-}
-
-source_set("config_sources") {
- visibility = [ "//gpu/*" ]
-
+source_set("config") {
sources = [
"dx_diag_node.cc",
"dx_diag_node.h",
@@ -66,7 +52,7 @@
deps = [
"//base",
- "//gpu/command_buffer/service:service_sources",
+ "//gpu/command_buffer/service",
"//third_party/re2",
"//ui/gl",
]
« no previous file with comments | « gpu/command_buffer/service/BUILD.gn ('k') | gpu/ipc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698