OLD | NEW |
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 'shared_impl/array_var.cc', | 15 'shared_impl/array_var.cc', |
15 'shared_impl/array_var.h', | 16 'shared_impl/array_var.h', |
16 'shared_impl/array_writer.cc', | 17 'shared_impl/array_writer.cc', |
17 'shared_impl/array_writer.h', | 18 'shared_impl/array_writer.h', |
18 'shared_impl/callback_tracker.cc', | 19 'shared_impl/callback_tracker.cc', |
19 'shared_impl/callback_tracker.h', | 20 'shared_impl/callback_tracker.h', |
20 'shared_impl/compositor_layer_data.cc', | 21 'shared_impl/compositor_layer_data.cc', |
21 'shared_impl/compositor_layer_data.h', | 22 'shared_impl/compositor_layer_data.h', |
22 'shared_impl/dictionary_var.cc', | 23 'shared_impl/dictionary_var.cc', |
23 'shared_impl/dictionary_var.h', | 24 'shared_impl/dictionary_var.h', |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 'thunk/ppb_tcp_socket_private_thunk.cc', | 355 'thunk/ppb_tcp_socket_private_thunk.cc', |
355 'thunk/ppb_udp_socket_private_thunk.cc', | 356 'thunk/ppb_udp_socket_private_thunk.cc', |
356 'thunk/ppb_x509_certificate_private_thunk.cc', | 357 'thunk/ppb_x509_certificate_private_thunk.cc', |
357 ], | 358 ], |
358 }], | 359 }], |
359 ], | 360 ], |
360 }], | 361 }], |
361 ], | 362 ], |
362 }, | 363 }, |
363 } | 364 } |
OLD | NEW |