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

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

Issue 10117022: Cleanup of v8 extension stuff. Playback extension is only used in chrome, so move it to chrome\rend… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 | « webkit/extensions/webkit_extensions_export.h ('k') | webkit/support/gc_extension.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 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 'web_intent_data.h', 448 'web_intent_data.h',
449 'web_intent_reply_data.h', 449 'web_intent_reply_data.h',
450 'web_intent_service_data.cc', 450 'web_intent_service_data.cc',
451 'web_intent_service_data.h', 451 'web_intent_service_data.h',
452 'web_io_operators.cc', 452 'web_io_operators.cc',
453 'web_io_operators.h', 453 'web_io_operators.h',
454 'window_open_disposition.h', 454 'window_open_disposition.h',
455 'window_open_disposition.cc', 455 'window_open_disposition.cc',
456 'worker_task_runner.cc', 456 'worker_task_runner.cc',
457 'worker_task_runner.h', 457 'worker_task_runner.h',
458
459 # These files used to be built in the webcore target, but moved here
460 # since part of glue.
461 '../extensions/v8/gc_extension.cc',
462 '../extensions/v8/gc_extension.h',
463 '../extensions/v8/heap_profiler_extension.cc',
464 '../extensions/v8/heap_profiler_extension.h',
465 '../extensions/v8/playback_extension.cc',
466 '../extensions/v8/playback_extension.h',
467 '../extensions/v8/profiler_extension.cc',
468 '../extensions/v8/profiler_extension.h',
469 '../extensions/webkit_extensions_export.h',
470
471 ], 458 ],
472 # When glue is a dependency, it needs to be a hard dependency. 459 # When glue is a dependency, it needs to be a hard dependency.
473 # Dependents may rely on files generated by this target or one of its 460 # Dependents may rely on files generated by this target or one of its
474 # own hard dependencies. 461 # own hard dependencies.
475 'hard_dependency': 1, 462 'hard_dependency': 1,
476 'conditions': [ 463 'conditions': [
477 ['toolkit_uses_gtk == 1', { 464 ['toolkit_uses_gtk == 1', {
478 'dependencies': [ 465 'dependencies': [
479 '<(DEPTH)/build/linux/system.gyp:gtk', 466 '<(DEPTH)/build/linux/system.gyp:gtk',
480 ], 467 ],
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 }, 569 },
583 'includes': [ '../../build/grit_action.gypi' ], 570 'includes': [ '../../build/grit_action.gypi' ],
584 }, 571 },
585 ], 572 ],
586 'includes': [ '../../build/grit_target.gypi' ], 573 'includes': [ '../../build/grit_target.gypi' ],
587 }, 574 },
588 ], 575 ],
589 }], 576 }],
590 ], 577 ],
591 } 578 }
OLDNEW
« no previous file with comments | « webkit/extensions/webkit_extensions_export.h ('k') | webkit/support/gc_extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698