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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 10170014: Move text input API to Instance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « no previous file | ppapi/proxy/interface_list.cc » ('j') | ppapi/shared_impl/function_group_base.h » ('J')
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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'proxy/ppb_pdf_proxy.cc', 113 'proxy/ppb_pdf_proxy.cc',
114 'proxy/ppb_pdf_proxy.h', 114 'proxy/ppb_pdf_proxy.h',
115 'proxy/ppb_talk_private_proxy.cc', 115 'proxy/ppb_talk_private_proxy.cc',
116 'proxy/ppb_talk_private_proxy.h', 116 'proxy/ppb_talk_private_proxy.h',
117 'proxy/ppb_tcp_server_socket_private_proxy.cc', 117 'proxy/ppb_tcp_server_socket_private_proxy.cc',
118 'proxy/ppb_tcp_server_socket_private_proxy.h', 118 'proxy/ppb_tcp_server_socket_private_proxy.h',
119 'proxy/ppb_tcp_socket_private_proxy.cc', 119 'proxy/ppb_tcp_socket_private_proxy.cc',
120 'proxy/ppb_tcp_socket_private_proxy.h', 120 'proxy/ppb_tcp_socket_private_proxy.h',
121 'proxy/ppb_testing_proxy.cc', 121 'proxy/ppb_testing_proxy.cc',
122 'proxy/ppb_testing_proxy.h', 122 'proxy/ppb_testing_proxy.h',
123 'proxy/ppb_text_input_proxy.cc',
124 'proxy/ppb_text_input_proxy.h',
125 'proxy/ppb_udp_socket_private_proxy.cc', 123 'proxy/ppb_udp_socket_private_proxy.cc',
126 'proxy/ppb_udp_socket_private_proxy.h', 124 'proxy/ppb_udp_socket_private_proxy.h',
127 'proxy/ppb_url_loader_proxy.cc', 125 'proxy/ppb_url_loader_proxy.cc',
128 'proxy/ppb_url_loader_proxy.h', 126 'proxy/ppb_url_loader_proxy.h',
129 'proxy/ppb_url_response_info_proxy.cc', 127 'proxy/ppb_url_response_info_proxy.cc',
130 'proxy/ppb_url_response_info_proxy.h', 128 'proxy/ppb_url_response_info_proxy.h',
131 'proxy/ppb_var_deprecated_proxy.cc', 129 'proxy/ppb_var_deprecated_proxy.cc',
132 'proxy/ppb_var_deprecated_proxy.h', 130 'proxy/ppb_var_deprecated_proxy.h',
133 'proxy/ppb_video_capture_proxy.cc', 131 'proxy/ppb_video_capture_proxy.cc',
134 'proxy/ppb_video_capture_proxy.h', 132 'proxy/ppb_video_capture_proxy.h',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 'proxy/serialized_var.cc', 171 'proxy/serialized_var.cc',
174 'proxy/serialized_var.h', 172 'proxy/serialized_var.h',
175 'proxy/var_serialization_rules.h', 173 'proxy/var_serialization_rules.h',
176 ], 174 ],
177 'defines': [ 175 'defines': [
178 'PPAPI_PROXY_IMPLEMENTATION', 176 'PPAPI_PROXY_IMPLEMENTATION',
179 ], 177 ],
180 }, 178 },
181 ], 179 ],
182 } 180 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/proxy/interface_list.cc » ('j') | ppapi/shared_impl/function_group_base.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698