| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |