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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 9290040: Revert 119198 - First pass at implementing the MessageLoop interface. This includes a simple (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 11 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/examples/threading/threading.cc ('k') | ppapi/ppapi_shared.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) 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_proxy', 8 'target_name': 'ppapi_proxy',
9 'type': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'proxy/ppb_font_proxy.cc', 92 'proxy/ppb_font_proxy.cc',
93 'proxy/ppb_font_proxy.h', 93 'proxy/ppb_font_proxy.h',
94 'proxy/ppb_graphics_2d_proxy.cc', 94 'proxy/ppb_graphics_2d_proxy.cc',
95 'proxy/ppb_graphics_2d_proxy.h', 95 'proxy/ppb_graphics_2d_proxy.h',
96 'proxy/ppb_graphics_3d_proxy.cc', 96 'proxy/ppb_graphics_3d_proxy.cc',
97 'proxy/ppb_graphics_3d_proxy.h', 97 'proxy/ppb_graphics_3d_proxy.h',
98 'proxy/ppb_image_data_proxy.cc', 98 'proxy/ppb_image_data_proxy.cc',
99 'proxy/ppb_image_data_proxy.h', 99 'proxy/ppb_image_data_proxy.h',
100 'proxy/ppb_instance_proxy.cc', 100 'proxy/ppb_instance_proxy.cc',
101 'proxy/ppb_instance_proxy.h', 101 'proxy/ppb_instance_proxy.h',
102 'proxy/ppb_message_loop_proxy.cc',
103 'proxy/ppb_message_loop_proxy.h',
104 'proxy/ppb_pdf_proxy.cc', 102 'proxy/ppb_pdf_proxy.cc',
105 'proxy/ppb_pdf_proxy.h', 103 'proxy/ppb_pdf_proxy.h',
106 'proxy/ppb_tcp_socket_private_proxy.cc', 104 'proxy/ppb_tcp_socket_private_proxy.cc',
107 'proxy/ppb_tcp_socket_private_proxy.h', 105 'proxy/ppb_tcp_socket_private_proxy.h',
108 'proxy/ppb_testing_proxy.cc', 106 'proxy/ppb_testing_proxy.cc',
109 'proxy/ppb_testing_proxy.h', 107 'proxy/ppb_testing_proxy.h',
110 'proxy/ppb_text_input_proxy.cc', 108 'proxy/ppb_text_input_proxy.cc',
111 'proxy/ppb_text_input_proxy.h', 109 'proxy/ppb_text_input_proxy.h',
112 'proxy/ppb_udp_socket_private_proxy.cc', 110 'proxy/ppb_udp_socket_private_proxy.cc',
113 'proxy/ppb_udp_socket_private_proxy.h', 111 'proxy/ppb_udp_socket_private_proxy.h',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'proxy/serialized_var.cc', 150 'proxy/serialized_var.cc',
153 'proxy/serialized_var.h', 151 'proxy/serialized_var.h',
154 'proxy/var_serialization_rules.h', 152 'proxy/var_serialization_rules.h',
155 ], 153 ],
156 'defines': [ 154 'defines': [
157 'PPAPI_PROXY_IMPLEMENTATION', 155 'PPAPI_PROXY_IMPLEMENTATION',
158 ], 156 ],
159 }, 157 },
160 ], 158 ],
161 } 159 }
OLDNEW
« no previous file with comments | « ppapi/examples/threading/threading.cc ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698