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

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

Issue 1139123006: Fork the mojo shell interfaces used by Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 years, 7 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 group("ppapi_plugin") { 5 group("ppapi_plugin") {
6 visibility = [ "//content/*" ] 6 visibility = [ "//content/*" ]
7 7
8 if (is_component_build) { 8 if (is_component_build) {
9 public_deps = [ 9 public_deps = [
10 "//content", 10 "//content",
(...skipping 21 matching lines...) Expand all
32 "ppapi_thread.h", 32 "ppapi_thread.h",
33 ] 33 ]
34 34
35 configs += [ "//content:content_implementation" ] 35 configs += [ "//content:content_implementation" ]
36 36
37 deps = [ 37 deps = [
38 "//base", 38 "//base",
39 "//content:export", 39 "//content:export",
40 "//content/public/child:child_sources", 40 "//content/public/child:child_sources",
41 "//content/public/common:common_sources", 41 "//content/public/common:common_sources",
42 "//mojo/application/public/interfaces",
42 "//ppapi/proxy:ipc", 43 "//ppapi/proxy:ipc",
43 "//skia", 44 "//skia",
44 "//third_party/icu", 45 "//third_party/icu",
45 "//third_party/WebKit/public:blink", 46 "//third_party/WebKit/public:blink",
46 "//third_party/mojo/src/mojo/public/interfaces/application",
47 "//ui/base", 47 "//ui/base",
48 "//ui/gfx", 48 "//ui/gfx",
49 "//ui/gfx/geometry", 49 "//ui/gfx/geometry",
50 ] 50 ]
51 } 51 }
OLDNEW
« no previous file with comments | « content/plugin/BUILD.gn ('k') | content/renderer/BUILD.gn » ('j') | mojo/tools/rev_sdk.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698