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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 ] | 322 ] |
323 | 323 |
324 configs += [ "//build/config:precompiled_headers" ] | 324 configs += [ "//build/config:precompiled_headers" ] |
325 | 325 |
326 public_deps = [ | 326 public_deps = [ |
327 "//chrome/browser:test_support_ui", | 327 "//chrome/browser:test_support_ui", |
328 ] | 328 ] |
329 deps = [ | 329 deps = [ |
330 "//components/metrics:test_support", | 330 "//components/metrics:test_support", |
331 "//components/os_crypt:test_support", | 331 "//components/os_crypt:test_support", |
| 332 "//content/public/browser:browser", |
332 "//skia", | 333 "//skia", |
333 "//testing/gtest", | 334 "//testing/gtest", |
334 ] | 335 ] |
335 | 336 |
336 if (enable_plugins) { | 337 if (enable_plugins) { |
337 sources += [ | 338 sources += [ |
338 "ppapi/ppapi_test.cc", | 339 "ppapi/ppapi_test.cc", |
339 "ppapi/ppapi_test.h", | 340 "ppapi/ppapi_test.h", |
340 ] | 341 ] |
341 } | 342 } |
(...skipping 4627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4969 "touch_hud", | 4970 "touch_hud", |
4970 "ui", | 4971 "ui", |
4971 ] | 4972 ] |
4972 | 4973 |
4973 if (is_linux && !is_android) { | 4974 if (is_linux && !is_android) { |
4974 deps += [ "//components/font_service:manifest" ] | 4975 deps += [ "//components/font_service:manifest" ] |
4975 packaged_services += [ "font_service" ] | 4976 packaged_services += [ "font_service" ] |
4976 } | 4977 } |
4977 } | 4978 } |
4978 } | 4979 } |
OLD | NEW |