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

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: Adding sclittle to OWNERs and little fix in ChromeNetworkDelegate test. 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 2142 matching lines...) Expand 10 before | Expand all | Expand 10 after
2153 # NOTE: New dependencies should generally be added in the OS!="ios" 2153 # NOTE: New dependencies should generally be added in the OS!="ios"
2154 # dependencies block below, rather than here. 2154 # dependencies block below, rather than here.
2155 # Unit tests should only depend on: 2155 # Unit tests should only depend on:
2156 # 1) everything that the chrome binaries depend on: 2156 # 1) everything that the chrome binaries depend on:
2157 '<@(chromium_browser_dependencies)', 2157 '<@(chromium_browser_dependencies)',
2158 '<@(chromium_child_dependencies)', 2158 '<@(chromium_child_dependencies)',
2159 # 2) test-specific support libraries: 2159 # 2) test-specific support libraries:
2160 '../base/base.gyp:test_support_base', 2160 '../base/base.gyp:test_support_base',
2161 '../components/components_resources.gyp:components_resources', 2161 '../components/components_resources.gyp:components_resources',
2162 '../components/components.gyp:content_settings_core_test_support', 2162 '../components/components.gyp:content_settings_core_test_support',
2163 '../components/components.gyp:data_use_measurement_core',
2163 '../content/content_shell_and_tests.gyp:test_support_content', 2164 '../content/content_shell_and_tests.gyp:test_support_content',
2164 '../content/content.gyp:content_app_both', 2165 '../content/content.gyp:content_app_both',
2165 '../crypto/crypto.gyp:crypto_test_support', 2166 '../crypto/crypto.gyp:crypto_test_support',
2166 '../net/net.gyp:net', 2167 '../net/net.gyp:net',
2167 '../net/net.gyp:net_test_support', 2168 '../net/net.gyp:net_test_support',
2168 '../sync/sync.gyp:test_support_sync_api', 2169 '../sync/sync.gyp:test_support_sync_api',
2169 '../sync/sync.gyp:test_support_sync_core', 2170 '../sync/sync.gyp:test_support_sync_core',
2170 '../sync/sync.gyp:test_support_sync_internal_api', 2171 '../sync/sync.gyp:test_support_sync_internal_api',
2171 '../testing/gmock.gyp:gmock', 2172 '../testing/gmock.gyp:gmock',
2172 '../testing/gtest.gyp:gtest', 2173 '../testing/gtest.gyp:gtest',
(...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
2933 'dependencies': [ 2934 'dependencies': [
2934 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2935 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2935 ], 2936 ],
2936 }], 2937 }],
2937 ], 2938 ],
2938 }, 2939 },
2939 ], 2940 ],
2940 }], 2941 }],
2941 ], # 'conditions' 2942 ], # 'conditions'
2942 } 2943 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698