| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 'shared_impl/resource_tracker.cc', | 111 'shared_impl/resource_tracker.cc', |
| 112 'shared_impl/resource_tracker.h', | 112 'shared_impl/resource_tracker.h', |
| 113 'shared_impl/resource_var.cc', | 113 'shared_impl/resource_var.cc', |
| 114 'shared_impl/resource_var.h', | 114 'shared_impl/resource_var.h', |
| 115 'shared_impl/scoped_pp_resource.cc', | 115 'shared_impl/scoped_pp_resource.cc', |
| 116 'shared_impl/scoped_pp_resource.h', | 116 'shared_impl/scoped_pp_resource.h', |
| 117 'shared_impl/scoped_pp_var.cc', | 117 'shared_impl/scoped_pp_var.cc', |
| 118 'shared_impl/scoped_pp_var.h', | 118 'shared_impl/scoped_pp_var.h', |
| 119 'shared_impl/socket_option_data.cc', | 119 'shared_impl/socket_option_data.cc', |
| 120 'shared_impl/socket_option_data.h', | 120 'shared_impl/socket_option_data.h', |
| 121 'shared_impl/test_harness_utils.cc', | |
| 122 'shared_impl/test_harness_utils.h', | |
| 123 'shared_impl/thread_aware_callback.cc', | 121 'shared_impl/thread_aware_callback.cc', |
| 124 'shared_impl/thread_aware_callback.h', | 122 'shared_impl/thread_aware_callback.h', |
| 125 'shared_impl/time_conversion.cc', | 123 'shared_impl/time_conversion.cc', |
| 126 'shared_impl/time_conversion.h', | 124 'shared_impl/time_conversion.h', |
| 127 'shared_impl/tracked_callback.cc', | 125 'shared_impl/tracked_callback.cc', |
| 128 'shared_impl/tracked_callback.h', | 126 'shared_impl/tracked_callback.h', |
| 129 'shared_impl/url_request_info_data.cc', | 127 'shared_impl/url_request_info_data.cc', |
| 130 'shared_impl/url_request_info_data.h', | 128 'shared_impl/url_request_info_data.h', |
| 131 'shared_impl/url_response_info_data.cc', | 129 'shared_impl/url_response_info_data.cc', |
| 132 'shared_impl/url_response_info_data.h', | 130 'shared_impl/url_response_info_data.h', |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 'thunk/ppb_tcp_socket_private_thunk.cc', | 359 'thunk/ppb_tcp_socket_private_thunk.cc', |
| 362 'thunk/ppb_udp_socket_private_thunk.cc', | 360 'thunk/ppb_udp_socket_private_thunk.cc', |
| 363 'thunk/ppb_x509_certificate_private_thunk.cc', | 361 'thunk/ppb_x509_certificate_private_thunk.cc', |
| 364 ], | 362 ], |
| 365 }], | 363 }], |
| 366 ], | 364 ], |
| 367 }], | 365 }], |
| 368 ], | 366 ], |
| 369 }, | 367 }, |
| 370 } | 368 } |
| OLD | NEW |