| 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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 'webdropdata.cc', | 395 'webdropdata.cc', |
| 396 'webdropdata_win.cc', | 396 'webdropdata_win.cc', |
| 397 'webdropdata.h', | 397 'webdropdata.h', |
| 398 'webfileutilities_impl.cc', | 398 'webfileutilities_impl.cc', |
| 399 'webfileutilities_impl.h', | 399 'webfileutilities_impl.h', |
| 400 'web_intent_service_data.cc', |
| 401 'web_intent_service_data.h', |
| 400 'webkit_constants.h', | 402 'webkit_constants.h', |
| 401 'webkit_glue.cc', | 403 'webkit_glue.cc', |
| 402 'webkit_glue.h', | 404 'webkit_glue.h', |
| 403 'webkitplatformsupport_impl.cc', | 405 'webkitplatformsupport_impl.cc', |
| 404 'webkitplatformsupport_impl.h', | 406 'webkitplatformsupport_impl.h', |
| 405 'webmediaplayer_impl.cc', | 407 'webmediaplayer_impl.cc', |
| 406 'webmediaplayer_impl.h', | 408 'webmediaplayer_impl.h', |
| 407 'webmediaplayer_proxy.cc', | 409 'webmediaplayer_proxy.cc', |
| 408 'webmediaplayer_proxy.h', | 410 'webmediaplayer_proxy.h', |
| 409 'webmenuitem.cc', | 411 'webmenuitem.cc', |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 }, | 544 }, |
| 543 'includes': [ '../../build/grit_action.gypi' ], | 545 'includes': [ '../../build/grit_action.gypi' ], |
| 544 }, | 546 }, |
| 545 ], | 547 ], |
| 546 'includes': [ '../../build/grit_target.gypi' ], | 548 'includes': [ '../../build/grit_target.gypi' ], |
| 547 }, | 549 }, |
| 548 ], | 550 ], |
| 549 }], | 551 }], |
| 550 ], | 552 ], |
| 551 } | 553 } |
| OLD | NEW |