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

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

Issue 8616006: Implement meta referrer (part 1/2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | « content/renderer/render_view_impl.cc ('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) 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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 'websocketstreamhandle_delegate.h', 410 'websocketstreamhandle_delegate.h',
411 'websocketstreamhandle_impl.cc', 411 'websocketstreamhandle_impl.cc',
412 'websocketstreamhandle_impl.h', 412 'websocketstreamhandle_impl.h',
413 'webthemeengine_impl_linux.cc', 413 'webthemeengine_impl_linux.cc',
414 'webthemeengine_impl_mac.cc', 414 'webthemeengine_impl_mac.cc',
415 'webthemeengine_impl_win.cc', 415 'webthemeengine_impl_win.cc',
416 'webthread_impl.h', 416 'webthread_impl.h',
417 'webthread_impl.cc', 417 'webthread_impl.cc',
418 'weburlloader_impl.cc', 418 'weburlloader_impl.cc',
419 'weburlloader_impl.h', 419 'weburlloader_impl.h',
420 'weburlrequest_extradata_impl.cc',
421 'weburlrequest_extradata_impl.h',
420 'web_intent_data.cc', 422 'web_intent_data.cc',
421 'web_intent_data.h', 423 'web_intent_data.h',
422 'web_intent_reply_data.h', 424 'web_intent_reply_data.h',
423 'web_intent_service_data.cc', 425 'web_intent_service_data.cc',
424 'web_intent_service_data.h', 426 'web_intent_service_data.h',
425 'web_io_operators.cc', 427 'web_io_operators.cc',
426 'web_io_operators.h', 428 'web_io_operators.h',
427 'window_open_disposition.h', 429 'window_open_disposition.h',
428 'window_open_disposition.cc', 430 'window_open_disposition.cc',
429 431
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 }, 544 },
543 'includes': [ '../../build/grit_action.gypi' ], 545 'includes': [ '../../build/grit_action.gypi' ],
544 }, 546 },
545 ], 547 ],
546 'includes': [ '../../build/grit_target.gypi' ], 548 'includes': [ '../../build/grit_target.gypi' ],
547 }, 549 },
548 ], 550 ],
549 }], 551 }],
550 ], 552 ],
551 } 553 }
OLDNEW
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | webkit/glue/weburlloader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698