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

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
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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'proxy/ppb_audio_input_proxy.cc', 64 'proxy/ppb_audio_input_proxy.cc',
65 'proxy/ppb_audio_input_proxy.h', 65 'proxy/ppb_audio_input_proxy.h',
66 'proxy/ppb_audio_proxy.cc', 66 'proxy/ppb_audio_proxy.cc',
67 'proxy/ppb_audio_proxy.h', 67 'proxy/ppb_audio_proxy.h',
68 'proxy/ppb_broker_proxy.cc', 68 'proxy/ppb_broker_proxy.cc',
69 'proxy/ppb_broker_proxy.h', 69 'proxy/ppb_broker_proxy.h',
70 'proxy/ppb_buffer_proxy.cc', 70 'proxy/ppb_buffer_proxy.cc',
71 'proxy/ppb_buffer_proxy.h', 71 'proxy/ppb_buffer_proxy.h',
72 'proxy/ppb_core_proxy.cc', 72 'proxy/ppb_core_proxy.cc',
73 'proxy/ppb_core_proxy.h', 73 'proxy/ppb_core_proxy.h',
74 'proxy/ppb_cursor_control_proxy.cc',
75 'proxy/ppb_cursor_control_proxy.h',
76 'proxy/ppb_file_chooser_proxy.cc', 74 'proxy/ppb_file_chooser_proxy.cc',
77 'proxy/ppb_file_chooser_proxy.h', 75 'proxy/ppb_file_chooser_proxy.h',
78 'proxy/ppb_file_io_proxy.cc', 76 'proxy/ppb_file_io_proxy.cc',
79 'proxy/ppb_file_io_proxy.h', 77 'proxy/ppb_file_io_proxy.h',
80 'proxy/ppb_file_ref_proxy.cc', 78 'proxy/ppb_file_ref_proxy.cc',
81 'proxy/ppb_file_ref_proxy.h', 79 'proxy/ppb_file_ref_proxy.h',
82 'proxy/ppb_file_system_proxy.cc', 80 'proxy/ppb_file_system_proxy.cc',
83 'proxy/ppb_file_system_proxy.h', 81 'proxy/ppb_file_system_proxy.h',
84 'proxy/ppb_flash_clipboard_proxy.cc', 82 'proxy/ppb_flash_clipboard_proxy.cc',
85 'proxy/ppb_flash_clipboard_proxy.h', 83 'proxy/ppb_flash_clipboard_proxy.h',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'proxy/serialized_var.cc', 164 'proxy/serialized_var.cc',
167 'proxy/serialized_var.h', 165 'proxy/serialized_var.h',
168 'proxy/var_serialization_rules.h', 166 'proxy/var_serialization_rules.h',
169 ], 167 ],
170 'defines': [ 168 'defines': [
171 'PPAPI_PROXY_IMPLEMENTATION', 169 'PPAPI_PROXY_IMPLEMENTATION',
172 ], 170 ],
173 }, 171 },
174 ], 172 ],
175 } 173 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698