| 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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 "//storage/browser", | 121 "//storage/browser", |
| 122 "//storage/common", | 122 "//storage/common", |
| 123 "//third_party/WebKit/public:blink_headers", | 123 "//third_party/WebKit/public:blink_headers", |
| 124 "//third_party/WebKit/public:features", | 124 "//third_party/WebKit/public:features", |
| 125 "//third_party/WebKit/public:image_resources", | 125 "//third_party/WebKit/public:image_resources", |
| 126 "//third_party/WebKit/public:mojo_bindings", | 126 "//third_party/WebKit/public:mojo_bindings", |
| 127 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings", | 127 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings", |
| 128 "//third_party/WebKit/public:resources", | 128 "//third_party/WebKit/public:resources", |
| 129 "//third_party/angle:angle_common", | 129 "//third_party/angle:angle_common", |
| 130 "//third_party/icu", | 130 "//third_party/icu", |
| 131 "//third_party/kasko:kasko_features", | |
| 132 "//third_party/libyuv", | 131 "//third_party/libyuv", |
| 133 "//third_party/re2", | 132 "//third_party/re2", |
| 134 "//third_party/zlib", | 133 "//third_party/zlib", |
| 135 "//third_party/zlib:zip", | 134 "//third_party/zlib:zip", |
| 136 "//ui/accessibility", | 135 "//ui/accessibility", |
| 137 "//ui/accessibility:ax_gen", | 136 "//ui/accessibility:ax_gen", |
| 138 "//ui/base", | 137 "//ui/base", |
| 139 "//ui/base/ime", | 138 "//ui/base/ime", |
| 140 "//ui/display", | 139 "//ui/display", |
| 141 "//ui/display/types", | 140 "//ui/display/types", |
| (...skipping 1880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2022 if (!is_component_build) { | 2021 if (!is_component_build) { |
| 2023 public_deps = [ | 2022 public_deps = [ |
| 2024 ":browser", | 2023 ":browser", |
| 2025 ] | 2024 ] |
| 2026 } else { | 2025 } else { |
| 2027 public_deps = [ | 2026 public_deps = [ |
| 2028 "//third_party/leveldatabase", | 2027 "//third_party/leveldatabase", |
| 2029 ] | 2028 ] |
| 2030 } | 2029 } |
| 2031 } | 2030 } |
| OLD | NEW |