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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1564773002: Move components/compression to third_party/zlib/google (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix another #include... Created 4 years, 11 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/utility/importer/edge_database_reader_unittest_win.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 '../base/path_service_unittest.cc', 313 '../base/path_service_unittest.cc',
314 314
315 # TODO(hashimoto): those tests should be componentized and moved to 315 # TODO(hashimoto): those tests should be componentized and moved to
316 # //components:components_unittests, http://crbug.com/527882. 316 # //components:components_unittests, http://crbug.com/527882.
317 '../components/search_engines/template_url_fetcher_unittest.cc', 317 '../components/search_engines/template_url_fetcher_unittest.cc',
318 '../components/search_engines/template_url_parser_unittest.cc', 318 '../components/search_engines/template_url_parser_unittest.cc',
319 '../components/search_engines/template_url_service_sync_unittest.cc', 319 '../components/search_engines/template_url_service_sync_unittest.cc',
320 '../components/search_engines/template_url_service_unittest.cc', 320 '../components/search_engines/template_url_service_unittest.cc',
321 321
322 '../testing/gtest_mac_unittest.mm', 322 '../testing/gtest_mac_unittest.mm',
323 '../third_party/zlib/google/compression_utils_unittest.cc',
323 '../third_party/zlib/google/zip_reader_unittest.cc', 324 '../third_party/zlib/google/zip_reader_unittest.cc',
324 '../third_party/zlib/google/zip_unittest.cc', 325 '../third_party/zlib/google/zip_unittest.cc',
325 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', 326 '../tools/json_schema_compiler/test/additional_properties_unittest.cc',
326 '../tools/json_schema_compiler/test/any_unittest.cc', 327 '../tools/json_schema_compiler/test/any_unittest.cc',
327 '../tools/json_schema_compiler/test/arrays_unittest.cc', 328 '../tools/json_schema_compiler/test/arrays_unittest.cc',
328 '../tools/json_schema_compiler/test/callbacks_unittest.cc', 329 '../tools/json_schema_compiler/test/callbacks_unittest.cc',
329 '../tools/json_schema_compiler/test/choices_unittest.cc', 330 '../tools/json_schema_compiler/test/choices_unittest.cc',
330 '../tools/json_schema_compiler/test/crossref_unittest.cc', 331 '../tools/json_schema_compiler/test/crossref_unittest.cc',
331 '../tools/json_schema_compiler/test/enums_unittest.cc', 332 '../tools/json_schema_compiler/test/enums_unittest.cc',
332 '../tools/json_schema_compiler/test/error_generation_unittest.cc', 333 '../tools/json_schema_compiler/test/error_generation_unittest.cc',
(...skipping 2724 matching lines...) Expand 10 before | Expand all | Expand 10 after
3057 'dependencies': [ 3058 'dependencies': [
3058 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3059 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3059 ], 3060 ],
3060 }], 3061 }],
3061 ], 3062 ],
3062 }, 3063 },
3063 ], 3064 ],
3064 }], 3065 }],
3065 ], # 'conditions' 3066 ], # 'conditions'
3066 } 3067 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/utility/importer/edge_database_reader_unittest_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698