| 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("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//content/browser/browser.gni") | 7 import("//content/browser/browser.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 10 | 10 |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 "//services/shell/public/interfaces", | 93 "//services/shell/public/interfaces", |
| 94 "//services/shell/runner/common", | 94 "//services/shell/runner/common", |
| 95 "//services/shell/runner/host:lib", | 95 "//services/shell/runner/host:lib", |
| 96 "//skia", | 96 "//skia", |
| 97 "//sql", | 97 "//sql", |
| 98 "//storage/browser", | 98 "//storage/browser", |
| 99 "//storage/common", | 99 "//storage/common", |
| 100 "//third_party/WebKit/public:blink_headers", | 100 "//third_party/WebKit/public:blink_headers", |
| 101 "//third_party/WebKit/public:image_resources", | 101 "//third_party/WebKit/public:image_resources", |
| 102 "//third_party/WebKit/public:mojo_bindings", | 102 "//third_party/WebKit/public:mojo_bindings", |
| 103 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings", |
| 103 "//third_party/WebKit/public:resources", | 104 "//third_party/WebKit/public:resources", |
| 104 "//third_party/angle:angle_common", | 105 "//third_party/angle:angle_common", |
| 105 "//third_party/icu", | 106 "//third_party/icu", |
| 106 "//third_party/kasko:kasko_features", | 107 "//third_party/kasko:kasko_features", |
| 107 "//third_party/libyuv", | 108 "//third_party/libyuv", |
| 108 "//third_party/re2", | 109 "//third_party/re2", |
| 109 "//third_party/zlib", | 110 "//third_party/zlib", |
| 110 "//third_party/zlib:zip", | 111 "//third_party/zlib:zip", |
| 111 "//ui/accessibility", | 112 "//ui/accessibility", |
| 112 "//ui/accessibility:ax_gen", | 113 "//ui/accessibility:ax_gen", |
| (...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 if (!is_component_build) { | 504 if (!is_component_build) { |
| 504 public_deps = [ | 505 public_deps = [ |
| 505 ":browser", | 506 ":browser", |
| 506 ] | 507 ] |
| 507 } else { | 508 } else { |
| 508 public_deps = [ | 509 public_deps = [ |
| 509 "//third_party/leveldatabase", | 510 "//third_party/leveldatabase", |
| 510 ] | 511 ] |
| 511 } | 512 } |
| 512 } | 513 } |
| OLD | NEW |