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

Side by Side Diff: webkit/tools/test_shell/test_shell.gypi

Issue 6070011: Refactor grit -D flags into a gyp variable so we don't (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: works Created 9 years, 11 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/glue/webkit_glue.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) 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 'test_shell_windows_resource_files': [ 7 'test_shell_windows_resource_files': [
8 'resources/test_shell.rc', 8 'resources/test_shell.rc',
9 'resources/pan_east.cur', 9 'resources/pan_east.cur',
10 'resources/pan_middle.cur', 10 'resources/pan_middle.cur',
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 'input_path': './test_shell_resources.grd', 664 'input_path': './test_shell_resources.grd',
665 'out_dir': '<(SHARED_INTERMEDIATE_DIR)/test_shell', 665 'out_dir': '<(SHARED_INTERMEDIATE_DIR)/test_shell',
666 }, 666 },
667 'inputs': [ 667 'inputs': [
668 '<(input_path)', 668 '<(input_path)',
669 ], 669 ],
670 'outputs': [ 670 'outputs': [
671 '<(out_dir)/grit/test_shell_resources.h', 671 '<(out_dir)/grit/test_shell_resources.h',
672 '<(out_dir)/test_shell_resources.pak', 672 '<(out_dir)/test_shell_resources.pak',
673 ], 673 ],
674 'action': ['python', '<(grit_path)', '-i', '<(input_path)', 'build ', '-o', '<(out_dir)'], 674 'action': ['python', '<(grit_path)',
675 '-i', '<(input_path)',
676 'build', '-o', '<(out_dir)',
677 '<@(grit_defines)'],
675 'message': 'Generating resources from <(input_path)', 678 'message': 'Generating resources from <(input_path)',
676 }, 679 },
677 ], 680 ],
678 'direct_dependent_settings': { 681 'direct_dependent_settings': {
679 'include_dirs': [ 682 'include_dirs': [
680 '<(SHARED_INTERMEDIATE_DIR)/test_shell', 683 '<(SHARED_INTERMEDIATE_DIR)/test_shell',
681 ], 684 ],
682 }, 685 },
683 }, 686 },
684 ], 687 ],
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 ], 733 ],
731 }], 734 }],
732 ], 735 ],
733 } 736 }
734 737
735 # Local Variables: 738 # Local Variables:
736 # tab-width:2 739 # tab-width:2
737 # indent-tabs-mode:nil 740 # indent-tabs-mode:nil
738 # End: 741 # End:
739 # vim: set expandtab tabstop=2 shiftwidth=2: 742 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/glue/webkit_glue.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698