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

Unified Diff: components/data_reduction_proxy/core/common/BUILD.gn

Issue 949233003: Fix official build in GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@random
Patch Set: remove ppapi dep Created 5 years, 10 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_elf/BUILD.gn ('k') | components/data_reduction_proxy/core/common/version.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_reduction_proxy/core/common/BUILD.gn
diff --git a/components/data_reduction_proxy/core/common/BUILD.gn b/components/data_reduction_proxy/core/common/BUILD.gn
index 4f760aec2b28b49ac0326800c1fc3beaf2acf921..674c3619e188091d7bbc7b0b1844302aa073a75f 100644
--- a/components/data_reduction_proxy/core/common/BUILD.gn
+++ b/components/data_reduction_proxy/core/common/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//components/data_reduction_proxy/core/common/version.gni")
+import("//chrome/version.gni")
static_library("common") {
sources = [
@@ -69,6 +69,6 @@ source_set("unit_tests") {
}
process_version("version_header") {
- source = "version.h.in"
+ template_file = "version.h.in"
output = "$target_gen_dir/version.h"
}
« no previous file with comments | « chrome_elf/BUILD.gn ('k') | components/data_reduction_proxy/core/common/version.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698