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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 'shared_impl/ppb_url_util_shared.cc', | 105 'shared_impl/ppb_url_util_shared.cc', |
106 'shared_impl/ppb_url_util_shared.h', | 106 'shared_impl/ppb_url_util_shared.h', |
107 'shared_impl/ppb_var_shared.cc', | 107 'shared_impl/ppb_var_shared.cc', |
108 'shared_impl/ppb_var_shared.h', | 108 'shared_impl/ppb_var_shared.h', |
109 'shared_impl/ppb_video_decoder_shared.cc', | 109 'shared_impl/ppb_video_decoder_shared.cc', |
110 'shared_impl/ppb_video_decoder_shared.h', | 110 'shared_impl/ppb_video_decoder_shared.h', |
111 'shared_impl/ppb_video_capture_shared.cc', | 111 'shared_impl/ppb_video_capture_shared.cc', |
112 'shared_impl/ppb_video_capture_shared.h', | 112 'shared_impl/ppb_video_capture_shared.h', |
113 'shared_impl/ppb_view_shared.cc', | 113 'shared_impl/ppb_view_shared.cc', |
114 'shared_impl/ppb_view_shared.h', | 114 'shared_impl/ppb_view_shared.h', |
115 'shared_impl/ppp_flash_browser_operations_shared.h', | |
116 'shared_impl/ppp_instance_combined.cc', | 115 'shared_impl/ppp_instance_combined.cc', |
117 'shared_impl/ppp_instance_combined.h', | 116 'shared_impl/ppp_instance_combined.h', |
118 'shared_impl/proxy_lock.cc', | 117 'shared_impl/proxy_lock.cc', |
119 'shared_impl/proxy_lock.h', | 118 'shared_impl/proxy_lock.h', |
120 'shared_impl/resource.cc', | 119 'shared_impl/resource.cc', |
121 'shared_impl/resource.h', | 120 'shared_impl/resource.h', |
122 'shared_impl/resource_tracker.cc', | 121 'shared_impl/resource_tracker.cc', |
123 'shared_impl/resource_tracker.h', | 122 'shared_impl/resource_tracker.h', |
124 'shared_impl/scoped_pp_resource.cc', | 123 'shared_impl/scoped_pp_resource.cc', |
125 'shared_impl/scoped_pp_resource.h', | 124 'shared_impl/scoped_pp_resource.h', |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 'thunk/ppb_widget_api.h', | 257 'thunk/ppb_widget_api.h', |
259 'thunk/ppb_widget_thunk.cc', | 258 'thunk/ppb_widget_thunk.cc', |
260 'thunk/ppb_x509_certificate_private_api.h', | 259 'thunk/ppb_x509_certificate_private_api.h', |
261 'thunk/ppb_x509_certificate_private_thunk.cc', | 260 'thunk/ppb_x509_certificate_private_thunk.cc', |
262 'thunk/ppb_zoom_thunk.cc', | 261 'thunk/ppb_zoom_thunk.cc', |
263 'thunk/thunk.h', | 262 'thunk/thunk.h', |
264 ], | 263 ], |
265 }, | 264 }, |
266 ], | 265 ], |
267 } | 266 } |
OLD | NEW |