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 6576020: Remove Gears from Chrome (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: ready to review Created 9 years, 9 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
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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 'webvideoframe_impl.h', 454 'webvideoframe_impl.h',
455 'window_open_disposition.h', 455 'window_open_disposition.h',
456 'window_open_disposition.cc', 456 'window_open_disposition.cc',
457 457
458 # These files used to be built in the webcore target, but moved here 458 # These files used to be built in the webcore target, but moved here
459 # since part of glue. 459 # since part of glue.
460 '../extensions/v8/benchmarking_extension.cc', 460 '../extensions/v8/benchmarking_extension.cc',
461 '../extensions/v8/benchmarking_extension.h', 461 '../extensions/v8/benchmarking_extension.h',
462 '../extensions/v8/gc_extension.cc', 462 '../extensions/v8/gc_extension.cc',
463 '../extensions/v8/gc_extension.h', 463 '../extensions/v8/gc_extension.h',
464 '../extensions/v8/gears_extension.cc',
465 '../extensions/v8/gears_extension.h',
466 '../extensions/v8/heap_profiler_extension.cc', 464 '../extensions/v8/heap_profiler_extension.cc',
467 '../extensions/v8/heap_profiler_extension.h', 465 '../extensions/v8/heap_profiler_extension.h',
468 '../extensions/v8/playback_extension.cc', 466 '../extensions/v8/playback_extension.cc',
469 '../extensions/v8/playback_extension.h', 467 '../extensions/v8/playback_extension.h',
470 '../extensions/v8/profiler_extension.cc', 468 '../extensions/v8/profiler_extension.cc',
471 '../extensions/v8/profiler_extension.h', 469 '../extensions/v8/profiler_extension.h',
472 470
473 ], 471 ],
474 # When glue is a dependency, it needs to be a hard dependency. 472 # When glue is a dependency, it needs to be a hard dependency.
475 # Dependents may rely on files generated by this target or one of its 473 # Dependents may rely on files generated by this target or one of its
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 'conditions': [ 579 'conditions': [
582 ['OS=="win"', { 580 ['OS=="win"', {
583 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'], 581 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'],
584 }], 582 }],
585 ], 583 ],
586 }, 584 },
587 ], 585 ],
588 }], 586 }],
589 ], 587 ],
590 } 588 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698