| 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/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
| 9 import("//content/common/features.gni") | 9 import("//content/common/features.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 "//mojo/public/cpp/bindings", | 475 "//mojo/public/cpp/bindings", |
| 476 "//mojo/public/js", | 476 "//mojo/public/js", |
| 477 "//net", | 477 "//net", |
| 478 "//ppapi/features", | 478 "//ppapi/features", |
| 479 "//printing/features", | 479 "//printing/features", |
| 480 "//sandbox", | 480 "//sandbox", |
| 481 "//services/device/public/interfaces", | 481 "//services/device/public/interfaces", |
| 482 "//services/device/public/interfaces:constants", | 482 "//services/device/public/interfaces:constants", |
| 483 "//services/service_manager/public/cpp", | 483 "//services/service_manager/public/cpp", |
| 484 "//services/service_manager/public/interfaces", | 484 "//services/service_manager/public/interfaces", |
| 485 "//services/ui/public/cpp", |
| 485 "//services/ui/public/cpp/bitmap", | 486 "//services/ui/public/cpp/bitmap", |
| 486 "//services/ui/public/cpp/gpu", | 487 "//services/ui/public/cpp/gpu", |
| 487 "//skia", | 488 "//skia", |
| 488 "//storage/common", | 489 "//storage/common", |
| 489 "//third_party/WebKit/public:blink", | 490 "//third_party/WebKit/public:blink", |
| 490 "//third_party/WebKit/public:features", | 491 "//third_party/WebKit/public:features", |
| 491 "//third_party/WebKit/public:mojo_bindings", | 492 "//third_party/WebKit/public:mojo_bindings", |
| 492 "//third_party/boringssl", | 493 "//third_party/boringssl", |
| 493 "//third_party/icu", | 494 "//third_party/icu", |
| 494 "//third_party/libyuv", | 495 "//third_party/libyuv", |
| (...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 978 # See comment at the top of //content/BUILD.gn for how this works. | 979 # See comment at the top of //content/BUILD.gn for how this works. |
| 979 group("for_content_tests") { | 980 group("for_content_tests") { |
| 980 visibility = [ "//content/test/*" ] | 981 visibility = [ "//content/test/*" ] |
| 981 | 982 |
| 982 if (!is_component_build) { | 983 if (!is_component_build) { |
| 983 public_deps = [ | 984 public_deps = [ |
| 984 ":renderer", | 985 ":renderer", |
| 985 ] | 986 ] |
| 986 } | 987 } |
| 987 } | 988 } |
| OLD | NEW |