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

Unified Diff: google_update/BUILD.gn

Issue 1388943004: Add GCAPI to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « chrome/installer/util/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_update/BUILD.gn
diff --git a/google_update/BUILD.gn b/google_update/BUILD.gn
index 5d57f607f02944000bed7fb27e758fea1dbb0b35..6c8539ad2aa89ce5ff74f53c9fffe89930fb8170 100644
--- a/google_update/BUILD.gn
+++ b/google_update/BUILD.gn
@@ -4,27 +4,8 @@
import("//build/toolchain/win/midl.gni")
-config("google_update_config") {
- # Chromium uses include paths like "google_update/google_update_idl.h",
- # so add root_gen_dir, rather then target_gen_dir to include dirs.
- include_dirs = [ "$root_gen_dir" ]
-}
-
-midl("google_update_idl") {
+midl("google_update") {
sources = [
"google_update_idl.idl",
]
}
-
-static_library("google_update") {
- sources = [
- "$target_gen_dir/google_update_idl.h",
- "$target_gen_dir/google_update_idl_i.c",
- ]
-
- public_configs = [ ":google_update_config" ]
-
- deps = [
- ":google_update_idl",
- ]
-}
« no previous file with comments | « chrome/installer/util/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698