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

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

Issue 2514593002: Field trial synchronization to PPAPI process. (Closed)
Patch Set: Fix namespace. Created 4 years 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/browser/ppapi_plugin_process_host.cc ('k') | content/ppapi_plugin/DEPS » ('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 group("ppapi_plugin") { 5 group("ppapi_plugin") {
6 visibility = [ "//content/*" ] # This is an internal content API. 6 visibility = [ "//content/*" ] # This is an internal content API.
7 7
8 if (is_component_build) { 8 if (is_component_build) {
9 public_deps = [ 9 public_deps = [
10 "//content", 10 "//content",
(...skipping 28 matching lines...) Expand all
39 ] 39 ]
40 40
41 configs += [ 41 configs += [
42 "//content:content_implementation", 42 "//content:content_implementation",
43 "//v8:external_startup_data", 43 "//v8:external_startup_data",
44 ] 44 ]
45 45
46 deps = [ 46 deps = [
47 "//base", 47 "//base",
48 "//components/discardable_memory/client", 48 "//components/discardable_memory/client",
49 "//components/variations",
49 "//content:export", 50 "//content:export",
50 "//content/child", 51 "//content/child",
51 "//content/public/child:child_sources", 52 "//content/public/child:child_sources",
52 "//content/public/common:common_sources", 53 "//content/public/common:common_sources",
53 "//gin", 54 "//gin",
54 "//ppapi/c", 55 "//ppapi/c",
55 "//ppapi/proxy", 56 "//ppapi/proxy",
56 "//ppapi/proxy:ipc", 57 "//ppapi/proxy:ipc",
57 "//ppapi/shared_impl", 58 "//ppapi/shared_impl",
58 "//sandbox", 59 "//sandbox",
59 "//services/service_manager/public/interfaces", 60 "//services/service_manager/public/interfaces",
60 "//skia", 61 "//skia",
61 "//third_party/WebKit/public:blink", 62 "//third_party/WebKit/public:blink",
62 "//third_party/icu", 63 "//third_party/icu",
63 "//ui/base", 64 "//ui/base",
64 "//ui/gfx", 65 "//ui/gfx",
65 "//ui/gfx/geometry", 66 "//ui/gfx/geometry",
66 ] 67 ]
67 68
68 if (is_win) { 69 if (is_win) {
69 deps += [ "//ui/display" ] 70 deps += [ "//ui/display" ]
70 } 71 }
71 } 72 }
OLDNEW
« no previous file with comments | « content/browser/ppapi_plugin_process_host.cc ('k') | content/ppapi_plugin/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698