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

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

Issue 462983002: GN: Make content_shell and webkit_unit_tests work in component build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "//third_party/WebKit/public:blink_headers", 42 "//third_party/WebKit/public:blink_headers",
43 # TODO(GYP) convert these dependencies. 43 # TODO(GYP) convert these dependencies.
44 #'../third_party/libjingle/libjingle.gyp:libjingle', 44 #'../third_party/libjingle/libjingle.gyp:libjingle',
45 ] 45 ]
46 46
47 if (!is_ios) { 47 if (!is_ios) {
48 deps += [ 48 deps += [
49 "//cc", 49 "//cc",
50 "//ipc", 50 "//ipc",
51 "//ipc/mojo", 51 "//ipc/mojo",
52 "//mojo/environment:chromium",
53 "//mojo/system",
54 # TODO: the dependency on gl_in_process_context should be decoupled from 52 # TODO: the dependency on gl_in_process_context should be decoupled from
55 # content and moved to android_webview. See crbug.com/365797. 53 # content and moved to android_webview. See crbug.com/365797.
56 "//gpu/command_buffer/client:gl_in_process_context", 54 "//gpu/command_buffer/client:gl_in_process_context",
57 "//gpu/command_buffer/client:gles2_c_lib", 55 "//gpu/command_buffer/client:gles2_c_lib",
58 "//gpu/command_buffer/client:gles2_implementation", 56 "//gpu/command_buffer/client:gles2_implementation",
59 "//gpu/command_buffer/service", 57 "//gpu/command_buffer/service",
60 "//gpu/ipc", 58 "//gpu/ipc",
61 "//gpu/skia_bindings", 59 "//gpu/skia_bindings",
62 "//media", 60 "//media",
63 "//media:shared_memory_support", 61 "//media:shared_memory_support",
62 "//mojo/environment:chromium",
64 "//mojo/public/interfaces/application", 63 "//mojo/public/interfaces/application",
64 "//mojo/system",
65 "//sandbox",
65 "//third_party/WebKit/public:blink", 66 "//third_party/WebKit/public:blink",
66 "//ui/gl", 67 "//ui/gl",
67 "//webkit/browser:storage", 68 "//webkit/browser:storage",
68 "//webkit/common", 69 "//webkit/common",
69 "//webkit/common:storage", 70 "//webkit/common:storage",
70 "//webkit/common/gpu", 71 "//webkit/common/gpu",
71 ] 72 ]
72 } 73 }
73 74
74 defines = [] 75 defines = []
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 274
274 mojom("mojo_bindings") { 275 mojom("mojo_bindings") {
275 sources = [ 276 sources = [
276 "render_frame_setup.mojom", 277 "render_frame_setup.mojom",
277 ] 278 ]
278 279
279 deps = [ 280 deps = [
280 "//mojo/public/interfaces/application:application", 281 "//mojo/public/interfaces/application:application",
281 ] 282 ]
282 } 283 }
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/gpu/BUILD.gn » ('j') | content/public/browser/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698