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

Side by Side Diff: webkit/webkit.gyp

Issue 220026: Preparing for webkit chromium port fork (Closed)
Patch Set: renamed variable Created 11 years, 2 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
« no previous file with comments | « build/common.gypi ('k') | no next file » | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [ 6 'includes': [
7 '../third_party/WebKit/WebCore/WebCore.gypi', 7 '../third_party/WebKit/WebCore/WebCore.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 # TODO: remove this helper when we have loops in GYP 10 # TODO: remove this helper when we have loops in GYP
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 'glue/webview.h', 566 'glue/webview.h',
567 'glue/webview_delegate.h', 567 'glue/webview_delegate.h',
568 'glue/webview_impl.cc', 568 'glue/webview_impl.cc',
569 'glue/webview_impl.h', 569 'glue/webview_impl.h',
570 'glue/webworker_impl.cc', 570 'glue/webworker_impl.cc',
571 'glue/webworker_impl.h', 571 'glue/webworker_impl.h',
572 'glue/webworkerclient_impl.cc', 572 'glue/webworkerclient_impl.cc',
573 'glue/webworkerclient_impl.h', 573 'glue/webworkerclient_impl.h',
574 'glue/window_open_disposition.h', 574 'glue/window_open_disposition.h',
575 'glue/window_open_disposition.cc', 575 'glue/window_open_disposition.cc',
576
577 # These files used to be built in the webcore target, but moved here
578 # since part of glue.
579 'extensions/v8/gc_extension.cc',
580 'extensions/v8/gc_extension.h',
581 'extensions/v8/gears_extension.cc',
582 'extensions/v8/gears_extension.h',
583 'extensions/v8/interval_extension.cc',
584 'extensions/v8/interval_extension.h',
585 'extensions/v8/playback_extension.cc',
586 'extensions/v8/playback_extension.h',
587 'extensions/v8/profiler_extension.cc',
588 'extensions/v8/profiler_extension.h',
589 'extensions/v8/benchmarking_extension.cc',
590 'extensions/v8/benchmarking_extension.h',
591
576 ], 592 ],
577 # When glue is a dependency, it needs to be a hard dependency. 593 # When glue is a dependency, it needs to be a hard dependency.
578 # Dependents may rely on files generated by this target or one of its 594 # Dependents may rely on files generated by this target or one of its
579 # own hard dependencies. 595 # own hard dependencies.
580 'hard_dependency': 1, 596 'hard_dependency': 1,
581 'export_dependent_settings': [ 597 'export_dependent_settings': [
582 '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', 598 '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore',
583 ], 599 ],
584 'conditions': [ 600 'conditions': [
585 ['OS=="linux" or OS=="freebsd"', { 601 ['OS=="linux" or OS=="freebsd"', {
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 'files': [ 689 'files': [
674 690
675 '<@(webinspector_image_files)', 691 '<@(webinspector_image_files)',
676 692
677 ], 693 ],
678 }, 694 },
679 ], 695 ],
680 }, 696 },
681 ], # targets 697 ], # targets
682 } 698 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698