| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'includes': [ | 6 'includes': [ |
| 7 '../third_party/WebKit/WebKit/chromium/features.gypi', | 7 '../third_party/WebKit/WebKit/chromium/features.gypi', |
| 8 '../third_party/WebKit/WebCore/WebCore.gypi', | 8 '../third_party/WebKit/WebCore/WebCore.gypi', |
| 9 ], | 9 ], |
| 10 'variables': { | 10 'variables': { |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 'glue/webkit_glue.h', | 380 'glue/webkit_glue.h', |
| 381 'glue/webkitclient_impl.cc', | 381 'glue/webkitclient_impl.cc', |
| 382 'glue/webkitclient_impl.h', | 382 'glue/webkitclient_impl.h', |
| 383 'glue/webmediaplayer_impl.h', | 383 'glue/webmediaplayer_impl.h', |
| 384 'glue/webmediaplayer_impl.cc', | 384 'glue/webmediaplayer_impl.cc', |
| 385 'glue/webmenuitem.h', | 385 'glue/webmenuitem.h', |
| 386 'glue/webmenurunner_mac.h', | 386 'glue/webmenurunner_mac.h', |
| 387 'glue/webmenurunner_mac.mm', | 387 'glue/webmenurunner_mac.mm', |
| 388 'glue/webpasswordautocompletelistener_impl.cc', | 388 'glue/webpasswordautocompletelistener_impl.cc', |
| 389 'glue/webpasswordautocompletelistener_impl.h', | 389 'glue/webpasswordautocompletelistener_impl.h', |
| 390 'glue/webplugin.cc', |
| 390 'glue/webplugin.h', | 391 'glue/webplugin.h', |
| 391 'glue/webplugin_delegate.h', | 392 'glue/webplugin_delegate.h', |
| 392 'glue/webplugin_impl.cc', | 393 'glue/webplugin_impl.cc', |
| 393 'glue/webplugin_impl.h', | 394 'glue/webplugin_impl.h', |
| 394 'glue/webplugininfo.h', | 395 'glue/webplugininfo.h', |
| 395 'glue/webpreferences.cc', | 396 'glue/webpreferences.cc', |
| 396 'glue/webpreferences.h', | 397 'glue/webpreferences.h', |
| 397 'glue/websocketstreamhandle_bridge.h', | 398 'glue/websocketstreamhandle_bridge.h', |
| 398 'glue/websocketstreamhandle_delegate.h', | 399 'glue/websocketstreamhandle_delegate.h', |
| 399 'glue/websocketstreamhandle_impl.cc', | 400 'glue/websocketstreamhandle_impl.cc', |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 ], | 569 ], |
| 569 }, | 570 }, |
| 570 ], # targets | 571 ], # targets |
| 571 } | 572 } |
| 572 | 573 |
| 573 # Local Variables: | 574 # Local Variables: |
| 574 # tab-width:2 | 575 # tab-width:2 |
| 575 # indent-tabs-mode:nil | 576 # indent-tabs-mode:nil |
| 576 # End: | 577 # End: |
| 577 # vim: set expandtab tabstop=2 shiftwidth=2: | 578 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |