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

Side by Side Diff: ppapi/ppapi_shared_proxy.gypi

Issue 6334016: Refactor PPAPI proxy resource handling to maintain which host they came from,... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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 | « ppapi/c/dev/ppb_cursor_control_dev.h ('k') | ppapi/ppapi_tests.gypi » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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_shared_impl', 8 'target_name': 'ppapi_shared_impl',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 '..', 43 '..',
44 '../..', # For nacl includes to work. 44 '../..', # For nacl includes to work.
45 ], 45 ],
46 'sources': [ 46 'sources': [
47 'proxy/callback_tracker.cc', 47 'proxy/callback_tracker.cc',
48 'proxy/callback_tracker.h', 48 'proxy/callback_tracker.h',
49 'proxy/dispatcher.cc', 49 'proxy/dispatcher.cc',
50 'proxy/dispatcher.h', 50 'proxy/dispatcher.h',
51 'proxy/host_dispatcher.cc', 51 'proxy/host_dispatcher.cc',
52 'proxy/host_dispatcher.h', 52 'proxy/host_dispatcher.h',
53 'proxy/host_resource.h',
53 'proxy/host_var_serialization_rules.cc', 54 'proxy/host_var_serialization_rules.cc',
54 'proxy/host_var_serialization_rules.h', 55 'proxy/host_var_serialization_rules.h',
55 'proxy/image_data.cc',
56 'proxy/image_data.h',
57 'proxy/interface_proxy.cc', 56 'proxy/interface_proxy.cc',
58 'proxy/interface_proxy.h', 57 'proxy/interface_proxy.h',
59 'proxy/plugin_dispatcher.cc', 58 'proxy/plugin_dispatcher.cc',
60 'proxy/plugin_dispatcher.h', 59 'proxy/plugin_dispatcher.h',
61 'proxy/plugin_resource.cc', 60 'proxy/plugin_resource.cc',
62 'proxy/plugin_resource.h', 61 'proxy/plugin_resource.h',
63 'proxy/plugin_resource_tracker.cc', 62 'proxy/plugin_resource_tracker.cc',
64 'proxy/plugin_resource_tracker.h', 63 'proxy/plugin_resource_tracker.h',
65 'proxy/plugin_var_serialization_rules.cc', 64 'proxy/plugin_var_serialization_rules.cc',
66 'proxy/plugin_var_serialization_rules.h', 65 'proxy/plugin_var_serialization_rules.h',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 ['OS=="win"', { 122 ['OS=="win"', {
124 }], 123 }],
125 ['OS=="linux"', { 124 ['OS=="linux"', {
126 }], 125 }],
127 ['OS=="mac"', { 126 ['OS=="mac"', {
128 }] 127 }]
129 ], 128 ],
130 }, 129 },
131 ], 130 ],
132 } 131 }
OLDNEW
« no previous file with comments | « ppapi/c/dev/ppb_cursor_control_dev.h ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698