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

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

Issue 2285433002: Use compositor_frame typemap in Blink (Closed)
Patch Set: Adapt to new change after rebase Created 4 years, 3 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 | « cc/ipc/transferable_resource_struct_traits.h ('k') | content/common/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("//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
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
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 }
OLDNEW
« no previous file with comments | « cc/ipc/transferable_resource_struct_traits.h ('k') | content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698