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': [ |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 'shared_impl/ppb_view_shared.h', | 86 'shared_impl/ppb_view_shared.h', |
87 'shared_impl/ppp_flash_browser_operations_shared.h', | 87 'shared_impl/ppp_flash_browser_operations_shared.h', |
88 'shared_impl/ppp_instance_combined.cc', | 88 'shared_impl/ppp_instance_combined.cc', |
89 'shared_impl/ppp_instance_combined.h', | 89 'shared_impl/ppp_instance_combined.h', |
90 'shared_impl/proxy_lock.cc', | 90 'shared_impl/proxy_lock.cc', |
91 'shared_impl/proxy_lock.h', | 91 'shared_impl/proxy_lock.h', |
92 'shared_impl/resource.cc', | 92 'shared_impl/resource.cc', |
93 'shared_impl/resource.h', | 93 'shared_impl/resource.h', |
94 'shared_impl/resource_tracker.cc', | 94 'shared_impl/resource_tracker.cc', |
95 'shared_impl/resource_tracker.h', | 95 'shared_impl/resource_tracker.h', |
| 96 'shared_impl/resource_var.cc', |
| 97 'shared_impl/resource_var.h', |
96 'shared_impl/scoped_pp_resource.cc', | 98 'shared_impl/scoped_pp_resource.cc', |
97 'shared_impl/scoped_pp_resource.h', | 99 'shared_impl/scoped_pp_resource.h', |
98 'shared_impl/scoped_pp_var.cc', | 100 'shared_impl/scoped_pp_var.cc', |
99 'shared_impl/scoped_pp_var.h', | 101 'shared_impl/scoped_pp_var.h', |
100 'shared_impl/socket_option_data.cc', | 102 'shared_impl/socket_option_data.cc', |
101 'shared_impl/socket_option_data.h', | 103 'shared_impl/socket_option_data.h', |
102 'shared_impl/thread_aware_callback.cc', | 104 'shared_impl/thread_aware_callback.cc', |
103 'shared_impl/thread_aware_callback.h', | 105 'shared_impl/thread_aware_callback.h', |
104 'shared_impl/time_conversion.cc', | 106 'shared_impl/time_conversion.cc', |
105 'shared_impl/time_conversion.h', | 107 'shared_impl/time_conversion.h', |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
327 'thunk/ppb_tcp_socket_private_thunk.cc', | 329 'thunk/ppb_tcp_socket_private_thunk.cc', |
328 'thunk/ppb_udp_socket_private_thunk.cc', | 330 'thunk/ppb_udp_socket_private_thunk.cc', |
329 'thunk/ppb_x509_certificate_private_thunk.cc', | 331 'thunk/ppb_x509_certificate_private_thunk.cc', |
330 ], | 332 ], |
331 }], | 333 }], |
332 ], | 334 ], |
333 }], | 335 }], |
334 ], | 336 ], |
335 }, | 337 }, |
336 } | 338 } |
OLD | NEW |