| 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 3432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3443 "//components/autofill/content/renderer:test_support", | 3443 "//components/autofill/content/renderer:test_support", |
| 3444 "//components/data_reduction_proxy/core/browser:test_support", | 3444 "//components/data_reduction_proxy/core/browser:test_support", |
| 3445 "//components/data_use_measurement/core", | 3445 "//components/data_use_measurement/core", |
| 3446 "//components/metrics/proto", | 3446 "//components/metrics/proto", |
| 3447 "//components/os_crypt:test_support", | 3447 "//components/os_crypt:test_support", |
| 3448 "//components/safe_browsing_db", | 3448 "//components/safe_browsing_db", |
| 3449 "//components/safe_json:test_support", | 3449 "//components/safe_json:test_support", |
| 3450 "//components/strings", | 3450 "//components/strings", |
| 3451 "//components/webdata_services:test_support", | 3451 "//components/webdata_services:test_support", |
| 3452 "//content/app/resources", | 3452 "//content/app/resources", |
| 3453 "//device/base:mocks", |
| 3453 "//device/bluetooth:mocks", | 3454 "//device/bluetooth:mocks", |
| 3454 "//device/core:mocks", | |
| 3455 "//device/usb:test_support", | 3455 "//device/usb:test_support", |
| 3456 "//gpu:test_support", | 3456 "//gpu:test_support", |
| 3457 "//media:test_support", | 3457 "//media:test_support", |
| 3458 "//third_party/leveldatabase", | 3458 "//third_party/leveldatabase", |
| 3459 "//third_party/libaddressinput", | 3459 "//third_party/libaddressinput", |
| 3460 "//third_party/libjingle", | 3460 "//third_party/libjingle", |
| 3461 "//third_party/libphonenumber", | 3461 "//third_party/libphonenumber", |
| 3462 "//third_party/webrtc/modules/desktop_capture", | 3462 "//third_party/webrtc/modules/desktop_capture", |
| 3463 "//tools/json_schema_compiler/test:schema_test", | 3463 "//tools/json_schema_compiler/test:schema_test", |
| 3464 "//ui/gl", | 3464 "//ui/gl", |
| (...skipping 1559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5024 "touch_hud", | 5024 "touch_hud", |
| 5025 "ui", | 5025 "ui", |
| 5026 ] | 5026 ] |
| 5027 | 5027 |
| 5028 if (is_linux && !is_android) { | 5028 if (is_linux && !is_android) { |
| 5029 deps += [ "//components/font_service:manifest" ] | 5029 deps += [ "//components/font_service:manifest" ] |
| 5030 packaged_services += [ "font_service" ] | 5030 packaged_services += [ "font_service" ] |
| 5031 } | 5031 } |
| 5032 } | 5032 } |
| 5033 } | 5033 } |
| OLD | NEW |