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

Side by Side Diff: webkit/webkit.gyp

Issue 147210: Switch over to use V8 code generator upstream.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 5 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/port/bindings/scripts/IDLParser.pm ('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 'variables': { 6 'variables': {
7 'feature_defines': [ 7 'feature_defines': [
8 'ENABLE_CHANNEL_MESSAGING=1', 8 'ENABLE_CHANNEL_MESSAGING=1',
9 'ENABLE_DATABASE=1', 9 'ENABLE_DATABASE=1',
10 'ENABLE_DASHBOARD_SUPPORT=0', 10 'ENABLE_DASHBOARD_SUPPORT=0',
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 'action': ['python', 'build/rule_gperf.py', '<(RULE_INPUT_PATH)', '<(S HARED_INTERMEDIATE_DIR)/webkit'], 608 'action': ['python', 'build/rule_gperf.py', '<(RULE_INPUT_PATH)', '<(S HARED_INTERMEDIATE_DIR)/webkit'],
609 'process_outputs_as_sources': 0, 609 'process_outputs_as_sources': 0,
610 }, 610 },
611 # Rule to build generated JavaScript (V8) bindings from .idl source. 611 # Rule to build generated JavaScript (V8) bindings from .idl source.
612 { 612 {
613 'rule_name': 'binding', 613 'rule_name': 'binding',
614 'extension': 'idl', 614 'extension': 'idl',
615 'msvs_external_rule': 1, 615 'msvs_external_rule': 1,
616 'inputs': [ 616 'inputs': [
617 '../third_party/WebKit/WebCore/bindings/scripts/generate-bindings.pl ', 617 '../third_party/WebKit/WebCore/bindings/scripts/generate-bindings.pl ',
618 'port/bindings/scripts/CodeGenerator.pm', 618 '../third_party/WebKit/WebCore/bindings/scripts/CodeGenerator.pm',
619 'port/bindings/scripts/CodeGeneratorV8.pm', 619 '../third_party/WebKit/WebCore/bindings/scripts/CodeGeneratorV8.pm',
620 'port/bindings/scripts/IDLParser.pm', 620 '../third_party/WebKit/WebCore/bindings/scripts/IDLParser.pm',
621 '../third_party/WebKit/WebCore/bindings/scripts/IDLStructure.pm', 621 '../third_party/WebKit/WebCore/bindings/scripts/IDLStructure.pm',
622 ], 622 ],
623 'outputs': [ 623 'outputs': [
624 '<(INTERMEDIATE_DIR)/bindings/V8<(RULE_INPUT_ROOT).cpp', 624 '<(INTERMEDIATE_DIR)/bindings/V8<(RULE_INPUT_ROOT).cpp',
625 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8<(RULE_INPUT_ROOT).h', 625 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8<(RULE_INPUT_ROOT).h',
626 ], 626 ],
627 'variables': { 627 'variables': {
628 'generator_include_dirs': [ 628 'generator_include_dirs': [
629 '--include', '../third_party/WebKit/WebCore/css', 629 '--include', '../third_party/WebKit/WebCore/css',
630 '--include', '../third_party/WebKit/WebCore/dom', 630 '--include', '../third_party/WebKit/WebCore/dom',
(...skipping 4258 matching lines...) Expand 10 before | Expand all | Expand 10 after
4889 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png', 4889 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
4890 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png', 4890 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
4891 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png', 4891 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
4892 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png', 4892 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
4893 ], 4893 ],
4894 }, 4894 },
4895 ], 4895 ],
4896 }, 4896 },
4897 ], 4897 ],
4898 } 4898 }
OLDNEW
« no previous file with comments | « webkit/port/bindings/scripts/IDLParser.pm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698