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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1214903010: Make JSONParser a pure interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: review Created 5 years, 5 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 2202 matching lines...) Expand 10 before | Expand all | Expand 10 after
2213 '<@(chrome_unit_tests_sources)', 2213 '<@(chrome_unit_tests_sources)',
2214 '<@(chrome_unit_tests_js_sources)', 2214 '<@(chrome_unit_tests_js_sources)',
2215 '<@(chrome_unit_tests_gtestjs_sources)', 2215 '<@(chrome_unit_tests_gtestjs_sources)',
2216 ], 2216 ],
2217 'conditions': [ 2217 'conditions': [
2218 ['OS!="ios"', { 2218 ['OS!="ios"', {
2219 'dependencies': [ 2219 'dependencies': [
2220 '../components/components.gyp:autofill_content_test_support', 2220 '../components/components.gyp:autofill_content_test_support',
2221 '../components/components.gyp:component_metrics_proto', 2221 '../components/components.gyp:component_metrics_proto',
2222 '../components/components.gyp:data_reduction_proxy_test_support', 2222 '../components/components.gyp:data_reduction_proxy_test_support',
2223 '../components/components.gyp:safe_json_test_support',
2223 '../components/components.gyp:webdata_services_test_support', 2224 '../components/components.gyp:webdata_services_test_support',
2224 '../components/components_strings.gyp:components_strings', 2225 '../components/components_strings.gyp:components_strings',
2225 '../content/app/resources/content_resources.gyp:content_resources', 2226 '../content/app/resources/content_resources.gyp:content_resources',
2226 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 2227 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
2227 '../gpu/gpu.gyp:gpu_unittest_utils', 2228 '../gpu/gpu.gyp:gpu_unittest_utils',
2228 '../media/media.gyp:media_test_support', 2229 '../media/media.gyp:media_test_support',
2229 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 2230 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
2230 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2231 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2231 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 2232 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
2232 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2233 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
(...skipping 648 matching lines...) Expand 10 before | Expand all | Expand 10 after
2881 'dependencies': [ 2882 'dependencies': [
2882 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2883 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2883 ], 2884 ],
2884 }], 2885 }],
2885 ], 2886 ],
2886 }, 2887 },
2887 ], 2888 ],
2888 }], 2889 }],
2889 ], # 'conditions' 2890 ], # 'conditions'
2890 } 2891 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698