Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Side by Side Diff: content/browser/BUILD.gn

Issue 2621363002: Remove Kasko! (Closed)
Patch Set: Rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/nacl/broker/BUILD.gn ('k') | content/browser/frame_host/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « components/nacl/broker/BUILD.gn ('k') | content/browser/frame_host/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698