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/common/version.gni")
7 static_library("common") {
9 "data_reduction_proxy_headers.cc",
10 "data_reduction_proxy_headers.h",
11 "data_reduction_proxy_pref_names.cc",
12 "data_reduction_proxy_pref_names.h",
13 "data_reduction_proxy_switches.cc",
14 "data_reduction_proxy_switches.h",
23 source_set("unit_tests") {
26 "data_reduction_proxy_headers_unittest.cc",
35 process_version("version_header") {
36 source = "version.h.in"
37 output = "$target_gen_dir/version.h"