Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 8785013: Track webcore worker message loops in chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove extra include Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'weburlrequest_extradata_impl.h', 431 'weburlrequest_extradata_impl.h',
432 'web_intent_data.cc', 432 'web_intent_data.cc',
433 'web_intent_data.h', 433 'web_intent_data.h',
434 'web_intent_reply_data.h', 434 'web_intent_reply_data.h',
435 'web_intent_service_data.cc', 435 'web_intent_service_data.cc',
436 'web_intent_service_data.h', 436 'web_intent_service_data.h',
437 'web_io_operators.cc', 437 'web_io_operators.cc',
438 'web_io_operators.h', 438 'web_io_operators.h',
439 'window_open_disposition.h', 439 'window_open_disposition.h',
440 'window_open_disposition.cc', 440 'window_open_disposition.cc',
441 'worker_task_runner.cc',
442 'worker_task_runner.h',
441 443
442 # These files used to be built in the webcore target, but moved here 444 # These files used to be built in the webcore target, but moved here
443 # since part of glue. 445 # since part of glue.
444 '../extensions/v8/gc_extension.cc', 446 '../extensions/v8/gc_extension.cc',
445 '../extensions/v8/gc_extension.h', 447 '../extensions/v8/gc_extension.h',
446 '../extensions/v8/heap_profiler_extension.cc', 448 '../extensions/v8/heap_profiler_extension.cc',
447 '../extensions/v8/heap_profiler_extension.h', 449 '../extensions/v8/heap_profiler_extension.h',
448 '../extensions/v8/playback_extension.cc', 450 '../extensions/v8/playback_extension.cc',
449 '../extensions/v8/playback_extension.h', 451 '../extensions/v8/playback_extension.h',
450 '../extensions/v8/profiler_extension.cc', 452 '../extensions/v8/profiler_extension.cc',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 }, 557 },
556 'includes': [ '../../build/grit_action.gypi' ], 558 'includes': [ '../../build/grit_action.gypi' ],
557 }, 559 },
558 ], 560 ],
559 'includes': [ '../../build/grit_target.gypi' ], 561 'includes': [ '../../build/grit_target.gypi' ],
560 }, 562 },
561 ], 563 ],
562 }], 564 }],
563 ], 565 ],
564 } 566 }
OLDNEW
« no previous file with comments | « no previous file | webkit/glue/webkitplatformsupport_impl.h » ('j') | webkit/glue/worker_task_runner.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698