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

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

Issue 2506093003: CC Animation: Make cc/animation an independent GN component. (Closed)
Patch Set: Rebase. Created 4 years 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 | « cc/trees/target_property.h ('k') | content/renderer/BUILD.gn » ('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 18 matching lines...) Expand all
29 ] 29 ]
30 defines = [] 30 defines = []
31 libs = [] 31 libs = []
32 ldflags = [] 32 ldflags = []
33 33
34 deps = [ 34 deps = [
35 "//base", 35 "//base",
36 "//base:base_static", 36 "//base:base_static",
37 "//base/third_party/dynamic_annotations", 37 "//base/third_party/dynamic_annotations",
38 "//cc", 38 "//cc",
39 "//cc/animation",
39 "//cc/surfaces", 40 "//cc/surfaces",
40 "//components/discardable_memory/common", 41 "//components/discardable_memory/common",
41 "//components/discardable_memory/service", 42 "//components/discardable_memory/service",
42 "//components/display_compositor", 43 "//components/display_compositor",
43 "//components/filesystem:lib", 44 "//components/filesystem:lib",
44 "//components/leveldb:lib", 45 "//components/leveldb:lib",
45 "//components/link_header_util", 46 "//components/link_header_util",
46 "//components/mime_util", 47 "//components/mime_util",
47 "//components/payments:payment_app", 48 "//components/payments:payment_app",
48 "//components/tracing", 49 "//components/tracing",
(...skipping 1929 matching lines...) Expand 10 before | Expand all | Expand 10 after
1978 if (!is_component_build) { 1979 if (!is_component_build) {
1979 public_deps = [ 1980 public_deps = [
1980 ":browser", 1981 ":browser",
1981 ] 1982 ]
1982 } else { 1983 } else {
1983 public_deps = [ 1984 public_deps = [
1984 "//third_party/leveldatabase", 1985 "//third_party/leveldatabase",
1985 ] 1986 ]
1986 } 1987 }
1987 } 1988 }
OLDNEW
« no previous file with comments | « cc/trees/target_property.h ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698