| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 if (!is_ios) { | 136 if (!is_ios) { |
| 137 public_deps += [ | 137 public_deps += [ |
| 138 "//chrome/child", | 138 "//chrome/child", |
| 139 "//chrome/renderer", | 139 "//chrome/renderer", |
| 140 "//chrome/utility", | 140 "//chrome/utility", |
| 141 "//components/autofill/core/browser:test_support", | 141 "//components/autofill/core/browser:test_support", |
| 142 "//components/captive_portal:test_support", | 142 "//components/captive_portal:test_support", |
| 143 "//components/gcm_driver/crypto:test_support", | 143 "//components/gcm_driver/crypto:test_support", |
| 144 "//components/guest_view/browser:test_support", | 144 "//components/guest_view/browser:test_support", |
| 145 "//components/infobars/core", | 145 "//components/infobars/core", |
| 146 "//components/network_time:network_time_test_support", |
| 146 "//components/offline_pages:test_support", | 147 "//components/offline_pages:test_support", |
| 147 "//components/sessions:test_support", | 148 "//components/sessions:test_support", |
| 148 "//components/web_resource:test_support", | 149 "//components/web_resource:test_support", |
| 149 "//content/public/child", | 150 "//content/public/child", |
| 150 "//content/public/common", | 151 "//content/public/common", |
| 151 "//content/public/renderer", | 152 "//content/public/renderer", |
| 152 "//content/public/utility", | 153 "//content/public/utility", |
| 153 "//google_apis:test_support", | 154 "//google_apis:test_support", |
| 154 "//ipc:test_support", | 155 "//ipc:test_support", |
| 155 "//media:test_support", | 156 "//media:test_support", |
| (...skipping 4879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5035 "touch_hud", | 5036 "touch_hud", |
| 5036 "ui", | 5037 "ui", |
| 5037 ] | 5038 ] |
| 5038 | 5039 |
| 5039 if (is_linux && !is_android) { | 5040 if (is_linux && !is_android) { |
| 5040 deps += [ "//components/font_service:manifest" ] | 5041 deps += [ "//components/font_service:manifest" ] |
| 5041 packaged_services += [ "font_service" ] | 5042 packaged_services += [ "font_service" ] |
| 5042 } | 5043 } |
| 5043 } | 5044 } |
| 5044 } | 5045 } |
| OLD | NEW |