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

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

Issue 2621363002: Remove Kasko! (Closed)
Patch Set: Created 3 years, 11 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
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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "//storage/browser", 119 "//storage/browser",
120 "//storage/common", 120 "//storage/common",
121 "//third_party/WebKit/public:blink_headers", 121 "//third_party/WebKit/public:blink_headers",
122 "//third_party/WebKit/public:features", 122 "//third_party/WebKit/public:features",
123 "//third_party/WebKit/public:image_resources", 123 "//third_party/WebKit/public:image_resources",
124 "//third_party/WebKit/public:mojo_bindings", 124 "//third_party/WebKit/public:mojo_bindings",
125 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings", 125 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings",
126 "//third_party/WebKit/public:resources", 126 "//third_party/WebKit/public:resources",
127 "//third_party/angle:angle_common", 127 "//third_party/angle:angle_common",
128 "//third_party/icu", 128 "//third_party/icu",
129 "//third_party/kasko:kasko_features",
130 "//third_party/libyuv", 129 "//third_party/libyuv",
131 "//third_party/re2", 130 "//third_party/re2",
132 "//third_party/zlib", 131 "//third_party/zlib",
133 "//third_party/zlib:zip", 132 "//third_party/zlib:zip",
134 "//ui/accessibility", 133 "//ui/accessibility",
135 "//ui/accessibility:ax_gen", 134 "//ui/accessibility:ax_gen",
136 "//ui/base", 135 "//ui/base",
137 "//ui/base/ime", 136 "//ui/base/ime",
138 "//ui/display", 137 "//ui/display",
139 "//ui/display/types", 138 "//ui/display/types",
(...skipping 1865 matching lines...) Expand 10 before | Expand all | Expand 10 after
2005 if (!is_component_build) { 2004 if (!is_component_build) {
2006 public_deps = [ 2005 public_deps = [
2007 ":browser", 2006 ":browser",
2008 ] 2007 ]
2009 } else { 2008 } else {
2010 public_deps = [ 2009 public_deps = [
2011 "//third_party/leveldatabase", 2010 "//third_party/leveldatabase",
2012 ] 2011 ]
2013 } 2012 }
2014 } 2013 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698