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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 'websocketstreamhandle_delegate.h', | 410 'websocketstreamhandle_delegate.h', |
411 'websocketstreamhandle_impl.cc', | 411 'websocketstreamhandle_impl.cc', |
412 'websocketstreamhandle_impl.h', | 412 'websocketstreamhandle_impl.h', |
413 'webthemeengine_impl_linux.cc', | 413 'webthemeengine_impl_linux.cc', |
414 'webthemeengine_impl_mac.cc', | 414 'webthemeengine_impl_mac.cc', |
415 'webthemeengine_impl_win.cc', | 415 'webthemeengine_impl_win.cc', |
416 'webthread_impl.h', | 416 'webthread_impl.h', |
417 'webthread_impl.cc', | 417 'webthread_impl.cc', |
418 'weburlloader_impl.cc', | 418 'weburlloader_impl.cc', |
419 'weburlloader_impl.h', | 419 'weburlloader_impl.h', |
| 420 'weburlrequest_extradata_impl.cc', |
| 421 'weburlrequest_extradata_impl.h', |
420 'web_intent_data.cc', | 422 'web_intent_data.cc', |
421 'web_intent_data.h', | 423 'web_intent_data.h', |
422 'web_intent_reply_data.h', | 424 'web_intent_reply_data.h', |
423 'web_intent_service_data.cc', | 425 'web_intent_service_data.cc', |
424 'web_intent_service_data.h', | 426 'web_intent_service_data.h', |
425 'web_io_operators.cc', | 427 'web_io_operators.cc', |
426 'web_io_operators.h', | 428 'web_io_operators.h', |
427 'window_open_disposition.h', | 429 'window_open_disposition.h', |
428 'window_open_disposition.cc', | 430 'window_open_disposition.cc', |
429 | 431 |
(...skipping 112 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 |