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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
426 'webmenurunner_mac.mm', | 426 'webmenurunner_mac.mm', |
427 'webpreferences.cc', | 427 'webpreferences.cc', |
428 'webpreferences.h', | 428 'webpreferences.h', |
429 'websocketstreamhandle_bridge.h', | 429 'websocketstreamhandle_bridge.h', |
430 'websocketstreamhandle_delegate.h', | 430 'websocketstreamhandle_delegate.h', |
431 'websocketstreamhandle_impl.cc', | 431 'websocketstreamhandle_impl.cc', |
432 'websocketstreamhandle_impl.h', | 432 'websocketstreamhandle_impl.h', |
433 'webthemeengine_impl_linux.cc', | 433 'webthemeengine_impl_linux.cc', |
434 'webthemeengine_impl_mac.cc', | 434 'webthemeengine_impl_mac.cc', |
435 'webthemeengine_impl_win.cc', | 435 'webthemeengine_impl_win.cc', |
| 436 'webthread_impl.h', |
| 437 'webthread_impl.cc', |
436 'weburlloader_impl.cc', | 438 'weburlloader_impl.cc', |
437 'weburlloader_impl.h', | 439 'weburlloader_impl.h', |
438 'webvideoframe_impl.cc', | 440 'webvideoframe_impl.cc', |
439 'webvideoframe_impl.h', | 441 'webvideoframe_impl.h', |
440 'window_open_disposition.h', | 442 'window_open_disposition.h', |
441 'window_open_disposition.cc', | 443 'window_open_disposition.cc', |
442 | 444 |
443 # These files used to be built in the webcore target, but moved here | 445 # These files used to be built in the webcore target, but moved here |
444 # since part of glue. | 446 # since part of glue. |
445 '../extensions/v8/benchmarking_extension.cc', | 447 '../extensions/v8/benchmarking_extension.cc', |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
549 }, | 551 }, |
550 'includes': [ '../../build/grit_action.gypi' ], | 552 'includes': [ '../../build/grit_action.gypi' ], |
551 }, | 553 }, |
552 ], | 554 ], |
553 'includes': [ '../../build/grit_target.gypi' ], | 555 'includes': [ '../../build/grit_target.gypi' ], |
554 }, | 556 }, |
555 ], | 557 ], |
556 }], | 558 }], |
557 ], | 559 ], |
558 } | 560 } |
OLD | NEW |