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

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: fix Created 9 years, 1 month 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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 'websocketstreamhandle_delegate.h', 409 'websocketstreamhandle_delegate.h',
410 'websocketstreamhandle_impl.cc', 410 'websocketstreamhandle_impl.cc',
411 'websocketstreamhandle_impl.h', 411 'websocketstreamhandle_impl.h',
412 'webthemeengine_impl_linux.cc', 412 'webthemeengine_impl_linux.cc',
413 'webthemeengine_impl_mac.cc', 413 'webthemeengine_impl_mac.cc',
414 'webthemeengine_impl_win.cc', 414 'webthemeengine_impl_win.cc',
415 'webthread_impl.h', 415 'webthread_impl.h',
416 'webthread_impl.cc', 416 'webthread_impl.cc',
417 'weburlloader_impl.cc', 417 'weburlloader_impl.cc',
418 'weburlloader_impl.h', 418 'weburlloader_impl.h',
419 'weburlrequest_extradata_impl.cc',
420 'weburlrequest_extradata_impl.h',
419 'web_intent_data.cc', 421 'web_intent_data.cc',
420 'web_intent_data.h', 422 'web_intent_data.h',
421 'web_intent_reply_data.h', 423 'web_intent_reply_data.h',
422 'web_intent_service_data.cc', 424 'web_intent_service_data.cc',
423 'web_intent_service_data.h', 425 'web_intent_service_data.h',
424 'web_io_operators.cc', 426 'web_io_operators.cc',
425 'web_io_operators.h', 427 'web_io_operators.h',
426 'window_open_disposition.h', 428 'window_open_disposition.h',
427 'window_open_disposition.cc', 429 'window_open_disposition.cc',
428 430
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 }, 541 },
540 'includes': [ '../../build/grit_action.gypi' ], 542 'includes': [ '../../build/grit_action.gypi' ],
541 }, 543 },
542 ], 544 ],
543 'includes': [ '../../build/grit_target.gypi' ], 545 'includes': [ '../../build/grit_target.gypi' ],
544 }, 546 },
545 ], 547 ],
546 }], 548 }],
547 ], 549 ],
548 } 550 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698