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

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

Issue 8907009: Revert 114157 - Track webcore worker message loops in chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « no previous file | webkit/glue/webkitplatformsupport_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | webkit/glue/webkitplatformsupport_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698