| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//extensions/features/features.gni") | 6 import("//extensions/features/features.gni") |
| 7 | 7 |
| 8 group("browser") { | 8 group("browser") { |
| 9 public_deps = [ | 9 public_deps = [ |
| 10 "//extensions/browser:browser_context_keyed_service_factories", | 10 "//extensions/browser:browser_context_keyed_service_factories", |
| (...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 488 "//content/test:test_support", | 488 "//content/test:test_support", |
| 489 "//device/bluetooth:mocks", | 489 "//device/bluetooth:mocks", |
| 490 "//device/power_save_blocker", | 490 "//device/power_save_blocker", |
| 491 "//extensions:extensions_browser_resources", | 491 "//extensions:extensions_browser_resources", |
| 492 "//extensions:test_support", | 492 "//extensions:test_support", |
| 493 "//extensions/common", | 493 "//extensions/common", |
| 494 "//extensions/common/api", | 494 "//extensions/common/api", |
| 495 "//extensions/features", | 495 "//extensions/features", |
| 496 "//ipc:test_support", | 496 "//ipc:test_support", |
| 497 "//net:test_support", | 497 "//net:test_support", |
| 498 "//storage/browser:test_support", |
| 498 "//third_party/leveldatabase", | 499 "//third_party/leveldatabase", |
| 499 "//third_party/zlib:zip", | 500 "//third_party/zlib:zip", |
| 500 ] | 501 ] |
| 501 | 502 |
| 502 if (is_chromeos) { | 503 if (is_chromeos) { |
| 503 sources += [ "api/webcam_private/visca_webcam_unittest.cc" ] | 504 sources += [ "api/webcam_private/visca_webcam_unittest.cc" ] |
| 504 deps += [ "//chromeos:test_support" ] | 505 deps += [ "//chromeos:test_support" ] |
| 505 } | 506 } |
| 506 } | 507 } |
| OLD | NEW |