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

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

Issue 539143002: Migrate webkit/browser/ to storage/browser/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android build Created 6 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 | « content/browser/BUILD.gn ('k') | content/content_browser.gypi » ('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/common/common.gni") 7 import("//content/common/common.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 9
10 source_set("common") { 10 source_set("common") {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "//gpu/command_buffer/client:gles2_implementation", 54 "//gpu/command_buffer/client:gles2_implementation",
55 "//gpu/command_buffer/service", 55 "//gpu/command_buffer/service",
56 "//gpu/ipc", 56 "//gpu/ipc",
57 "//gpu/skia_bindings", 57 "//gpu/skia_bindings",
58 "//media", 58 "//media",
59 "//media:shared_memory_support", 59 "//media:shared_memory_support",
60 "//mojo/environment:chromium", 60 "//mojo/environment:chromium",
61 "//mojo/public/interfaces/application", 61 "//mojo/public/interfaces/application",
62 "//mojo/system", 62 "//mojo/system",
63 "//sandbox", 63 "//sandbox",
64 "//storage/browser",
65 "//storage/common",
64 "//third_party/WebKit/public:blink", 66 "//third_party/WebKit/public:blink",
65 "//ui/gl", 67 "//ui/gl",
66 "//webkit/browser:storage",
67 "//storage/common",
68 "//webkit/common/gpu", 68 "//webkit/common/gpu",
69 ] 69 ]
70 } 70 }
71 71
72 defines = [] 72 defines = []
73 include_dirs = [] 73 include_dirs = []
74 libs = [] 74 libs = []
75 ldflags = [] 75 ldflags = []
76 76
77 if (is_android && use_seccomp_bpf) { 77 if (is_android && use_seccomp_bpf) {
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 280
281 mojom("mojo_bindings") { 281 mojom("mojo_bindings") {
282 sources = [ 282 sources = [
283 "render_frame_setup.mojom", 283 "render_frame_setup.mojom",
284 ] 284 ]
285 285
286 deps = [ 286 deps = [
287 "//mojo/public/interfaces/application:application", 287 "//mojo/public/interfaces/application:application",
288 ] 288 ]
289 } 289 }
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698