| 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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 413 'webmenuitem.cc', | 413 'webmenuitem.cc', |
| 414 'webmenuitem.h', | 414 'webmenuitem.h', |
| 415 'webmenurunner_mac.h', | 415 'webmenurunner_mac.h', |
| 416 'webmenurunner_mac.mm', | 416 'webmenurunner_mac.mm', |
| 417 'webpreferences.cc', | 417 'webpreferences.cc', |
| 418 'webpreferences.h', | 418 'webpreferences.h', |
| 419 'websocketstreamhandle_bridge.h', | 419 'websocketstreamhandle_bridge.h', |
| 420 'websocketstreamhandle_delegate.h', | 420 'websocketstreamhandle_delegate.h', |
| 421 'websocketstreamhandle_impl.cc', | 421 'websocketstreamhandle_impl.cc', |
| 422 'websocketstreamhandle_impl.h', | 422 'websocketstreamhandle_impl.h', |
| 423 'webthemeengine_impl_android.cc', |
| 424 'webthemeengine_impl_android.h', |
| 423 'webthemeengine_impl_linux.cc', | 425 'webthemeengine_impl_linux.cc', |
| 426 'webthemeengine_impl_linux.h', |
| 424 'webthemeengine_impl_mac.cc', | 427 'webthemeengine_impl_mac.cc', |
| 428 'webthemeengine_impl_mac.h', |
| 425 'webthemeengine_impl_win.cc', | 429 'webthemeengine_impl_win.cc', |
| 430 'webthemeengine_impl_win.h', |
| 426 'webthread_impl.h', | 431 'webthread_impl.h', |
| 427 'webthread_impl.cc', | 432 'webthread_impl.cc', |
| 428 'weburlloader_impl.cc', | 433 'weburlloader_impl.cc', |
| 429 'weburlloader_impl.h', | 434 'weburlloader_impl.h', |
| 430 'weburlrequest_extradata_impl.cc', | 435 'weburlrequest_extradata_impl.cc', |
| 431 'weburlrequest_extradata_impl.h', | 436 'weburlrequest_extradata_impl.h', |
| 432 'web_intent_data.cc', | 437 'web_intent_data.cc', |
| 433 'web_intent_data.h', | 438 'web_intent_data.h', |
| 434 'web_intent_reply_data.h', | 439 'web_intent_reply_data.h', |
| 435 'web_intent_service_data.cc', | 440 'web_intent_service_data.cc', |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 555 }, | 560 }, |
| 556 'includes': [ '../../build/grit_action.gypi' ], | 561 'includes': [ '../../build/grit_action.gypi' ], |
| 557 }, | 562 }, |
| 558 ], | 563 ], |
| 559 'includes': [ '../../build/grit_target.gypi' ], | 564 'includes': [ '../../build/grit_target.gypi' ], |
| 560 }, | 565 }, |
| 561 ], | 566 ], |
| 562 }], | 567 }], |
| 563 ], | 568 ], |
| 564 } | 569 } |
| OLD | NEW |