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

Side by Side Diff: components/data_reduction_proxy.gypi

Issue 286013002: Added alternative configuration for the data reduction proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DCHECK fix Created 6 years, 6 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
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 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'data_reduction_proxy_browser', 9 'target_name': 'data_reduction_proxy_browser',
10 'type': 'static_library', 10 'type': 'static_library',
11 'dependencies': [ 11 'dependencies': [
12 '../base/base.gyp:base', 12 '../base/base.gyp:base',
13 '../crypto/crypto.gyp:crypto', 13 '../crypto/crypto.gyp:crypto',
14 '../net/net.gyp:net', 14 '../net/net.gyp:net',
15 'data_reduction_proxy_common', 15 'data_reduction_proxy_common',
16 'pref_registry', 16 'pref_registry',
17 ], 17 ],
18 'include_dirs': [ 18 'include_dirs': [
19 '..', 19 '..',
20 ], 20 ],
21 'sources': [ 21 'sources': [
22 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler. cc', 22 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler. cc',
23 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler. h', 23 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler. h',
24 'data_reduction_proxy/browser/data_reduction_proxy_config_service.cc', 24 'data_reduction_proxy/browser/data_reduction_proxy_config_service.cc',
25 'data_reduction_proxy/browser/data_reduction_proxy_config_service.h', 25 'data_reduction_proxy/browser/data_reduction_proxy_config_service.h',
26 'data_reduction_proxy/browser/data_reduction_proxy_configurator.h', 26 'data_reduction_proxy/browser/data_reduction_proxy_configurator.h',
27 'data_reduction_proxy/browser/data_reduction_proxy_metrics.cc', 27 'data_reduction_proxy/browser/data_reduction_proxy_metrics.cc',
28 'data_reduction_proxy/browser/data_reduction_proxy_metrics.h', 28 'data_reduction_proxy/browser/data_reduction_proxy_metrics.h',
29 'data_reduction_proxy/browser/data_reduction_proxy_params.cc',
30 'data_reduction_proxy/browser/data_reduction_proxy_params.h',
29 'data_reduction_proxy/browser/data_reduction_proxy_prefs.cc', 31 'data_reduction_proxy/browser/data_reduction_proxy_prefs.cc',
30 'data_reduction_proxy/browser/data_reduction_proxy_prefs.h', 32 'data_reduction_proxy/browser/data_reduction_proxy_prefs.h',
31 'data_reduction_proxy/browser/data_reduction_proxy_settings.cc', 33 'data_reduction_proxy/browser/data_reduction_proxy_settings.cc',
32 'data_reduction_proxy/browser/data_reduction_proxy_settings.h', 34 'data_reduction_proxy/browser/data_reduction_proxy_settings.h',
33 'data_reduction_proxy/browser/http_auth_handler_data_reduction_proxy.cc' , 35 'data_reduction_proxy/browser/http_auth_handler_data_reduction_proxy.cc' ,
34 'data_reduction_proxy/browser/http_auth_handler_data_reduction_proxy.h', 36 'data_reduction_proxy/browser/http_auth_handler_data_reduction_proxy.h',
35 ], 37 ],
36 }, 38 },
37 { 39 {
38 'target_name': 'data_reduction_proxy_common', 40 'target_name': 'data_reduction_proxy_common',
(...skipping 26 matching lines...) Expand all
65 '..', 67 '..',
66 ], 68 ],
67 'sources': [ 69 'sources': [
68 'data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.c c', 70 'data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.c c',
69 'data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.h ', 71 'data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.h ',
70 ], 72 ],
71 }, 73 },
72 ], 74 ],
73 } 75 }
74 76
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698