| 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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 'resource_loader_bridge.h', | 375 'resource_loader_bridge.h', |
| 376 'resource_type.cc', | 376 'resource_type.cc', |
| 377 'resource_type.h', | 377 'resource_type.h', |
| 378 'scoped_clipboard_writer_glue.h', | 378 'scoped_clipboard_writer_glue.h', |
| 379 'simple_webmimeregistry_impl.cc', | 379 'simple_webmimeregistry_impl.cc', |
| 380 'simple_webmimeregistry_impl.h', | 380 'simple_webmimeregistry_impl.h', |
| 381 'webaccessibility.cc', | 381 'webaccessibility.cc', |
| 382 'webaccessibility.h', | 382 'webaccessibility.h', |
| 383 'webclipboard_impl.cc', | 383 'webclipboard_impl.cc', |
| 384 'webclipboard_impl.h', | 384 'webclipboard_impl.h', |
| 385 'web_io_operators.cc', | |
| 386 'web_io_operators.h', | |
| 387 'webcookie.cc', | 385 'webcookie.cc', |
| 388 'webcookie.h', | 386 'webcookie.h', |
| 389 'webcursor.cc', | 387 'webcursor.cc', |
| 390 'webcursor.h', | 388 'webcursor.h', |
| 391 'webcursor_gtk.cc', | 389 'webcursor_gtk.cc', |
| 392 'webcursor_gtk_data.h', | 390 'webcursor_gtk_data.h', |
| 393 'webcursor_mac.mm', | 391 'webcursor_mac.mm', |
| 394 'webcursor_win.cc', | 392 'webcursor_win.cc', |
| 395 'webdropdata.cc', | 393 'webdropdata.cc', |
| 396 'webdropdata_win.cc', | 394 'webdropdata_win.cc', |
| 397 'webdropdata.h', | 395 'webdropdata.h', |
| 398 'webfileutilities_impl.cc', | 396 'webfileutilities_impl.cc', |
| 399 'webfileutilities_impl.h', | 397 'webfileutilities_impl.h', |
| 400 'web_intent_service_data.cc', | |
| 401 'web_intent_service_data.h', | |
| 402 'webkit_constants.h', | 398 'webkit_constants.h', |
| 403 'webkit_glue.cc', | 399 'webkit_glue.cc', |
| 404 'webkit_glue.h', | 400 'webkit_glue.h', |
| 405 'webkitplatformsupport_impl.cc', | 401 'webkitplatformsupport_impl.cc', |
| 406 'webkitplatformsupport_impl.h', | 402 'webkitplatformsupport_impl.h', |
| 407 'webmediaplayer_impl.cc', | 403 'webmediaplayer_impl.cc', |
| 408 'webmediaplayer_impl.h', | 404 'webmediaplayer_impl.h', |
| 409 'webmediaplayer_proxy.cc', | 405 'webmediaplayer_proxy.cc', |
| 410 'webmediaplayer_proxy.h', | 406 'webmediaplayer_proxy.h', |
| 411 'webmenuitem.cc', | 407 'webmenuitem.cc', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 422 'webthemeengine_impl_mac.cc', | 418 'webthemeengine_impl_mac.cc', |
| 423 'webthemeengine_impl_win.cc', | 419 'webthemeengine_impl_win.cc', |
| 424 'webthread_impl.h', | 420 'webthread_impl.h', |
| 425 'webthread_impl.cc', | 421 'webthread_impl.cc', |
| 426 'weburlloader_impl.cc', | 422 'weburlloader_impl.cc', |
| 427 'weburlloader_impl.h', | 423 'weburlloader_impl.h', |
| 428 'webvideoframe_impl.cc', | 424 'webvideoframe_impl.cc', |
| 429 'webvideoframe_impl.h', | 425 'webvideoframe_impl.h', |
| 430 'web_intent_data.cc', | 426 'web_intent_data.cc', |
| 431 'web_intent_data.h', | 427 'web_intent_data.h', |
| 428 'web_intent_service_data.cc', |
| 429 'web_intent_service_data.h', |
| 430 'web_io_operators.cc', |
| 431 'web_io_operators.h', |
| 432 'window_open_disposition.h', | 432 'window_open_disposition.h', |
| 433 'window_open_disposition.cc', | 433 'window_open_disposition.cc', |
| 434 | 434 |
| 435 # These files used to be built in the webcore target, but moved here | 435 # These files used to be built in the webcore target, but moved here |
| 436 # since part of glue. | 436 # since part of glue. |
| 437 '../extensions/v8/gc_extension.cc', | 437 '../extensions/v8/gc_extension.cc', |
| 438 '../extensions/v8/gc_extension.h', | 438 '../extensions/v8/gc_extension.h', |
| 439 '../extensions/v8/heap_profiler_extension.cc', | 439 '../extensions/v8/heap_profiler_extension.cc', |
| 440 '../extensions/v8/heap_profiler_extension.h', | 440 '../extensions/v8/heap_profiler_extension.h', |
| 441 '../extensions/v8/playback_extension.cc', | 441 '../extensions/v8/playback_extension.cc', |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 544 }, | 544 }, |
| 545 'includes': [ '../../build/grit_action.gypi' ], | 545 'includes': [ '../../build/grit_action.gypi' ], |
| 546 }, | 546 }, |
| 547 ], | 547 ], |
| 548 'includes': [ '../../build/grit_target.gypi' ], | 548 'includes': [ '../../build/grit_target.gypi' ], |
| 549 }, | 549 }, |
| 550 ], | 550 ], |
| 551 }], | 551 }], |
| 552 ], | 552 ], |
| 553 } | 553 } |
| OLD | NEW |