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/chrome_tests.gni") | 10 import("//chrome/chrome_tests.gni") |
(...skipping 3110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3121 | 3121 |
3122 if (enable_extensions) { | 3122 if (enable_extensions) { |
3123 sources += rebase_path( | 3123 sources += rebase_path( |
3124 chrome_tests_unit_gypi_values.chrome_unit_tests_extensions_sources, | 3124 chrome_tests_unit_gypi_values.chrome_unit_tests_extensions_sources, |
3125 ".", | 3125 ".", |
3126 "//chrome") | 3126 "//chrome") |
3127 deps += [ | 3127 deps += [ |
3128 "//chrome/common/extensions/api", | 3128 "//chrome/common/extensions/api", |
3129 "//extensions:extensions_resources", | 3129 "//extensions:extensions_resources", |
3130 "//extensions/strings", | 3130 "//extensions/strings", |
| 3131 "//media/cast:test_support", |
3131 "//tools/json_schema_compiler/test:features_generation_test", | 3132 "//tools/json_schema_compiler/test:features_generation_test", |
3132 ] | 3133 ] |
3133 if (enable_service_discovery) { | 3134 if (enable_service_discovery) { |
3134 sources += rebase_path( | 3135 sources += rebase_path( |
3135 chrome_tests_unit_gypi_values.chrome_unit_tests_extensions_service
_discovery_sources, | 3136 chrome_tests_unit_gypi_values.chrome_unit_tests_extensions_service
_discovery_sources, |
3136 ".", | 3137 ".", |
3137 "//chrome") | 3138 "//chrome") |
3138 } | 3139 } |
3139 if (!is_chromeos) { | 3140 if (!is_chromeos) { |
3140 sources += rebase_path( | 3141 sources += rebase_path( |
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3708 "touch_hud", | 3709 "touch_hud", |
3709 "ui", | 3710 "ui", |
3710 ] | 3711 ] |
3711 | 3712 |
3712 if (is_linux && !is_android) { | 3713 if (is_linux && !is_android) { |
3713 deps += [ "//components/font_service:manifest" ] | 3714 deps += [ "//components/font_service:manifest" ] |
3714 packaged_services += [ "font_service" ] | 3715 packaged_services += [ "font_service" ] |
3715 } | 3716 } |
3716 } | 3717 } |
3717 } | 3718 } |
OLD | NEW |