OLD | NEW |
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 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 # GN version: //components/data_reduction_proxy/browser | 9 # GN version: //components/data_reduction_proxy/browser |
10 'target_name': 'data_reduction_proxy_browser', | 10 'target_name': 'data_reduction_proxy_browser', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 ], | 82 ], |
83 'include_dirs': [ | 83 'include_dirs': [ |
84 '..', | 84 '..', |
85 ], | 85 ], |
86 'sources': [ | 86 'sources': [ |
87 # Note: sources list duplicated in GN build. | 87 # Note: sources list duplicated in GN build. |
88 'data_reduction_proxy/browser/data_reduction_proxy_params_test_utils.cc'
, | 88 'data_reduction_proxy/browser/data_reduction_proxy_params_test_utils.cc'
, |
89 'data_reduction_proxy/browser/data_reduction_proxy_params_test_utils.h', | 89 'data_reduction_proxy/browser/data_reduction_proxy_params_test_utils.h', |
90 'data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.c
c', | 90 'data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.c
c', |
91 'data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.h
', | 91 'data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.h
', |
| 92 'data_reduction_proxy/common/data_reduction_proxy_headers_test_utils.cc'
, |
| 93 'data_reduction_proxy/common/data_reduction_proxy_headers_test_utils.h', |
92 ], | 94 ], |
93 }, | 95 }, |
94 { | 96 { |
95 'target_name': 'data_reduction_proxy_version_header', | 97 'target_name': 'data_reduction_proxy_version_header', |
96 'type': 'none', | 98 'type': 'none', |
97 'direct_dependent_settings': { | 99 'direct_dependent_settings': { |
98 'include_dirs': [ | 100 'include_dirs': [ |
99 '<(SHARED_INTERMEDIATE_DIR)', | 101 '<(SHARED_INTERMEDIATE_DIR)', |
100 ], | 102 ], |
101 }, | 103 }, |
(...skipping 18 matching lines...) Expand all Loading... |
120 'includes': [ | 122 'includes': [ |
121 '../build/util/version.gypi', | 123 '../build/util/version.gypi', |
122 ], | 124 ], |
123 }, | 125 }, |
124 ], | 126 ], |
125 }, | 127 }, |
126 | 128 |
127 ], | 129 ], |
128 } | 130 } |
129 | 131 |
OLD | NEW |