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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 1345813002: Added a unique command buffer ID for command buffers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests Created 5 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
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'ppapi_shared_target': 0, 8 'ppapi_shared_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
11 # This part is shared between the targets defined below. 11 # This part is shared between the targets defined below.
12 ['ppapi_shared_target==1', { 12 ['ppapi_shared_target==1', {
13 'sources': [ 13 'sources': [
14 # Note: sources list duplicated in GN build. 14 # Note: sources list duplicated in GN build.
15 'shared_impl/array_var.cc', 15 'shared_impl/array_var.cc',
16 'shared_impl/array_var.h', 16 'shared_impl/array_var.h',
17 'shared_impl/array_writer.cc', 17 'shared_impl/array_writer.cc',
18 'shared_impl/array_writer.h', 18 'shared_impl/array_writer.h',
19 'shared_impl/callback_tracker.cc', 19 'shared_impl/callback_tracker.cc',
20 'shared_impl/callback_tracker.h', 20 'shared_impl/callback_tracker.h',
21 'shared_impl/command_buffer_id_pair.cc',
22 'shared_impl/command_buffer_id_pair.h',
21 'shared_impl/compositor_layer_data.cc', 23 'shared_impl/compositor_layer_data.cc',
22 'shared_impl/compositor_layer_data.h', 24 'shared_impl/compositor_layer_data.h',
23 'shared_impl/dictionary_var.cc', 25 'shared_impl/dictionary_var.cc',
24 'shared_impl/dictionary_var.h', 26 'shared_impl/dictionary_var.h',
25 'shared_impl/file_growth.cc', 27 'shared_impl/file_growth.cc',
26 'shared_impl/file_growth.h', 28 'shared_impl/file_growth.h',
27 'shared_impl/file_io_state_manager.cc', 29 'shared_impl/file_io_state_manager.cc',
28 'shared_impl/file_io_state_manager.h', 30 'shared_impl/file_io_state_manager.h',
29 'shared_impl/file_path.cc', 31 'shared_impl/file_path.cc',
30 'shared_impl/file_path.h', 32 'shared_impl/file_path.h',
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 'thunk/ppb_tcp_socket_private_thunk.cc', 351 'thunk/ppb_tcp_socket_private_thunk.cc',
350 'thunk/ppb_udp_socket_private_thunk.cc', 352 'thunk/ppb_udp_socket_private_thunk.cc',
351 'thunk/ppb_x509_certificate_private_thunk.cc', 353 'thunk/ppb_x509_certificate_private_thunk.cc',
352 ], 354 ],
353 }], 355 }],
354 ], 356 ],
355 }], 357 }],
356 ], 358 ],
357 }, 359 },
358 } 360 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698