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

Unified Diff: gpu/ipc/service/BUILD.gn

Issue 2173453004: Revert of Shrink gn's chrome.dll - now smaller than gyp's (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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') | media/gpu/ipc/service/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/BUILD.gn
diff --git a/gpu/ipc/service/BUILD.gn b/gpu/ipc/service/BUILD.gn
index 70fa6cc209b717b231e6e2315bf417d17068b282..34a1ac62e38efedd8e6c8182edde9b0095f2cc7b 100644
--- a/gpu/ipc/service/BUILD.gn
+++ b/gpu/ipc/service/BUILD.gn
@@ -20,12 +20,7 @@
}
}
-if (is_component_build) {
- link_target_type = "source_set"
-} else {
- link_target_type = "static_library"
-}
-target(link_target_type, "ipc_service_sources") {
+source_set("ipc_service_sources") {
visibility = [ "//gpu/*" ]
sources = [
"gpu_channel.cc",
« no previous file with comments | « gpu/command_buffer/service/BUILD.gn ('k') | media/gpu/ipc/service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698