OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
408 'webdropdata.cc', | 408 'webdropdata.cc', |
409 'webdropdata_win.cc', | 409 'webdropdata_win.cc', |
410 'webdropdata.h', | 410 'webdropdata.h', |
411 'webfileutilities_impl.cc', | 411 'webfileutilities_impl.cc', |
412 'webfileutilities_impl.h', | 412 'webfileutilities_impl.h', |
413 'webkit_constants.h', | 413 'webkit_constants.h', |
414 'webkit_glue.cc', | 414 'webkit_glue.cc', |
415 'webkit_glue.h', | 415 'webkit_glue.h', |
416 'webkitclient_impl.cc', | 416 'webkitclient_impl.cc', |
417 'webkitclient_impl.h', | 417 'webkitclient_impl.h', |
| 418 'webmediaplayer_impl.cc', |
418 'webmediaplayer_impl.h', | 419 'webmediaplayer_impl.h', |
419 'webmediaplayer_impl.cc', | 420 'webmediaplayer_proxy.cc', |
| 421 'webmediaplayer_proxy.h', |
420 'webmenuitem.cc', | 422 'webmenuitem.cc', |
421 'webmenuitem.h', | 423 'webmenuitem.h', |
422 'webmenurunner_mac.h', | 424 'webmenurunner_mac.h', |
423 'webmenurunner_mac.mm', | 425 'webmenurunner_mac.mm', |
424 'webpreferences.cc', | 426 'webpreferences.cc', |
425 'webpreferences.h', | 427 'webpreferences.h', |
426 'websocketstreamhandle_bridge.h', | 428 'websocketstreamhandle_bridge.h', |
427 'websocketstreamhandle_delegate.h', | 429 'websocketstreamhandle_delegate.h', |
428 'websocketstreamhandle_impl.cc', | 430 'websocketstreamhandle_impl.cc', |
429 'websocketstreamhandle_impl.h', | 431 'websocketstreamhandle_impl.h', |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
547 }, | 549 }, |
548 'includes': [ '../../build/grit_action.gypi' ], | 550 'includes': [ '../../build/grit_action.gypi' ], |
549 }, | 551 }, |
550 ], | 552 ], |
551 'includes': [ '../../build/grit_target.gypi' ], | 553 'includes': [ '../../build/grit_target.gypi' ], |
552 }, | 554 }, |
553 ], | 555 ], |
554 }], | 556 }], |
555 ], | 557 ], |
556 } | 558 } |
OLD | NEW |