| 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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 'webclipboard_impl.cc', | 385 'webclipboard_impl.cc', |
| 386 'webclipboard_impl.h', | 386 'webclipboard_impl.h', |
| 387 'webcookie.cc', | 387 'webcookie.cc', |
| 388 'webcookie.h', | 388 'webcookie.h', |
| 389 'webcursor.cc', | 389 'webcursor.cc', |
| 390 'webcursor.h', | 390 'webcursor.h', |
| 391 'webcursor_gtk.cc', | 391 'webcursor_gtk.cc', |
| 392 'webcursor_gtk_data.h', | 392 'webcursor_gtk_data.h', |
| 393 'webcursor_mac.mm', | 393 'webcursor_mac.mm', |
| 394 'webcursor_win.cc', | 394 'webcursor_win.cc', |
| 395 'webcursor_x11.cc', |
| 395 'webdropdata.cc', | 396 'webdropdata.cc', |
| 396 'webdropdata_win.cc', | 397 'webdropdata_win.cc', |
| 397 'webdropdata.h', | 398 'webdropdata.h', |
| 398 'webfileutilities_impl.cc', | 399 'webfileutilities_impl.cc', |
| 399 'webfileutilities_impl.h', | 400 'webfileutilities_impl.h', |
| 400 'webkit_constants.h', | 401 'webkit_constants.h', |
| 401 'webkit_glue.cc', | 402 'webkit_glue.cc', |
| 402 'webkit_glue.h', | 403 'webkit_glue.h', |
| 403 'webkitplatformsupport_impl.cc', | 404 'webkitplatformsupport_impl.cc', |
| 404 'webkitplatformsupport_impl.h', | 405 'webkitplatformsupport_impl.h', |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 546 }, | 547 }, |
| 547 'includes': [ '../../build/grit_action.gypi' ], | 548 'includes': [ '../../build/grit_action.gypi' ], |
| 548 }, | 549 }, |
| 549 ], | 550 ], |
| 550 'includes': [ '../../build/grit_target.gypi' ], | 551 'includes': [ '../../build/grit_target.gypi' ], |
| 551 }, | 552 }, |
| 552 ], | 553 ], |
| 553 }], | 554 }], |
| 554 ], | 555 ], |
| 555 } | 556 } |
| OLD | NEW |