| 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 'variables' : | 7 'variables' : |
| 8 { | 8 { |
| 9 'data_reduction_proxy_core_browser_sources' : [ | 9 'data_reduction_proxy_core_browser_sources' : [ |
| 10 # Note: sources list duplicated in GN build. | 10 # Note: sources list duplicated in GN build. |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 'data_reduction_proxy/core/common/data_reduction_proxy_bypass_action_lis
t.h', | 66 'data_reduction_proxy/core/common/data_reduction_proxy_bypass_action_lis
t.h', |
| 67 'data_reduction_proxy/core/common/data_reduction_proxy_bypass_type_list.
h', | 67 'data_reduction_proxy/core/common/data_reduction_proxy_bypass_type_list.
h', |
| 68 'data_reduction_proxy/core/common/data_reduction_proxy_config_values.h', | 68 'data_reduction_proxy/core/common/data_reduction_proxy_config_values.h', |
| 69 'data_reduction_proxy/core/common/data_reduction_proxy_event_creator.cc'
, | 69 'data_reduction_proxy/core/common/data_reduction_proxy_event_creator.cc'
, |
| 70 'data_reduction_proxy/core/common/data_reduction_proxy_event_creator.h', | 70 'data_reduction_proxy/core/common/data_reduction_proxy_event_creator.h', |
| 71 'data_reduction_proxy/core/common/data_reduction_proxy_event_storage_del
egate.h', | 71 'data_reduction_proxy/core/common/data_reduction_proxy_event_storage_del
egate.h', |
| 72 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc', | 72 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc', |
| 73 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.h', | 73 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.h', |
| 74 'data_reduction_proxy/core/common/data_reduction_proxy_headers.cc', | 74 'data_reduction_proxy/core/common/data_reduction_proxy_headers.cc', |
| 75 'data_reduction_proxy/core/common/data_reduction_proxy_headers.h', | 75 'data_reduction_proxy/core/common/data_reduction_proxy_headers.h', |
| 76 'data_reduction_proxy/core/common/data_reduction_proxy_page_load_timing.
cc', |
| 76 'data_reduction_proxy/core/common/data_reduction_proxy_page_load_timing.
h', | 77 'data_reduction_proxy/core/common/data_reduction_proxy_page_load_timing.
h', |
| 77 'data_reduction_proxy/core/common/data_reduction_proxy_params.cc', | 78 'data_reduction_proxy/core/common/data_reduction_proxy_params.cc', |
| 78 'data_reduction_proxy/core/common/data_reduction_proxy_params.h', | 79 'data_reduction_proxy/core/common/data_reduction_proxy_params.h', |
| 79 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc', | 80 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc', |
| 80 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h', | 81 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h', |
| 81 'data_reduction_proxy/core/common/data_reduction_proxy_switches.cc', | 82 'data_reduction_proxy/core/common/data_reduction_proxy_switches.cc', |
| 82 'data_reduction_proxy/core/common/data_reduction_proxy_switches.h', | 83 'data_reduction_proxy/core/common/data_reduction_proxy_switches.h', |
| 83 'data_reduction_proxy/core/common/data_reduction_proxy_util.cc', | 84 'data_reduction_proxy/core/common/data_reduction_proxy_util.cc', |
| 84 'data_reduction_proxy/core/common/data_reduction_proxy_util.h', | 85 'data_reduction_proxy/core/common/data_reduction_proxy_util.h', |
| 85 'data_reduction_proxy/core/common/lofi_decider.h', | 86 'data_reduction_proxy/core/common/lofi_decider.h', |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 '<@(_outputs)', | 293 '<@(_outputs)', |
| 293 ], | 294 ], |
| 294 'includes': [ | 295 'includes': [ |
| 295 '../build/util/version.gypi', | 296 '../build/util/version.gypi', |
| 296 ], | 297 ], |
| 297 }, | 298 }, |
| 298 ], | 299 ], |
| 299 }, | 300 }, |
| 300 ], | 301 ], |
| 301 } | 302 } |
| OLD | NEW |