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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//components/data_reduction_proxy/core/common/version.gni") 5 import("//chrome/version.gni")
6 6
7 static_library("common") { 7 static_library("common") {
8 sources = [ 8 sources = [
9 "data_reduction_proxy_bypass_type_list.h", 9 "data_reduction_proxy_bypass_type_list.h",
10 "data_reduction_proxy_event_store.cc", 10 "data_reduction_proxy_event_store.cc",
11 "data_reduction_proxy_event_store.h", 11 "data_reduction_proxy_event_store.h",
12 "data_reduction_proxy_headers.cc", 12 "data_reduction_proxy_headers.cc",
13 "data_reduction_proxy_headers.h", 13 "data_reduction_proxy_headers.h",
14 "data_reduction_proxy_params.cc", 14 "data_reduction_proxy_params.cc",
15 "data_reduction_proxy_params.h", 15 "data_reduction_proxy_params.h",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 ":common", 62 ":common",
63 ":test_support", 63 ":test_support",
64 "//base", 64 "//base",
65 "//base/test:test_support", 65 "//base/test:test_support",
66 "//net:test_support", 66 "//net:test_support",
67 "//testing/gtest", 67 "//testing/gtest",
68 ] 68 ]
69 } 69 }
70 70
71 process_version("version_header") { 71 process_version("version_header") {
72 source = "version.h.in" 72 template_file = "version.h.in"
73 output = "$target_gen_dir/version.h" 73 output = "$target_gen_dir/version.h"
74 } 74 }
OLDNEW
« 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