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

Side by Side Diff: webkit/webkit.gyp

Issue 113550: Pulling in new gyp version.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 | « DEPS ('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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 '<(SHARED_INTERMEDIATE_DIR)/webkit/<(RULE_INPUT_ROOT).c', 590 '<(SHARED_INTERMEDIATE_DIR)/webkit/<(RULE_INPUT_ROOT).c',
591 '<(SHARED_INTERMEDIATE_DIR)/webkit/<(RULE_INPUT_ROOT).cpp', 591 '<(SHARED_INTERMEDIATE_DIR)/webkit/<(RULE_INPUT_ROOT).cpp',
592 ], 592 ],
593 'action': ['python', 'build/rule_gperf.py', '<(RULE_INPUT_PATH)', '<(S HARED_INTERMEDIATE_DIR)/webkit'], 593 'action': ['python', 'build/rule_gperf.py', '<(RULE_INPUT_PATH)', '<(S HARED_INTERMEDIATE_DIR)/webkit'],
594 'process_outputs_as_sources': 0, 594 'process_outputs_as_sources': 0,
595 }, 595 },
596 # Rule to build generated JavaScript (V8) bindings from .idl source. 596 # Rule to build generated JavaScript (V8) bindings from .idl source.
597 { 597 {
598 'rule_name': 'binding', 598 'rule_name': 'binding',
599 'extension': 'idl', 599 'extension': 'idl',
600 'msvs_external_rule': 1,
600 'inputs': [ 601 'inputs': [
601 '../third_party/WebKit/WebCore/bindings/scripts/generate-bindings.pl ', 602 '../third_party/WebKit/WebCore/bindings/scripts/generate-bindings.pl ',
602 'port/bindings/scripts/CodeGenerator.pm', 603 'port/bindings/scripts/CodeGenerator.pm',
603 'port/bindings/scripts/CodeGeneratorV8.pm', 604 'port/bindings/scripts/CodeGeneratorV8.pm',
604 'port/bindings/scripts/IDLParser.pm', 605 'port/bindings/scripts/IDLParser.pm',
605 '../third_party/WebKit/WebCore/bindings/scripts/IDLStructure.pm', 606 '../third_party/WebKit/WebCore/bindings/scripts/IDLStructure.pm',
606 ], 607 ],
607 'outputs': [ 608 'outputs': [
608 '<(INTERMEDIATE_DIR)/bindings/V8<(RULE_INPUT_ROOT).cpp', 609 '<(INTERMEDIATE_DIR)/bindings/V8<(RULE_INPUT_ROOT).cpp',
609 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8<(RULE_INPUT_ROOT).h', 610 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8<(RULE_INPUT_ROOT).h',
(...skipping 4218 matching lines...) Expand 10 before | Expand all | Expand 10 after
4828 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png', 4829 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
4829 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png', 4830 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
4830 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png', 4831 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
4831 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png', 4832 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
4832 ], 4833 ],
4833 }, 4834 },
4834 ], 4835 ],
4835 }, 4836 },
4836 ], 4837 ],
4837 } 4838 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698