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

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

Issue 9413038: SPDY - chrome:loadtimes() should display negotiated NPN protocol. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 | « webkit/glue/resource_loader_bridge.h ('k') | webkit/glue/weburlloader_impl.cc » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 'webthemeengine_impl_mac.cc', 424 'webthemeengine_impl_mac.cc',
425 'webthemeengine_impl_mac.h', 425 'webthemeengine_impl_mac.h',
426 'webthemeengine_impl_win.cc', 426 'webthemeengine_impl_win.cc',
427 'webthemeengine_impl_win.h', 427 'webthemeengine_impl_win.h',
428 'webthread_impl.h', 428 'webthread_impl.h',
429 'webthread_impl.cc', 429 'webthread_impl.cc',
430 'weburlloader_impl.cc', 430 'weburlloader_impl.cc',
431 'weburlloader_impl.h', 431 'weburlloader_impl.h',
432 'weburlrequest_extradata_impl.cc', 432 'weburlrequest_extradata_impl.cc',
433 'weburlrequest_extradata_impl.h', 433 'weburlrequest_extradata_impl.h',
434 'weburlresponse_extradata_impl.cc',
435 'weburlresponse_extradata_impl.h',
434 'web_intent_data.cc', 436 'web_intent_data.cc',
435 'web_intent_data.h', 437 'web_intent_data.h',
436 'web_intent_reply_data.h', 438 'web_intent_reply_data.h',
437 'web_intent_service_data.cc', 439 'web_intent_service_data.cc',
438 'web_intent_service_data.h', 440 'web_intent_service_data.h',
439 'web_io_operators.cc', 441 'web_io_operators.cc',
440 'web_io_operators.h', 442 'web_io_operators.h',
441 'window_open_disposition.h', 443 'window_open_disposition.h',
442 'window_open_disposition.cc', 444 'window_open_disposition.cc',
443 'worker_task_runner.cc', 445 'worker_task_runner.cc',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 }, 566 },
565 'includes': [ '../../build/grit_action.gypi' ], 567 'includes': [ '../../build/grit_action.gypi' ],
566 }, 568 },
567 ], 569 ],
568 'includes': [ '../../build/grit_target.gypi' ], 570 'includes': [ '../../build/grit_target.gypi' ],
569 }, 571 },
570 ], 572 ],
571 }], 573 }],
572 ], 574 ],
573 } 575 }
OLDNEW
« no previous file with comments | « webkit/glue/resource_loader_bridge.h ('k') | webkit/glue/weburlloader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698