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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9381010: Convert resources to take an instance key instead of an Instance*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 'variables': { 6 'variables': {
7 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_bool.h', 8 'c/pp_bool.h',
9 'c/pp_completion_callback.h', 9 'c/pp_completion_callback.h',
10 'c/pp_errors.h', 10 'c/pp_errors.h',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'cpp/graphics_3d.cc', 144 'cpp/graphics_3d.cc',
145 'cpp/graphics_3d.h', 145 'cpp/graphics_3d.h',
146 'cpp/graphics_3d_client.cc', 146 'cpp/graphics_3d_client.cc',
147 'cpp/graphics_3d_client.h', 147 'cpp/graphics_3d_client.h',
148 'cpp/image_data.cc', 148 'cpp/image_data.cc',
149 'cpp/image_data.h', 149 'cpp/image_data.h',
150 'cpp/input_event.cc', 150 'cpp/input_event.cc',
151 'cpp/input_event.h', 151 'cpp/input_event.h',
152 'cpp/instance.cc', 152 'cpp/instance.cc',
153 'cpp/instance.h', 153 'cpp/instance.h',
154 'cpp/instance_handle.cc',
155 'cpp/instance_handle.h',
154 'cpp/logging.h', 156 'cpp/logging.h',
155 'cpp/module.cc', 157 'cpp/module.cc',
156 'cpp/module.h', 158 'cpp/module.h',
157 'cpp/module_impl.h', 159 'cpp/module_impl.h',
158 'cpp/mouse_lock.cc', 160 'cpp/mouse_lock.cc',
159 'cpp/mouse_lock.h', 161 'cpp/mouse_lock.h',
160 'cpp/point.h', 162 'cpp/point.h',
161 'cpp/rect.cc', 163 'cpp/rect.cc',
162 'cpp/rect.h', 164 'cpp/rect.h',
163 'cpp/resource.cc', 165 'cpp/resource.cc',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 'c/dev/ppb_transport_dev.h', 431 'c/dev/ppb_transport_dev.h',
430 ], 432 ],
431 'cpp_source_files': [ 433 'cpp_source_files': [
432 'cpp/dev/transport_dev.cc', 434 'cpp/dev/transport_dev.cc',
433 'cpp/dev/transport_dev.h', 435 'cpp/dev/transport_dev.h',
434 ], 436 ],
435 }, 437 },
436 }], 438 }],
437 ], 439 ],
438 } 440 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698