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

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

Issue 7600016: WebKitClient::createThread and associated implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For the trybots Created 9 years, 4 months 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 | « base/threading/thread.cc ('k') | webkit/glue/webkitclient_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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « base/threading/thread.cc ('k') | webkit/glue/webkitclient_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698