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