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

Side by Side Diff: chrome/test/BUILD.gn

Issue 2475543003: Introduce the image_decoder service (Closed)
Patch Set: . Created 4 years, 1 month 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/common/image_decoder.mojom ('k') | chrome/utility/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 3331 matching lines...) Expand 10 before | Expand all | Expand 10 after
3342 "../renderer/searchbox/searchbox_extension_unittest.cc", 3342 "../renderer/searchbox/searchbox_extension_unittest.cc",
3343 "../renderer/searchbox/searchbox_unittest.cc", 3343 "../renderer/searchbox/searchbox_unittest.cc",
3344 "../renderer/web_apps_unittest.cc", 3344 "../renderer/web_apps_unittest.cc",
3345 "../test/base/chrome_render_view_test.cc", 3345 "../test/base/chrome_render_view_test.cc",
3346 "../test/base/chrome_render_view_test.h", 3346 "../test/base/chrome_render_view_test.h",
3347 "../test/base/menu_model_test.cc", 3347 "../test/base/menu_model_test.cc",
3348 "../test/base/menu_model_test.h", 3348 "../test/base/menu_model_test.h",
3349 "../test/base/v8_unit_test.cc", 3349 "../test/base/v8_unit_test.cc",
3350 "../test/base/v8_unit_test.h", 3350 "../test/base/v8_unit_test.h",
3351 "../test/logging/win/mof_data_parser_unittest.cc", 3351 "../test/logging/win/mof_data_parser_unittest.cc",
3352 "../utility/image_decoder_impl_unittest.cc",
3353 3352
3354 # Duplicate these tests here because PathService has more items in 3353 # Duplicate these tests here because PathService has more items in
3355 # unit_tests than in base_unittests. 3354 # unit_tests than in base_unittests.
3356 "../../base/path_service_unittest.cc", 3355 "../../base/path_service_unittest.cc",
3357 "../../testing/gtest_mac_unittest.mm", 3356 "../../testing/gtest_mac_unittest.mm",
3358 "../../third_party/zlib/google/compression_utils_unittest.cc", 3357 "../../third_party/zlib/google/compression_utils_unittest.cc",
3359 "../../third_party/zlib/google/zip_reader_unittest.cc", 3358 "../../third_party/zlib/google/zip_reader_unittest.cc",
3360 "../../third_party/zlib/google/zip_unittest.cc", 3359 "../../third_party/zlib/google/zip_unittest.cc",
3361 "../../tools/json_schema_compiler/test/additional_properties_unittest.cc", 3360 "../../tools/json_schema_compiler/test/additional_properties_unittest.cc",
3362 "../../tools/json_schema_compiler/test/any_unittest.cc", 3361 "../../tools/json_schema_compiler/test/any_unittest.cc",
(...skipping 1703 matching lines...) Expand 10 before | Expand all | Expand 10 after
5066 "touch_hud", 5065 "touch_hud",
5067 "ui", 5066 "ui",
5068 ] 5067 ]
5069 5068
5070 if (is_linux && !is_android) { 5069 if (is_linux && !is_android) {
5071 deps += [ "//components/font_service:manifest" ] 5070 deps += [ "//components/font_service:manifest" ]
5072 packaged_services += [ "font_service" ] 5071 packaged_services += [ "font_service" ]
5073 } 5072 }
5074 } 5073 }
5075 } 5074 }
OLDNEW
« no previous file with comments | « chrome/common/image_decoder.mojom ('k') | chrome/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698