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

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

Issue 12036003: Move window_open_disposition.h from webkit/ into ui/base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win 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 | « ui/web_dialogs/web_dialog_delegate.h ('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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 'weburlresponse_extradata_impl.cc', 366 'weburlresponse_extradata_impl.cc',
367 'weburlresponse_extradata_impl.h', 367 'weburlresponse_extradata_impl.h',
368 'web_intent_data.cc', 368 'web_intent_data.cc',
369 'web_intent_data.h', 369 'web_intent_data.h',
370 'web_intent_reply_data.cc', 370 'web_intent_reply_data.cc',
371 'web_intent_reply_data.h', 371 'web_intent_reply_data.h',
372 'web_intent_service_data.cc', 372 'web_intent_service_data.cc',
373 'web_intent_service_data.h', 373 'web_intent_service_data.h',
374 'web_io_operators.cc', 374 'web_io_operators.cc',
375 'web_io_operators.h', 375 'web_io_operators.h',
376 'window_open_disposition.h',
377 'worker_task_runner.cc', 376 'worker_task_runner.cc',
378 'worker_task_runner.h', 377 'worker_task_runner.h',
379 ], 378 ],
380 # When glue is a dependency, it needs to be a hard dependency. 379 # When glue is a dependency, it needs to be a hard dependency.
381 # Dependents may rely on files generated by this target or one of its 380 # Dependents may rely on files generated by this target or one of its
382 # own hard dependencies. 381 # own hard dependencies.
383 'hard_dependency': 1, 382 'hard_dependency': 1,
384 'conditions': [ 383 'conditions': [
385 ['use_default_render_theme==0', { 384 ['use_default_render_theme==0', {
386 'sources/': [ 385 'sources/': [
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 }, 499 },
501 'includes': [ '../../build/grit_action.gypi' ], 500 'includes': [ '../../build/grit_action.gypi' ],
502 }, 501 },
503 ], 502 ],
504 'includes': [ '../../build/grit_target.gypi' ], 503 'includes': [ '../../build/grit_target.gypi' ],
505 }, 504 },
506 ], 505 ],
507 }], 506 }],
508 ], 507 ],
509 } 508 }
OLDNEW
« no previous file with comments | « ui/web_dialogs/web_dialog_delegate.h ('k') | webkit/glue/window_open_disposition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698