OLD | NEW |
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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 | 7 |
8 'variables': { | 8 'variables': { |
9 'version_py_path': 'tools/build/version.py', | 9 'version_py_path': 'tools/build/version.py', |
10 'version_path': 'VERSION', | 10 'version_path': 'VERSION', |
(...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1124 ], | 1124 ], |
1125 }, | 1125 }, |
1126 ], | 1126 ], |
1127 }, | 1127 }, |
1128 { | 1128 { |
1129 'target_name': 'infoplist_strings_tool', | 1129 'target_name': 'infoplist_strings_tool', |
1130 'type': 'executable', | 1130 'type': 'executable', |
1131 'dependencies': [ | 1131 'dependencies': [ |
1132 'chrome_strings', | 1132 'chrome_strings', |
1133 '../base/base.gyp:base', | 1133 '../base/base.gyp:base', |
1134 '../app/app.gyp:app_base', | 1134 '../ui/ui.gyp:ui_base', |
1135 ], | 1135 ], |
1136 'include_dirs': [ | 1136 'include_dirs': [ |
1137 '<(grit_out_dir)', | 1137 '<(grit_out_dir)', |
1138 ], | 1138 ], |
1139 'sources': [ | 1139 'sources': [ |
1140 'tools/mac_helpers/infoplist_strings_util.mm', | 1140 'tools/mac_helpers/infoplist_strings_util.mm', |
1141 ], | 1141 ], |
1142 }, | 1142 }, |
1143 ], # targets | 1143 ], # targets |
1144 }, { # else: OS != "mac" | 1144 }, { # else: OS != "mac" |
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1634 }], # targets | 1634 }], # targets |
1635 }], # os_posix == 1 and OS != "mac" | 1635 }], # os_posix == 1 and OS != "mac" |
1636 ], # 'conditions' | 1636 ], # 'conditions' |
1637 } | 1637 } |
1638 | 1638 |
1639 # Local Variables: | 1639 # Local Variables: |
1640 # tab-width:2 | 1640 # tab-width:2 |
1641 # indent-tabs-mode:nil | 1641 # indent-tabs-mode:nil |
1642 # End: | 1642 # End: |
1643 # vim: set expandtab tabstop=2 shiftwidth=2: | 1643 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |