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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 'weburlrequest_extradata_impl.h', | 429 'weburlrequest_extradata_impl.h', |
430 'web_intent_data.cc', | 430 'web_intent_data.cc', |
431 'web_intent_data.h', | 431 'web_intent_data.h', |
432 'web_intent_reply_data.h', | 432 'web_intent_reply_data.h', |
433 'web_intent_service_data.cc', | 433 'web_intent_service_data.cc', |
434 'web_intent_service_data.h', | 434 'web_intent_service_data.h', |
435 'web_io_operators.cc', | 435 'web_io_operators.cc', |
436 'web_io_operators.h', | 436 'web_io_operators.h', |
437 'window_open_disposition.h', | 437 'window_open_disposition.h', |
438 'window_open_disposition.cc', | 438 'window_open_disposition.cc', |
| 439 'worker_task_runner.cc', |
| 440 'worker_task_runner.h', |
439 | 441 |
440 # These files used to be built in the webcore target, but moved here | 442 # These files used to be built in the webcore target, but moved here |
441 # since part of glue. | 443 # since part of glue. |
442 '../extensions/v8/gc_extension.cc', | 444 '../extensions/v8/gc_extension.cc', |
443 '../extensions/v8/gc_extension.h', | 445 '../extensions/v8/gc_extension.h', |
444 '../extensions/v8/heap_profiler_extension.cc', | 446 '../extensions/v8/heap_profiler_extension.cc', |
445 '../extensions/v8/heap_profiler_extension.h', | 447 '../extensions/v8/heap_profiler_extension.h', |
446 '../extensions/v8/playback_extension.cc', | 448 '../extensions/v8/playback_extension.cc', |
447 '../extensions/v8/playback_extension.h', | 449 '../extensions/v8/playback_extension.h', |
448 '../extensions/v8/profiler_extension.cc', | 450 '../extensions/v8/profiler_extension.cc', |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
553 }, | 555 }, |
554 'includes': [ '../../build/grit_action.gypi' ], | 556 'includes': [ '../../build/grit_action.gypi' ], |
555 }, | 557 }, |
556 ], | 558 ], |
557 'includes': [ '../../build/grit_target.gypi' ], | 559 'includes': [ '../../build/grit_target.gypi' ], |
558 }, | 560 }, |
559 ], | 561 ], |
560 }], | 562 }], |
561 ], | 563 ], |
562 } | 564 } |
OLD | NEW |