| 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 "//components/sync", | 117 "//components/sync", |
| 118 "//components/sync:test_support_driver", | 118 "//components/sync:test_support_driver", |
| 119 "//components/sync_preferences:test_support", | 119 "//components/sync_preferences:test_support", |
| 120 "//components/sync_sessions:test_support", | 120 "//components/sync_sessions:test_support", |
| 121 "//components/toolbar:test_support", | 121 "//components/toolbar:test_support", |
| 122 "//components/update_client:test_support", | 122 "//components/update_client:test_support", |
| 123 "//components/zoom:test_support", | 123 "//components/zoom:test_support", |
| 124 "//content/public/app:both", | 124 "//content/public/app:both", |
| 125 "//content/test:test_support", | 125 "//content/test:test_support", |
| 126 "//extensions/features", | 126 "//extensions/features", |
| 127 "//gpu/ipc/service", |
| 127 "//net", | 128 "//net", |
| 128 "//net:test_support", | 129 "//net:test_support", |
| 129 "//printing/features", | 130 "//printing/features", |
| 130 "//skia", | 131 "//skia", |
| 131 "//sql", | 132 "//sql", |
| 132 "//sql:test_support", | 133 "//sql:test_support", |
| 133 "//testing/gmock", | 134 "//testing/gmock", |
| 134 "//testing/gtest", | 135 "//testing/gtest", |
| 135 "//third_party/zlib", | 136 "//third_party/zlib", |
| 136 "//ui/gfx:test_support", | 137 "//ui/gfx:test_support", |
| (...skipping 4958 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5095 "touch_hud", | 5096 "touch_hud", |
| 5096 "ui", | 5097 "ui", |
| 5097 ] | 5098 ] |
| 5098 | 5099 |
| 5099 if (is_linux && !is_android) { | 5100 if (is_linux && !is_android) { |
| 5100 deps += [ "//components/font_service:manifest" ] | 5101 deps += [ "//components/font_service:manifest" ] |
| 5101 packaged_services += [ "font_service" ] | 5102 packaged_services += [ "font_service" ] |
| 5102 } | 5103 } |
| 5103 } | 5104 } |
| 5104 } | 5105 } |
| OLD | NEW |