| 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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 243 'thunk/ppb_url_request_info_thunk.cc', | 243 'thunk/ppb_url_request_info_thunk.cc', |
| 244 'thunk/ppb_url_response_info_api.h', | 244 'thunk/ppb_url_response_info_api.h', |
| 245 'thunk/ppb_url_response_info_thunk.cc', | 245 'thunk/ppb_url_response_info_thunk.cc', |
| 246 'thunk/ppb_url_util_thunk.cc', | 246 'thunk/ppb_url_util_thunk.cc', |
| 247 'thunk/ppb_var_array_thunk.cc', | 247 'thunk/ppb_var_array_thunk.cc', |
| 248 'thunk/ppb_var_dictionary_thunk.cc', | 248 'thunk/ppb_var_dictionary_thunk.cc', |
| 249 'thunk/ppb_video_capture_api.h', | 249 'thunk/ppb_video_capture_api.h', |
| 250 'thunk/ppb_video_capture_thunk.cc', | 250 'thunk/ppb_video_capture_thunk.cc', |
| 251 'thunk/ppb_video_decoder_api.h', | 251 'thunk/ppb_video_decoder_api.h', |
| 252 'thunk/ppb_video_decoder_thunk.cc', | 252 'thunk/ppb_video_decoder_thunk.cc', |
| 253 'thunk/ppb_video_destination_private_api.h', |
| 254 'thunk/ppb_video_destination_private_thunk.cc', |
| 255 'thunk/ppb_video_source_private_api.h', |
| 256 'thunk/ppb_video_source_private_thunk.cc', |
| 253 'thunk/ppb_view_api.h', | 257 'thunk/ppb_view_api.h', |
| 254 'thunk/ppb_view_dev_thunk.cc', | 258 'thunk/ppb_view_dev_thunk.cc', |
| 255 'thunk/ppb_view_thunk.cc', | 259 'thunk/ppb_view_thunk.cc', |
| 256 'thunk/ppb_websocket_api.h', | 260 'thunk/ppb_websocket_api.h', |
| 257 'thunk/ppb_websocket_thunk.cc', | 261 'thunk/ppb_websocket_thunk.cc', |
| 258 'thunk/ppb_widget_api.h', | 262 'thunk/ppb_widget_api.h', |
| 259 'thunk/ppb_widget_dev_thunk.cc', | 263 'thunk/ppb_widget_dev_thunk.cc', |
| 260 'thunk/ppb_x509_certificate_private_api.h', | 264 'thunk/ppb_x509_certificate_private_api.h', |
| 261 'thunk/ppb_x509_certificate_private_thunk.cc', | 265 'thunk/ppb_x509_certificate_private_thunk.cc', |
| 262 'thunk/ppb_zoom_dev_thunk.cc', | 266 'thunk/ppb_zoom_dev_thunk.cc', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', | 304 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', |
| 301 'thunk/ppb_graphics_3d_trusted_thunk.cc', | 305 'thunk/ppb_graphics_3d_trusted_thunk.cc', |
| 302 'thunk/ppb_image_data_trusted_thunk.cc', | 306 'thunk/ppb_image_data_trusted_thunk.cc', |
| 303 'thunk/ppb_pdf_thunk.cc', | 307 'thunk/ppb_pdf_thunk.cc', |
| 304 'thunk/ppb_scrollbar_thunk.cc', | 308 'thunk/ppb_scrollbar_thunk.cc', |
| 305 'thunk/ppb_talk_private_thunk.cc', | 309 'thunk/ppb_talk_private_thunk.cc', |
| 306 'thunk/ppb_transport_thunk.cc', | 310 'thunk/ppb_transport_thunk.cc', |
| 307 'thunk/ppb_url_util_thunk.cc', | 311 'thunk/ppb_url_util_thunk.cc', |
| 308 'thunk/ppb_video_capture_thunk.cc', | 312 'thunk/ppb_video_capture_thunk.cc', |
| 309 'thunk/ppb_video_decoder_thunk.cc', | 313 'thunk/ppb_video_decoder_thunk.cc', |
| 314 'thunk/ppb_video_destination_private_thunk.cc', |
| 315 'thunk/ppb_video_source_private_thunk.cc', |
| 310 ], | 316 ], |
| 311 }], | 317 }], |
| 312 # We exclude a few more things for nacl_win64, to avoid pulling in | 318 # We exclude a few more things for nacl_win64, to avoid pulling in |
| 313 # more dependencies. | 319 # more dependencies. |
| 314 ['>(nacl_win64_target)==1', { | 320 ['>(nacl_win64_target)==1', { |
| 315 'sources!': [ | 321 'sources!': [ |
| 316 'shared_impl/ppb_audio_shared.cc', | 322 'shared_impl/ppb_audio_shared.cc', |
| 317 'shared_impl/ppb_graphics_3d_shared.cc', | 323 'shared_impl/ppb_graphics_3d_shared.cc', |
| 318 'shared_impl/ppb_opengles2_shared.cc', | 324 'shared_impl/ppb_opengles2_shared.cc', |
| 319 'shared_impl/private/ppb_host_resolver_shared.cc', | 325 'shared_impl/private/ppb_host_resolver_shared.cc', |
| 320 'shared_impl/private/net_address_private_impl.cc', | 326 'shared_impl/private/net_address_private_impl.cc', |
| 321 'shared_impl/private/ppb_tcp_server_socket_shared.cc', | 327 'shared_impl/private/ppb_tcp_server_socket_shared.cc', |
| 322 'shared_impl/private/tcp_socket_private_impl.cc', | 328 'shared_impl/private/tcp_socket_private_impl.cc', |
| 323 'shared_impl/private/udp_socket_private_impl.cc', | 329 'shared_impl/private/udp_socket_private_impl.cc', |
| 324 'thunk/ppb_graphics_3d_thunk.cc', | 330 'thunk/ppb_graphics_3d_thunk.cc', |
| 325 'thunk/ppb_host_resolver_private_thunk.cc', | 331 'thunk/ppb_host_resolver_private_thunk.cc', |
| 326 'thunk/ppb_network_list_private_thunk.cc', | 332 'thunk/ppb_network_list_private_thunk.cc', |
| 327 'thunk/ppb_network_monitor_private_thunk.cc', | 333 'thunk/ppb_network_monitor_private_thunk.cc', |
| 328 'thunk/ppb_tcp_server_socket_private_thunk.cc', | 334 'thunk/ppb_tcp_server_socket_private_thunk.cc', |
| 329 'thunk/ppb_tcp_socket_private_thunk.cc', | 335 'thunk/ppb_tcp_socket_private_thunk.cc', |
| 330 'thunk/ppb_udp_socket_private_thunk.cc', | 336 'thunk/ppb_udp_socket_private_thunk.cc', |
| 331 'thunk/ppb_x509_certificate_private_thunk.cc', | 337 'thunk/ppb_x509_certificate_private_thunk.cc', |
| 332 ], | 338 ], |
| 333 }], | 339 }], |
| 334 ], | 340 ], |
| 335 }], | 341 }], |
| 336 ], | 342 ], |
| 337 }, | 343 }, |
| 338 } | 344 } |
| OLD | NEW |