| 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 if (!is_ios) { | 133 if (!is_ios) { |
| 134 public_deps += [ | 134 public_deps += [ |
| 135 "//chrome/child", | 135 "//chrome/child", |
| 136 "//chrome/renderer", | 136 "//chrome/renderer", |
| 137 "//chrome/utility", | 137 "//chrome/utility", |
| 138 "//components/autofill/core/browser:test_support", | 138 "//components/autofill/core/browser:test_support", |
| 139 "//components/captive_portal:test_support", | 139 "//components/captive_portal:test_support", |
| 140 "//components/gcm_driver/crypto:test_support", | 140 "//components/gcm_driver/crypto:test_support", |
| 141 "//components/guest_view/browser:test_support", | 141 "//components/guest_view/browser:test_support", |
| 142 "//components/infobars/core", | 142 "//components/infobars/core", |
| 143 "//components/offline_pages:test_support", |
| 143 "//components/sessions:test_support", | 144 "//components/sessions:test_support", |
| 144 "//components/web_resource:test_support", | 145 "//components/web_resource:test_support", |
| 145 "//content/public/child", | 146 "//content/public/child", |
| 146 "//content/public/common", | 147 "//content/public/common", |
| 147 "//content/public/renderer", | 148 "//content/public/renderer", |
| 148 "//content/public/utility", | 149 "//content/public/utility", |
| 149 "//google_apis:test_support", | 150 "//google_apis:test_support", |
| 150 "//ipc:test_support", | 151 "//ipc:test_support", |
| 151 "//media:test_support", | 152 "//media:test_support", |
| 152 "//sql:test_support", | 153 "//sql:test_support", |
| (...skipping 4813 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4966 "touch_hud", | 4967 "touch_hud", |
| 4967 "ui", | 4968 "ui", |
| 4968 ] | 4969 ] |
| 4969 | 4970 |
| 4970 if (is_linux && !is_android) { | 4971 if (is_linux && !is_android) { |
| 4971 deps += [ "//components/font_service:manifest" ] | 4972 deps += [ "//components/font_service:manifest" ] |
| 4972 packaged_services += [ "font_service" ] | 4973 packaged_services += [ "font_service" ] |
| 4973 } | 4974 } |
| 4974 } | 4975 } |
| 4975 } | 4976 } |
| OLD | NEW |