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

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

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and fix new flaky test Created 4 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("//content/renderer/renderer.gni") 7 import("//content/renderer/renderer.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 9
10 source_set("renderer") { 10 source_set("renderer") {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "//gpu", 52 "//gpu",
53 "//gpu/blink", 53 "//gpu/blink",
54 "//gpu/command_buffer/client:gles2_interface", 54 "//gpu/command_buffer/client:gles2_interface",
55 "//ipc/mojo", 55 "//ipc/mojo",
56 "//jingle:jingle_glue", 56 "//jingle:jingle_glue",
57 "//media", 57 "//media",
58 "//media/blink", 58 "//media/blink",
59 "//media/midi", 59 "//media/midi",
60 "//mojo/common", 60 "//mojo/common",
61 "//mojo/converters/geometry", 61 "//mojo/converters/geometry",
62 "//mojo/edk/js",
62 "//mojo/environment:chromium", 63 "//mojo/environment:chromium",
63 "//mojo/public/cpp/bindings", 64 "//mojo/public/cpp/bindings",
64 "//mojo/public/js", 65 "//mojo/public/js",
65 "//mojo/shell/public/cpp", 66 "//mojo/shell/public/cpp",
66 "//mojo/shell/public/interfaces", 67 "//mojo/shell/public/interfaces",
67 "//net", 68 "//net",
68 "//skia", 69 "//skia",
69 "//skia/public", 70 "//skia/public",
70 "//storage/common", 71 "//storage/common",
71 "//third_party/WebKit/public:blink", 72 "//third_party/WebKit/public:blink",
72 "//third_party/icu", 73 "//third_party/icu",
73 "//third_party/libjingle", 74 "//third_party/libjingle",
74 "//third_party/libyuv", 75 "//third_party/libyuv",
75 "//third_party/mojo/src/mojo/edk/js",
76 "//third_party/npapi", 76 "//third_party/npapi",
77 "//third_party/widevine/cdm:version_h", 77 "//third_party/widevine/cdm:version_h",
78 "//ui/accessibility", 78 "//ui/accessibility",
79 "//ui/base", 79 "//ui/base",
80 "//ui/base/ime", 80 "//ui/base/ime",
81 "//ui/events:dom_keycode_converter", 81 "//ui/events:dom_keycode_converter",
82 "//ui/events:events_base", 82 "//ui/events:events_base",
83 "//ui/events/blink", 83 "//ui/events/blink",
84 "//ui/gl", 84 "//ui/gl",
85 "//ui/native_theme", 85 "//ui/native_theme",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 "vr/vr_dispatcher.h", 229 "vr/vr_dispatcher.h",
230 "vr/vr_type_converters.cc", 230 "vr/vr_type_converters.cc",
231 "vr/vr_type_converters.h", 231 "vr/vr_type_converters.h",
232 ] 232 ]
233 } 233 }
234 234
235 if (use_seccomp_bpf) { 235 if (use_seccomp_bpf) {
236 defines += [ "USE_SECCOMP_BPF" ] 236 defines += [ "USE_SECCOMP_BPF" ]
237 } 237 }
238 } 238 }
OLDNEW
« no previous file with comments | « content/public/test/render_view_test.cc ('k') | content/renderer/mojo/service_registry_js_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698