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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1279543002: Support needed to measure user and service traffic in Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewHistogram
Patch Set: Addressing sclittle's comments. Created 5 years, 3 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 2193 matching lines...) Expand 10 before | Expand all | Expand 10 after
2204 '<@(chrome_unit_tests_sources)', 2204 '<@(chrome_unit_tests_sources)',
2205 '<@(chrome_unit_tests_js_sources)', 2205 '<@(chrome_unit_tests_js_sources)',
2206 '<@(chrome_unit_tests_gtestjs_sources)', 2206 '<@(chrome_unit_tests_gtestjs_sources)',
2207 ], 2207 ],
2208 'conditions': [ 2208 'conditions': [
2209 ['OS!="ios"', { 2209 ['OS!="ios"', {
2210 'dependencies': [ 2210 'dependencies': [
2211 '../components/components.gyp:autofill_content_test_support', 2211 '../components/components.gyp:autofill_content_test_support',
2212 '../components/components.gyp:component_metrics_proto', 2212 '../components/components.gyp:component_metrics_proto',
2213 '../components/components.gyp:data_reduction_proxy_test_support', 2213 '../components/components.gyp:data_reduction_proxy_test_support',
2214 '../components/components.gyp:data_use_measurement_core',
2214 '../components/components.gyp:safe_json_test_support', 2215 '../components/components.gyp:safe_json_test_support',
2215 '../components/components.gyp:webdata_services_test_support', 2216 '../components/components.gyp:webdata_services_test_support',
2216 '../components/components_strings.gyp:components_strings', 2217 '../components/components_strings.gyp:components_strings',
2217 '../content/app/resources/content_resources.gyp:content_resources', 2218 '../content/app/resources/content_resources.gyp:content_resources',
2218 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 2219 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
2219 '../gpu/gpu.gyp:gpu_unittest_utils', 2220 '../gpu/gpu.gyp:gpu_unittest_utils',
2220 '../media/media.gyp:media_test_support', 2221 '../media/media.gyp:media_test_support',
2221 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 2222 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
2222 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2223 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2223 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 2224 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
2926 'dependencies': [ 2927 'dependencies': [
2927 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2928 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2928 ], 2929 ],
2929 }], 2930 }],
2930 ], 2931 ],
2931 }, 2932 },
2932 ], 2933 ],
2933 }], 2934 }],
2934 ], # 'conditions' 2935 ], # 'conditions'
2935 } 2936 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698