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

Unified Diff: chrome/common/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/chrome_installer.gypi ('k') | chrome/installer/gcapi/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 1e7cdbe8749a3d7514fe77471fb3c883e3e8f51c..c3d345d3ebcbb81a44f59f8206b4b6f1fcf97393 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -254,14 +254,6 @@ static_library("common") {
}
}
-# This target allows other targets to depend on result_codes.h which is a
-# header-only dependency, without bringing in all of content.
-source_set("result_codes") {
- sources = [
- "chrome_result_codes.h",
- ]
-}
-
process_version("make_chrome_version") {
template_file = "chrome_version.cc.version"
output = "$target_gen_dir/chrome_version.cc"
@@ -281,6 +273,7 @@ static_library("constants") {
"chrome_paths_linux.cc",
"chrome_paths_mac.mm",
"chrome_paths_win.cc",
+ "chrome_result_codes.h",
"chrome_switches.cc",
"chrome_switches.h",
"env_vars.cc",
@@ -293,6 +286,9 @@ static_library("constants") {
"widevine_cdm_constants.h",
]
+ public_deps = [
+ "//content/public/common:result_codes",
+ ]
deps = [
":make_chrome_version",
"//base",
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/installer/gcapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698