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 'variables': { | 6 'variables': { |
7 'conditions': [ | 7 'conditions': [ |
8 ['inside_chromium_build==0', { | 8 ['inside_chromium_build==0', { |
9 'webkit_src_dir': '../../../..', | 9 'webkit_src_dir': '../../../..', |
10 },{ | 10 },{ |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 'shared_impl/ppp_instance_combined.cc', | 83 'shared_impl/ppp_instance_combined.cc', |
84 'shared_impl/ppp_instance_combined.h', | 84 'shared_impl/ppp_instance_combined.h', |
85 'shared_impl/proxy_lock.cc', | 85 'shared_impl/proxy_lock.cc', |
86 'shared_impl/proxy_lock.h', | 86 'shared_impl/proxy_lock.h', |
87 'shared_impl/resource.cc', | 87 'shared_impl/resource.cc', |
88 'shared_impl/resource.h', | 88 'shared_impl/resource.h', |
89 'shared_impl/resource_tracker.cc', | 89 'shared_impl/resource_tracker.cc', |
90 'shared_impl/resource_tracker.h', | 90 'shared_impl/resource_tracker.h', |
91 'shared_impl/scoped_pp_resource.cc', | 91 'shared_impl/scoped_pp_resource.cc', |
92 'shared_impl/scoped_pp_resource.h', | 92 'shared_impl/scoped_pp_resource.h', |
| 93 'shared_impl/scoped_pp_var.cc', |
| 94 'shared_impl/scoped_pp_var.h', |
93 'shared_impl/time_conversion.cc', | 95 'shared_impl/time_conversion.cc', |
94 'shared_impl/time_conversion.h', | 96 'shared_impl/time_conversion.h', |
95 'shared_impl/tracked_callback.cc', | 97 'shared_impl/tracked_callback.cc', |
96 'shared_impl/tracked_callback.h', | 98 'shared_impl/tracked_callback.h', |
97 'shared_impl/var.cc', | 99 'shared_impl/var.cc', |
98 'shared_impl/var.h', | 100 'shared_impl/var.h', |
99 'shared_impl/var_tracker.cc', | 101 'shared_impl/var_tracker.cc', |
100 'shared_impl/var_tracker.h', | 102 'shared_impl/var_tracker.h', |
101 # TODO(viettrungluu): Split these out; it won't be used in NaCl. | 103 # TODO(viettrungluu): Split these out; it won't be used in NaCl. |
102 'shared_impl/private/net_address_private_impl.cc', | 104 'shared_impl/private/net_address_private_impl.cc', |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
296 'thunk/ppb_video_layer_thunk.cc', | 298 'thunk/ppb_video_layer_thunk.cc', |
297 'thunk/ppb_websocket_thunk.cc', | 299 'thunk/ppb_websocket_thunk.cc', |
298 'thunk/ppb_x509_certificate_private_thunk.cc', | 300 'thunk/ppb_x509_certificate_private_thunk.cc', |
299 ], | 301 ], |
300 }], | 302 }], |
301 ], | 303 ], |
302 }], | 304 }], |
303 ], | 305 ], |
304 }, | 306 }, |
305 } | 307 } |
OLD | NEW |