| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 'shared_impl/ppb_resource_array_shared.cc', | 93 'shared_impl/ppb_resource_array_shared.cc', |
| 94 'shared_impl/ppb_resource_array_shared.h', | 94 'shared_impl/ppb_resource_array_shared.h', |
| 95 'shared_impl/ppb_url_request_info_shared.cc', | 95 'shared_impl/ppb_url_request_info_shared.cc', |
| 96 'shared_impl/ppb_url_request_info_shared.h', | 96 'shared_impl/ppb_url_request_info_shared.h', |
| 97 'shared_impl/ppb_url_util_shared.cc', | 97 'shared_impl/ppb_url_util_shared.cc', |
| 98 'shared_impl/ppb_url_util_shared.h', | 98 'shared_impl/ppb_url_util_shared.h', |
| 99 'shared_impl/ppb_var_shared.cc', | 99 'shared_impl/ppb_var_shared.cc', |
| 100 'shared_impl/ppb_var_shared.h', | 100 'shared_impl/ppb_var_shared.h', |
| 101 'shared_impl/ppb_video_decoder_shared.cc', | 101 'shared_impl/ppb_video_decoder_shared.cc', |
| 102 'shared_impl/ppb_video_decoder_shared.h', | 102 'shared_impl/ppb_video_decoder_shared.h', |
| 103 'shared_impl/ppb_video_capture_shared.cc', |
| 104 'shared_impl/ppb_video_capture_shared.h', |
| 103 'shared_impl/ppb_view_shared.cc', | 105 'shared_impl/ppb_view_shared.cc', |
| 104 'shared_impl/ppb_view_shared.h', | 106 'shared_impl/ppb_view_shared.h', |
| 105 'shared_impl/ppp_instance_combined.cc', | 107 'shared_impl/ppp_instance_combined.cc', |
| 106 'shared_impl/ppp_instance_combined.h', | 108 'shared_impl/ppp_instance_combined.h', |
| 107 'shared_impl/proxy_lock.cc', | 109 'shared_impl/proxy_lock.cc', |
| 108 'shared_impl/proxy_lock.h', | 110 'shared_impl/proxy_lock.h', |
| 109 'shared_impl/resource.cc', | 111 'shared_impl/resource.cc', |
| 110 'shared_impl/resource.h', | 112 'shared_impl/resource.h', |
| 111 'shared_impl/resource_tracker.cc', | 113 'shared_impl/resource_tracker.cc', |
| 112 'shared_impl/resource_tracker.h', | 114 'shared_impl/resource_tracker.h', |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 'thunk/ppb_websocket_api.h', | 234 'thunk/ppb_websocket_api.h', |
| 233 'thunk/ppb_websocket_thunk.cc', | 235 'thunk/ppb_websocket_thunk.cc', |
| 234 'thunk/ppb_widget_api.h', | 236 'thunk/ppb_widget_api.h', |
| 235 'thunk/ppb_widget_thunk.cc', | 237 'thunk/ppb_widget_thunk.cc', |
| 236 'thunk/ppb_zoom_thunk.cc', | 238 'thunk/ppb_zoom_thunk.cc', |
| 237 'thunk/thunk.h', | 239 'thunk/thunk.h', |
| 238 ], | 240 ], |
| 239 }, | 241 }, |
| 240 ], | 242 ], |
| 241 } | 243 } |
| OLD | NEW |