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

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

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 24 matching lines...) Expand all
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698