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

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

Issue 11798003: Move NavigationPolicyToDisposition() function into render_view_impl.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit Created 7 years, 11 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 | « content/renderer/render_view_impl.cc ('k') | webkit/glue/window_open_disposition.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) 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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'weburlresponse_extradata_impl.h', 371 'weburlresponse_extradata_impl.h',
372 'web_intent_data.cc', 372 'web_intent_data.cc',
373 'web_intent_data.h', 373 'web_intent_data.h',
374 'web_intent_reply_data.cc', 374 'web_intent_reply_data.cc',
375 'web_intent_reply_data.h', 375 'web_intent_reply_data.h',
376 'web_intent_service_data.cc', 376 'web_intent_service_data.cc',
377 'web_intent_service_data.h', 377 'web_intent_service_data.h',
378 'web_io_operators.cc', 378 'web_io_operators.cc',
379 'web_io_operators.h', 379 'web_io_operators.h',
380 'window_open_disposition.h', 380 'window_open_disposition.h',
381 'window_open_disposition.cc',
382 'worker_task_runner.cc', 381 'worker_task_runner.cc',
383 'worker_task_runner.h', 382 'worker_task_runner.h',
384 ], 383 ],
385 # When glue is a dependency, it needs to be a hard dependency. 384 # When glue is a dependency, it needs to be a hard dependency.
386 # Dependents may rely on files generated by this target or one of its 385 # Dependents may rely on files generated by this target or one of its
387 # own hard dependencies. 386 # own hard dependencies.
388 'hard_dependency': 1, 387 'hard_dependency': 1,
389 'conditions': [ 388 'conditions': [
390 ['use_default_render_theme==0', { 389 ['use_default_render_theme==0', {
391 'sources/': [ 390 'sources/': [
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 }, 504 },
506 'includes': [ '../../build/grit_action.gypi' ], 505 'includes': [ '../../build/grit_action.gypi' ],
507 }, 506 },
508 ], 507 ],
509 'includes': [ '../../build/grit_target.gypi' ], 508 'includes': [ '../../build/grit_target.gypi' ],
510 }, 509 },
511 ], 510 ],
512 }], 511 }],
513 ], 512 ],
514 } 513 }
OLDNEW
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | webkit/glue/window_open_disposition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698