OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 'webpasswordautocompletelistener_impl.h', | 326 'webpasswordautocompletelistener_impl.h', |
327 'webpreferences.cc', | 327 'webpreferences.cc', |
328 'webpreferences.h', | 328 'webpreferences.h', |
329 'websocketstreamhandle_bridge.h', | 329 'websocketstreamhandle_bridge.h', |
330 'websocketstreamhandle_delegate.h', | 330 'websocketstreamhandle_delegate.h', |
331 'websocketstreamhandle_impl.cc', | 331 'websocketstreamhandle_impl.cc', |
332 'websocketstreamhandle_impl.h', | 332 'websocketstreamhandle_impl.h', |
333 'webthemeengine_impl_win.cc', | 333 'webthemeengine_impl_win.cc', |
334 'weburlloader_impl.cc', | 334 'weburlloader_impl.cc', |
335 'weburlloader_impl.h', | 335 'weburlloader_impl.h', |
| 336 'webvideoframe_impl.cc', |
| 337 'webvideoframe_impl.h', |
336 'window_open_disposition.h', | 338 'window_open_disposition.h', |
337 'window_open_disposition.cc', | 339 'window_open_disposition.cc', |
338 | 340 |
339 # These files used to be built in the webcore target, but moved here | 341 # These files used to be built in the webcore target, but moved here |
340 # since part of glue. | 342 # since part of glue. |
341 '../extensions/v8/benchmarking_extension.cc', | 343 '../extensions/v8/benchmarking_extension.cc', |
342 '../extensions/v8/benchmarking_extension.h', | 344 '../extensions/v8/benchmarking_extension.h', |
343 '../extensions/v8/gc_extension.cc', | 345 '../extensions/v8/gc_extension.cc', |
344 '../extensions/v8/gc_extension.h', | 346 '../extensions/v8/gc_extension.h', |
345 '../extensions/v8/gears_extension.cc', | 347 '../extensions/v8/gears_extension.cc', |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
413 }], | 415 }], |
414 ['inside_chromium_build==0', { | 416 ['inside_chromium_build==0', { |
415 'dependencies': [ | 417 'dependencies': [ |
416 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 418 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
417 ], | 419 ], |
418 }], | 420 }], |
419 ], | 421 ], |
420 }, | 422 }, |
421 ], | 423 ], |
422 } | 424 } |
OLD | NEW |