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

Side by Side Diff: ppapi/ppapi_host.gypi

Issue 15421002: Roll DEPS for googleurl. Second try. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chrome_frame_ie fix Created 7 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 | « net/tools/tld_cleanup/tld_cleanup.gyp ('k') | ppapi/ppapi_internal.gyp » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_host', 8 'target_name': 'ppapi_host',
9 'type': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
11 'ppapi.gyp:ppapi_c',
12 'ppapi_internal.gyp:ppapi_proxy',
13 'ppapi_internal.gyp:ppapi_ipc',
14 'ppapi_internal.gyp:ppapi_shared',
15 '../base/base.gyp:base', 11 '../base/base.gyp:base',
16 '../build/temp_gyp/googleurl.gyp:googleurl',
17 '../ipc/ipc.gyp:ipc', 12 '../ipc/ipc.gyp:ipc',
18 '../media/media.gyp:shared_memory_support', 13 '../media/media.gyp:shared_memory_support',
19 '../ui/surface/surface.gyp:surface', 14 '../ui/surface/surface.gyp:surface',
15 '../url/url.gyp:url_lib',
16 'ppapi.gyp:ppapi_c',
17 'ppapi_internal.gyp:ppapi_ipc',
18 'ppapi_internal.gyp:ppapi_proxy',
19 'ppapi_internal.gyp:ppapi_shared',
20 ], 20 ],
21 'defines': [ 21 'defines': [
22 'PPAPI_HOST_IMPLEMENTATION', 22 'PPAPI_HOST_IMPLEMENTATION',
23 ], 23 ],
24 'sources': [ 24 'sources': [
25 'host/dispatch_host_message.h', 25 'host/dispatch_host_message.h',
26 'host/host_factory.h', 26 'host/host_factory.h',
27 'host/host_message_context.cc', 27 'host/host_message_context.cc',
28 'host/host_message_context.h', 28 'host/host_message_context.h',
29 'host/instance_message_filter.cc', 29 'host/instance_message_filter.cc',
30 'host/instance_message_filter.h', 30 'host/instance_message_filter.h',
31 'host/message_filter_host.cc', 31 'host/message_filter_host.cc',
32 'host/message_filter_host.h', 32 'host/message_filter_host.h',
33 'host/ppapi_host.cc', 33 'host/ppapi_host.cc',
34 'host/ppapi_host.h', 34 'host/ppapi_host.h',
35 'host/ppapi_host_export.h', 35 'host/ppapi_host_export.h',
36 'host/resource_host.cc', 36 'host/resource_host.cc',
37 'host/resource_host.h', 37 'host/resource_host.h',
38 'host/resource_message_filter.cc', 38 'host/resource_message_filter.cc',
39 'host/resource_message_filter.h', 39 'host/resource_message_filter.h',
40 'host/resource_message_handler.cc', 40 'host/resource_message_handler.cc',
41 'host/resource_message_handler.h', 41 'host/resource_message_handler.h',
42 ], 42 ],
43 }, 43 },
44 ], 44 ],
45 } 45 }
OLDNEW
« no previous file with comments | « net/tools/tld_cleanup/tld_cleanup.gyp ('k') | ppapi/ppapi_internal.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698