OLD | NEW |
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 24 matching lines...) Expand all Loading... |
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 "//mojo/application/public/interfaces", |
43 "//ppapi/proxy:ipc", | 43 "//ppapi/proxy:ipc", |
44 "//skia", | 44 "//skia", |
| 45 "//third_party/WebKit/public:blink", |
45 "//third_party/icu", | 46 "//third_party/icu", |
46 "//third_party/WebKit/public:blink", | |
47 "//ui/base", | 47 "//ui/base", |
48 "//ui/gfx", | 48 "//ui/gfx", |
49 "//ui/gfx/geometry", | 49 "//ui/gfx/geometry", |
50 ] | 50 ] |
51 } | 51 } |
OLD | NEW |