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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 7621010: Never submit: tentative Pepper IME. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: snapshot. Created 9 years, 3 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/ppapi_cpp.gypi ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'proxy/ppb_memory_proxy.cc', 106 'proxy/ppb_memory_proxy.cc',
107 'proxy/ppb_memory_proxy.h', 107 'proxy/ppb_memory_proxy.h',
108 'proxy/ppb_opengles2_proxy.cc', 108 'proxy/ppb_opengles2_proxy.cc',
109 'proxy/ppb_opengles2_proxy.h', 109 'proxy/ppb_opengles2_proxy.h',
110 'proxy/ppb_pdf_proxy.cc', 110 'proxy/ppb_pdf_proxy.cc',
111 'proxy/ppb_pdf_proxy.h', 111 'proxy/ppb_pdf_proxy.h',
112 'proxy/ppb_surface_3d_proxy.cc', 112 'proxy/ppb_surface_3d_proxy.cc',
113 'proxy/ppb_surface_3d_proxy.h', 113 'proxy/ppb_surface_3d_proxy.h',
114 'proxy/ppb_testing_proxy.cc', 114 'proxy/ppb_testing_proxy.cc',
115 'proxy/ppb_testing_proxy.h', 115 'proxy/ppb_testing_proxy.h',
116 'proxy/ppb_text_input_proxy.cc',
117 'proxy/ppb_text_input_proxy.h',
116 'proxy/ppb_url_loader_proxy.cc', 118 'proxy/ppb_url_loader_proxy.cc',
117 'proxy/ppb_url_loader_proxy.h', 119 'proxy/ppb_url_loader_proxy.h',
118 'proxy/ppb_url_request_info_proxy.cc', 120 'proxy/ppb_url_request_info_proxy.cc',
119 'proxy/ppb_url_request_info_proxy.h', 121 'proxy/ppb_url_request_info_proxy.h',
120 'proxy/ppb_url_response_info_proxy.cc', 122 'proxy/ppb_url_response_info_proxy.cc',
121 'proxy/ppb_url_response_info_proxy.h', 123 'proxy/ppb_url_response_info_proxy.h',
122 'proxy/ppb_url_util_proxy.cc', 124 'proxy/ppb_url_util_proxy.cc',
123 'proxy/ppb_url_util_proxy.h', 125 'proxy/ppb_url_util_proxy.h',
124 'proxy/ppb_var_deprecated_proxy.cc', 126 'proxy/ppb_var_deprecated_proxy.cc',
125 'proxy/ppb_var_deprecated_proxy.h', 127 'proxy/ppb_var_deprecated_proxy.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'proxy/serialized_var.cc', 162 'proxy/serialized_var.cc',
161 'proxy/serialized_var.h', 163 'proxy/serialized_var.h',
162 'proxy/var_serialization_rules.h', 164 'proxy/var_serialization_rules.h',
163 ], 165 ],
164 'defines': [ 166 'defines': [
165 'PPAPI_PROXY_IMPLEMENTATION', 167 'PPAPI_PROXY_IMPLEMENTATION',
166 ], 168 ],
167 }, 169 },
168 ], 170 ],
169 } 171 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_cpp.gypi ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698