| 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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 'webcursor.h', | 415 'webcursor.h', |
| 416 'webcursor_gtk.cc', | 416 'webcursor_gtk.cc', |
| 417 'webcursor_gtk_data.h', | 417 'webcursor_gtk_data.h', |
| 418 'webcursor_mac.mm', | 418 'webcursor_mac.mm', |
| 419 'webcursor_win.cc', | 419 'webcursor_win.cc', |
| 420 'webdropdata.cc', | 420 'webdropdata.cc', |
| 421 'webdropdata_win.cc', | 421 'webdropdata_win.cc', |
| 422 'webdropdata.h', | 422 'webdropdata.h', |
| 423 'webfileutilities_impl.cc', | 423 'webfileutilities_impl.cc', |
| 424 'webfileutilities_impl.h', | 424 'webfileutilities_impl.h', |
| 425 'webkit_constants.h', |
| 425 'webkit_glue.cc', | 426 'webkit_glue.cc', |
| 426 'webkit_glue.h', | 427 'webkit_glue.h', |
| 427 'webkitclient_impl.cc', | 428 'webkitclient_impl.cc', |
| 428 'webkitclient_impl.h', | 429 'webkitclient_impl.h', |
| 429 'webmediaplayer_impl.h', | 430 'webmediaplayer_impl.h', |
| 430 'webmediaplayer_impl.cc', | 431 'webmediaplayer_impl.cc', |
| 431 'webmenuitem.cc', | 432 'webmenuitem.cc', |
| 432 'webmenuitem.h', | 433 'webmenuitem.h', |
| 433 'webmenurunner_mac.h', | 434 'webmenurunner_mac.h', |
| 434 'webmenurunner_mac.mm', | 435 'webmenurunner_mac.mm', |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 576 'conditions': [ | 577 'conditions': [ |
| 577 ['OS=="win"', { | 578 ['OS=="win"', { |
| 578 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'], | 579 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'], |
| 579 }], | 580 }], |
| 580 ], | 581 ], |
| 581 }, | 582 }, |
| 582 ], | 583 ], |
| 583 }], | 584 }], |
| 584 ], | 585 ], |
| 585 } | 586 } |
| OLD | NEW |