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

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

Issue 7461106: Inform disk cache of WebKit memory cache hits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move http check 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
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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 'npruntime_util.h', 375 'npruntime_util.h',
376 'p2p_transport.h', 376 'p2p_transport.h',
377 'password_form.cc', 377 'password_form.cc',
378 'password_form.h', 378 'password_form.h',
379 'password_form_dom_manager.cc', 379 'password_form_dom_manager.cc',
380 'password_form_dom_manager.h', 380 'password_form_dom_manager.h',
381 'resource_fetcher.cc', 381 'resource_fetcher.cc',
382 'resource_fetcher.h', 382 'resource_fetcher.h',
383 'resource_loader_bridge.cc', 383 'resource_loader_bridge.cc',
384 'resource_loader_bridge.h', 384 'resource_loader_bridge.h',
385 'resource_type.cc',
385 'resource_type.h', 386 'resource_type.h',
386 'request_extra_data.cc', 387 'request_extra_data.cc',
387 'request_extra_data.h', 388 'request_extra_data.h',
388 'scoped_clipboard_writer_glue.h', 389 'scoped_clipboard_writer_glue.h',
389 'simple_webmimeregistry_impl.cc', 390 'simple_webmimeregistry_impl.cc',
390 'simple_webmimeregistry_impl.h', 391 'simple_webmimeregistry_impl.h',
391 'webaccessibility.cc', 392 'webaccessibility.cc',
392 'webaccessibility.h', 393 'webaccessibility.h',
393 'webclipboard_impl.cc', 394 'webclipboard_impl.cc',
394 'webclipboard_impl.h', 395 'webclipboard_impl.h',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 }, 545 },
545 'includes': [ '../../build/grit_action.gypi' ], 546 'includes': [ '../../build/grit_action.gypi' ],
546 }, 547 },
547 ], 548 ],
548 'includes': [ '../../build/grit_target.gypi' ], 549 'includes': [ '../../build/grit_target.gypi' ],
549 }, 550 },
550 ], 551 ],
551 }], 552 }],
552 ], 553 ],
553 } 554 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698