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

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

Issue 335973002: Minor Fixes for Windows GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « content/browser/BUILD.gn ('k') | courgette/BUILD.gn » ('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 source_set("ppapi_plugin") { 5 source_set("ppapi_plugin") {
6 sources = [ 6 sources = [
7 "broker_process_dispatcher.cc", 7 "broker_process_dispatcher.cc",
8 "broker_process_dispatcher.h", 8 "broker_process_dispatcher.h",
9 "plugin_process_dispatcher.cc", 9 "plugin_process_dispatcher.cc",
10 "plugin_process_dispatcher.h", 10 "plugin_process_dispatcher.h",
11 "ppapi_broker_main.cc", 11 "ppapi_broker_main.cc",
12 "ppapi_plugin_main.cc", 12 "ppapi_plugin_main.cc",
13 "ppapi_thread.cc", 13 "ppapi_thread.cc",
14 "ppapi_thread.h", 14 "ppapi_thread.h",
15 "ppapi_webkitplatformsupport_impl.cc", 15 "ppapi_webkitplatformsupport_impl.cc",
16 "ppapi_webkitplatformsupport_impl.h", 16 "ppapi_webkitplatformsupport_impl.h",
17 ] 17 ]
18 18
19 configs += [ "//content:content_implementation" ] 19 configs += [ "//content:content_implementation" ]
20 20
21 deps = [ 21 deps = [
22 "//base", 22 "//base",
23 "//content:export", 23 "//content:export",
24 "//mojo/public/interfaces/service_provider", 24 "//mojo/public/interfaces/service_provider",
25 "//ppapi:ppapi_ipc", 25 "//ppapi:ppapi_ipc",
26 "//skia",
26 "//third_party/icu", 27 "//third_party/icu",
27 #"//third_party/WebKit/public:blink", TODO(GYP) 28 #"//third_party/WebKit/public:blink", TODO(GYP)
28 # TODO(GYP) remove this when blink is enabled: 29 # TODO(GYP) remove this when blink is enabled:
29 "//third_party/WebKit/public:blink_headers", 30 "//third_party/WebKit/public:blink_headers",
30 "//ui/base", 31 "//ui/base",
31 "//ui/gfx", 32 "//ui/gfx",
32 "//ui/gfx/geometry", 33 "//ui/gfx/geometry",
33 ] 34 ]
34 } 35 }
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | courgette/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698