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

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 blundell'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 2143 matching lines...) Expand 10 before | Expand all | Expand 10 after
2154 # NOTE: New dependencies should generally be added in the OS!="ios" 2154 # NOTE: New dependencies should generally be added in the OS!="ios"
2155 # dependencies block below, rather than here. 2155 # dependencies block below, rather than here.
2156 # Unit tests should only depend on: 2156 # Unit tests should only depend on:
2157 # 1) everything that the chrome binaries depend on: 2157 # 1) everything that the chrome binaries depend on:
2158 '<@(chromium_browser_dependencies)', 2158 '<@(chromium_browser_dependencies)',
2159 '<@(chromium_child_dependencies)', 2159 '<@(chromium_child_dependencies)',
2160 # 2) test-specific support libraries: 2160 # 2) test-specific support libraries:
2161 '../base/base.gyp:test_support_base', 2161 '../base/base.gyp:test_support_base',
2162 '../components/components_resources.gyp:components_resources', 2162 '../components/components_resources.gyp:components_resources',
2163 '../components/components.gyp:content_settings_core_test_support', 2163 '../components/components.gyp:content_settings_core_test_support',
2164 '../components/components.gyp:data_use_measurement_core',
Lei Zhang 2015/09/02 18:14:43 Is there a GN equivalent to this target? If so, yo
amohammadkhan 2015/09/03 04:31:19 Done.
2164 '../content/content_shell_and_tests.gyp:test_support_content', 2165 '../content/content_shell_and_tests.gyp:test_support_content',
2165 '../content/content.gyp:content_app_both', 2166 '../content/content.gyp:content_app_both',
2166 '../crypto/crypto.gyp:crypto_test_support', 2167 '../crypto/crypto.gyp:crypto_test_support',
2167 '../net/net.gyp:net', 2168 '../net/net.gyp:net',
2168 '../net/net.gyp:net_test_support', 2169 '../net/net.gyp:net_test_support',
2169 '../sync/sync.gyp:test_support_sync_api', 2170 '../sync/sync.gyp:test_support_sync_api',
2170 '../sync/sync.gyp:test_support_sync_core', 2171 '../sync/sync.gyp:test_support_sync_core',
2171 '../sync/sync.gyp:test_support_sync_internal_api', 2172 '../sync/sync.gyp:test_support_sync_internal_api',
2172 '../testing/gmock.gyp:gmock', 2173 '../testing/gmock.gyp:gmock',
2173 '../testing/gtest.gyp:gtest', 2174 '../testing/gtest.gyp:gtest',
(...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
2925 'dependencies': [ 2926 'dependencies': [
2926 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2927 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2927 ], 2928 ],
2928 }], 2929 }],
2929 ], 2930 ],
2930 }, 2931 },
2931 ], 2932 ],
2932 }], 2933 }],
2933 ], # 'conditions' 2934 ], # 'conditions'
2934 } 2935 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698