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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1844103004: Convert the utility process image decoder into a Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 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_common.gypi ('k') | chrome/chrome_utility.gypi » ('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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 'renderer/searchbox/searchbox_extension_unittest.cc', 302 'renderer/searchbox/searchbox_extension_unittest.cc',
303 'renderer/searchbox/searchbox_unittest.cc', 303 'renderer/searchbox/searchbox_unittest.cc',
304 'renderer/web_apps_unittest.cc', 304 'renderer/web_apps_unittest.cc',
305 'test/base/chrome_render_view_test.cc', 305 'test/base/chrome_render_view_test.cc',
306 'test/base/chrome_render_view_test.h', 306 'test/base/chrome_render_view_test.h',
307 'test/base/menu_model_test.cc', 307 'test/base/menu_model_test.cc',
308 'test/base/menu_model_test.h', 308 'test/base/menu_model_test.h',
309 'test/base/v8_unit_test.cc', 309 'test/base/v8_unit_test.cc',
310 'test/base/v8_unit_test.h', 310 'test/base/v8_unit_test.h',
311 'test/logging/win/mof_data_parser_unittest.cc', 311 'test/logging/win/mof_data_parser_unittest.cc',
312 'utility/chrome_content_utility_client_unittest.cc', 312 'utility/image_decoder_impl_unittest.cc',
313 313
314 # Duplicate these tests here because PathService has more items in 314 # Duplicate these tests here because PathService has more items in
315 # unit_tests than in base_unittests. 315 # unit_tests than in base_unittests.
316 '../base/path_service_unittest.cc', 316 '../base/path_service_unittest.cc',
317 317
318 '../testing/gtest_mac_unittest.mm', 318 '../testing/gtest_mac_unittest.mm',
319 '../third_party/zlib/google/compression_utils_unittest.cc', 319 '../third_party/zlib/google/compression_utils_unittest.cc',
320 '../third_party/zlib/google/zip_reader_unittest.cc', 320 '../third_party/zlib/google/zip_reader_unittest.cc',
321 '../third_party/zlib/google/zip_unittest.cc', 321 '../third_party/zlib/google/zip_unittest.cc',
322 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', 322 '../tools/json_schema_compiler/test/additional_properties_unittest.cc',
(...skipping 2673 matching lines...) Expand 10 before | Expand all | Expand 10 after
2996 'dependencies': [ 2996 'dependencies': [
2997 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2997 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2998 ], 2998 ],
2999 }], 2999 }],
3000 ], 3000 ],
3001 }, 3001 },
3002 ], 3002 ],
3003 }], 3003 }],
3004 ], # 'conditions' 3004 ], # 'conditions'
3005 } 3005 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_utility.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698