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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 9814015: Add new MouseCursor interface for setting the mouse cursor. (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 | « ppapi/native_client/tests/ppapi_tests/nacl.scons ('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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'proxy/ppb_audio_input_proxy.cc', 73 'proxy/ppb_audio_input_proxy.cc',
74 'proxy/ppb_audio_input_proxy.h', 74 'proxy/ppb_audio_input_proxy.h',
75 'proxy/ppb_audio_proxy.cc', 75 'proxy/ppb_audio_proxy.cc',
76 'proxy/ppb_audio_proxy.h', 76 'proxy/ppb_audio_proxy.h',
77 'proxy/ppb_broker_proxy.cc', 77 'proxy/ppb_broker_proxy.cc',
78 'proxy/ppb_broker_proxy.h', 78 'proxy/ppb_broker_proxy.h',
79 'proxy/ppb_buffer_proxy.cc', 79 'proxy/ppb_buffer_proxy.cc',
80 'proxy/ppb_buffer_proxy.h', 80 'proxy/ppb_buffer_proxy.h',
81 'proxy/ppb_core_proxy.cc', 81 'proxy/ppb_core_proxy.cc',
82 'proxy/ppb_core_proxy.h', 82 'proxy/ppb_core_proxy.h',
83 'proxy/ppb_cursor_control_proxy.cc',
84 'proxy/ppb_cursor_control_proxy.h',
85 'proxy/ppb_file_chooser_proxy.cc', 83 'proxy/ppb_file_chooser_proxy.cc',
86 'proxy/ppb_file_chooser_proxy.h', 84 'proxy/ppb_file_chooser_proxy.h',
87 'proxy/ppb_file_io_proxy.cc', 85 'proxy/ppb_file_io_proxy.cc',
88 'proxy/ppb_file_io_proxy.h', 86 'proxy/ppb_file_io_proxy.h',
89 'proxy/ppb_file_ref_proxy.cc', 87 'proxy/ppb_file_ref_proxy.cc',
90 'proxy/ppb_file_ref_proxy.h', 88 'proxy/ppb_file_ref_proxy.h',
91 'proxy/ppb_file_system_proxy.cc', 89 'proxy/ppb_file_system_proxy.cc',
92 'proxy/ppb_file_system_proxy.h', 90 'proxy/ppb_file_system_proxy.h',
93 'proxy/ppb_flash_clipboard_proxy.cc', 91 'proxy/ppb_flash_clipboard_proxy.cc',
94 'proxy/ppb_flash_clipboard_proxy.h', 92 'proxy/ppb_flash_clipboard_proxy.h',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'proxy/serialized_var.cc', 175 'proxy/serialized_var.cc',
178 'proxy/serialized_var.h', 176 'proxy/serialized_var.h',
179 'proxy/var_serialization_rules.h', 177 'proxy/var_serialization_rules.h',
180 ], 178 ],
181 'defines': [ 179 'defines': [
182 'PPAPI_PROXY_IMPLEMENTATION', 180 'PPAPI_PROXY_IMPLEMENTATION',
183 ], 181 ],
184 }, 182 },
185 ], 183 ],
186 } 184 }
OLDNEW
« no previous file with comments | « ppapi/native_client/tests/ppapi_tests/nacl.scons ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698