| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 'resource_loader_bridge.cc', | 380 'resource_loader_bridge.cc', |
| 381 'resource_loader_bridge.h', | 381 'resource_loader_bridge.h', |
| 382 'resource_type.h', | 382 'resource_type.h', |
| 383 'scoped_clipboard_writer_glue.h', | 383 'scoped_clipboard_writer_glue.h', |
| 384 'simple_webmimeregistry_impl.cc', | 384 'simple_webmimeregistry_impl.cc', |
| 385 'simple_webmimeregistry_impl.h', | 385 'simple_webmimeregistry_impl.h', |
| 386 'site_isolation_metrics.cc', | 386 'site_isolation_metrics.cc', |
| 387 'site_isolation_metrics.h', | 387 'site_isolation_metrics.h', |
| 388 'webaccessibility.cc', | 388 'webaccessibility.cc', |
| 389 'webaccessibility.h', | 389 'webaccessibility.h', |
| 390 'webaudiodevice_impl.cc', |
| 391 'webaudiodevice_impl.h', |
| 390 'webclipboard_impl.cc', | 392 'webclipboard_impl.cc', |
| 391 'webclipboard_impl.h', | 393 'webclipboard_impl.h', |
| 392 'web_io_operators.cc', | 394 'web_io_operators.cc', |
| 393 'web_io_operators.h', | 395 'web_io_operators.h', |
| 394 'webcookie.cc', | 396 'webcookie.cc', |
| 395 'webcookie.h', | 397 'webcookie.h', |
| 396 'webcursor.cc', | 398 'webcursor.cc', |
| 397 'webcursor.h', | 399 'webcursor.h', |
| 398 'webcursor_gtk.cc', | 400 'webcursor_gtk.cc', |
| 399 'webcursor_gtk_data.h', | 401 'webcursor_gtk_data.h', |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 520 }], | 522 }], |
| 521 ['inside_chromium_build==0', { | 523 ['inside_chromium_build==0', { |
| 522 'dependencies': [ | 524 'dependencies': [ |
| 523 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 525 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 524 ], | 526 ], |
| 525 }], | 527 }], |
| 526 ], | 528 ], |
| 527 }, | 529 }, |
| 528 ], | 530 ], |
| 529 } | 531 } |
| OLD | NEW |