| 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 'variables': { | 6 'variables': { |
| 7 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
| 8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
| 9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unitt
est.cc', | 122 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unitt
est.cc', |
| 123 'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats_
unittest.cc', | 123 'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats_
unittest.cc', |
| 124 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unitte
st.cc', | 124 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unitte
st.cc', |
| 125 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.c
c', | 125 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.c
c', |
| 126 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.c
c', | 126 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.c
c', |
| 127 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_u
nittest.cc', | 127 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_u
nittest.cc', |
| 128 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc'
, | 128 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc'
, |
| 129 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options_un
ittest.cc', | 129 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options_un
ittest.cc', |
| 130 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.
cc', | 130 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.
cc', |
| 131 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_u
nittest.cc', | 131 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_u
nittest.cc', |
| 132 'data_reduction_proxy/core/browser/data_usage_storage_helper_unittest.cc', |
| 132 'data_reduction_proxy/core/common/data_reduction_proxy_client_config_parse
r_unittest.cc', | 133 'data_reduction_proxy/core/common/data_reduction_proxy_client_config_parse
r_unittest.cc', |
| 133 'data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittes
t.cc', | 134 'data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittes
t.cc', |
| 134 'data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc
', | 135 'data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc
', |
| 135 'data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc'
, | 136 'data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc'
, |
| 136 ], | 137 ], |
| 137 'device_event_log_unittest_sources': [ | 138 'device_event_log_unittest_sources': [ |
| 138 'device_event_log/device_event_log_impl_unittest.cc', | 139 'device_event_log/device_event_log_impl_unittest.cc', |
| 139 ], | 140 ], |
| 140 'devtools_http_handler_unittest_sources': [ | 141 'devtools_http_handler_unittest_sources': [ |
| 141 'devtools_http_handler/devtools_http_handler_unittest.cc', | 142 'devtools_http_handler/devtools_http_handler_unittest.cc', |
| (...skipping 1346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1488 ], | 1489 ], |
| 1489 'variables': { | 1490 'variables': { |
| 1490 'test_suite_name': 'components_unittests', | 1491 'test_suite_name': 'components_unittests', |
| 1491 }, | 1492 }, |
| 1492 'includes': [ '../build/apk_test.gypi' ], | 1493 'includes': [ '../build/apk_test.gypi' ], |
| 1493 }, | 1494 }, |
| 1494 ], | 1495 ], |
| 1495 }], | 1496 }], |
| 1496 ], | 1497 ], |
| 1497 } | 1498 } |
| OLD | NEW |