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
3 # found in the LICENSE file.
5 import("//components/data_reduction_proxy/core/common/version.gni")
7 static_library("common") {
9 "data_reduction_proxy_headers.cc",
10 "data_reduction_proxy_headers.h",
11 "data_reduction_proxy_params.cc",
12 "data_reduction_proxy_params.h",
13 "data_reduction_proxy_pref_names.cc",
14 "data_reduction_proxy_pref_names.h",
15 "data_reduction_proxy_switches.cc",
16 "data_reduction_proxy_switches.h",
25 static_library("test_support") {
28 "data_reduction_proxy_params_test_utils.cc",
29 "data_reduction_proxy_params_test_utils.h",
42 source_set("unit_tests") {
45 "data_reduction_proxy_headers_unittest.cc",
46 "data_reduction_proxy_params_unittest.cc",
55 process_version("version_header") {
56 source = "version.h.in"
57 output = "$target_gen_dir/version.h"