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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
401 'webdropdata.cc', | 401 'webdropdata.cc', |
402 'webdropdata_win.cc', | 402 'webdropdata_win.cc', |
403 'webdropdata.h', | 403 'webdropdata.h', |
404 'webfileutilities_impl.cc', | 404 'webfileutilities_impl.cc', |
405 'webfileutilities_impl.h', | 405 'webfileutilities_impl.h', |
406 'webkit_constants.h', | 406 'webkit_constants.h', |
407 'webkit_glue.cc', | 407 'webkit_glue.cc', |
408 'webkit_glue.h', | 408 'webkit_glue.h', |
409 'webkitclient_impl.cc', | 409 'webkitclient_impl.cc', |
410 'webkitclient_impl.h', | 410 'webkitclient_impl.h', |
| 411 'webmediaplayer_impl.cc', |
411 'webmediaplayer_impl.h', | 412 'webmediaplayer_impl.h', |
412 'webmediaplayer_impl.cc', | 413 'webmediaplayer_proxy.cc', |
| 414 'webmediaplayer_proxy.h', |
413 'webmenuitem.cc', | 415 'webmenuitem.cc', |
414 'webmenuitem.h', | 416 'webmenuitem.h', |
415 'webmenurunner_mac.h', | 417 'webmenurunner_mac.h', |
416 'webmenurunner_mac.mm', | 418 'webmenurunner_mac.mm', |
417 'webpreferences.cc', | 419 'webpreferences.cc', |
418 'webpreferences.h', | 420 'webpreferences.h', |
419 'websocketstreamhandle_bridge.h', | 421 'websocketstreamhandle_bridge.h', |
420 'websocketstreamhandle_delegate.h', | 422 'websocketstreamhandle_delegate.h', |
421 'websocketstreamhandle_impl.cc', | 423 'websocketstreamhandle_impl.cc', |
422 'websocketstreamhandle_impl.h', | 424 'websocketstreamhandle_impl.h', |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
540 }, | 542 }, |
541 'includes': [ '../../build/grit_action.gypi' ], | 543 'includes': [ '../../build/grit_action.gypi' ], |
542 }, | 544 }, |
543 ], | 545 ], |
544 'includes': [ '../../build/grit_target.gypi' ], | 546 'includes': [ '../../build/grit_target.gypi' ], |
545 }, | 547 }, |
546 ], | 548 ], |
547 }], | 549 }], |
548 ], | 550 ], |
549 } | 551 } |
OLD | NEW |