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

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

Issue 693343003: Update to using //mojo/public/js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/content_resources.grd ('k') | content/test/data/web_ui_mojo.js » ('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/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 23 matching lines...) Expand all
34 "//content/public/common:mojo_bindings", 34 "//content/public/common:mojo_bindings",
35 "//device/battery:mojo_bindings", 35 "//device/battery:mojo_bindings",
36 "//gin", 36 "//gin",
37 "//gpu", 37 "//gpu",
38 "//gpu/command_buffer/client:gles2_interface", 38 "//gpu/command_buffer/client:gles2_interface",
39 "//jingle:jingle_glue", 39 "//jingle:jingle_glue",
40 "//media", 40 "//media",
41 "//media/blink", 41 "//media/blink",
42 "//mojo/bindings/js", 42 "//mojo/bindings/js",
43 "//mojo/environment:chromium", 43 "//mojo/environment:chromium",
44 "//mojo/public/js/bindings", 44 "//mojo/public/js",
45 "//mojo/public/interfaces/application", 45 "//mojo/public/interfaces/application",
46 "//net", 46 "//net",
47 "//skia", 47 "//skia",
48 "//storage/common", 48 "//storage/common",
49 "//third_party/icu", 49 "//third_party/icu",
50 "//third_party/libjingle", 50 "//third_party/libjingle",
51 "//third_party/npapi", 51 "//third_party/npapi",
52 "//third_party/WebKit/public:blink", 52 "//third_party/WebKit/public:blink",
53 "//third_party/widevine/cdm:version_h", 53 "//third_party/widevine/cdm:version_h",
54 "//ui/accessibility", 54 "//ui/accessibility",
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 191
192 if (enable_browser_cdms) { 192 if (enable_browser_cdms) {
193 sources += [ 193 sources += [
194 "media/crypto/proxy_media_keys.cc", 194 "media/crypto/proxy_media_keys.cc",
195 "media/crypto/proxy_media_keys.h", 195 "media/crypto/proxy_media_keys.h",
196 "media/crypto/renderer_cdm_manager.cc", 196 "media/crypto/renderer_cdm_manager.cc",
197 "media/crypto/renderer_cdm_manager.h", 197 "media/crypto/renderer_cdm_manager.h",
198 ] 198 ]
199 } 199 }
200 } 200 }
OLDNEW
« no previous file with comments | « content/content_resources.grd ('k') | content/test/data/web_ui_mojo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698