| 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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 'webdropdata_win.cc', | 446 'webdropdata_win.cc', |
| 447 'webdropdata.h', | 447 'webdropdata.h', |
| 448 'webfileutilities_impl.cc', | 448 'webfileutilities_impl.cc', |
| 449 'webfileutilities_impl.h', | 449 'webfileutilities_impl.h', |
| 450 'webkit_glue.cc', | 450 'webkit_glue.cc', |
| 451 'webkit_glue.h', | 451 'webkit_glue.h', |
| 452 'webkitclient_impl.cc', | 452 'webkitclient_impl.cc', |
| 453 'webkitclient_impl.h', | 453 'webkitclient_impl.h', |
| 454 'webmediaplayer_impl.h', | 454 'webmediaplayer_impl.h', |
| 455 'webmediaplayer_impl.cc', | 455 'webmediaplayer_impl.cc', |
| 456 'webmenuitem.cc', |
| 456 'webmenuitem.h', | 457 'webmenuitem.h', |
| 457 'webmenurunner_mac.h', | 458 'webmenurunner_mac.h', |
| 458 'webmenurunner_mac.mm', | 459 'webmenurunner_mac.mm', |
| 459 'webpasswordautocompletelistener_impl.cc', | 460 'webpasswordautocompletelistener_impl.cc', |
| 460 'webpasswordautocompletelistener_impl.h', | 461 'webpasswordautocompletelistener_impl.h', |
| 461 'webpreferences.cc', | 462 'webpreferences.cc', |
| 462 'webpreferences.h', | 463 'webpreferences.h', |
| 463 'websocketstreamhandle_bridge.h', | 464 'websocketstreamhandle_bridge.h', |
| 464 'websocketstreamhandle_delegate.h', | 465 'websocketstreamhandle_delegate.h', |
| 465 'websocketstreamhandle_impl.cc', | 466 'websocketstreamhandle_impl.cc', |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 563 }], | 564 }], |
| 564 ['inside_chromium_build==0', { | 565 ['inside_chromium_build==0', { |
| 565 'dependencies': [ | 566 'dependencies': [ |
| 566 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 567 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 567 ], | 568 ], |
| 568 }], | 569 }], |
| 569 ], | 570 ], |
| 570 }, | 571 }, |
| 571 ], | 572 ], |
| 572 } | 573 } |
| OLD | NEW |