OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 ], | 153 ], |
154 }, { # else: OS!=win | 154 }, { # else: OS!=win |
155 'sources/': [ | 155 'sources/': [ |
156 ['exclude', '_webtheme(control|engine)\.(cc|h)$'], | 156 ['exclude', '_webtheme(control|engine)\.(cc|h)$'], |
157 ], | 157 ], |
158 'sources!': [ | 158 'sources!': [ |
159 'drag_delegate.cc', | 159 'drag_delegate.cc', |
160 'drop_delegate.cc', | 160 'drop_delegate.cc', |
161 ], | 161 ], |
162 }], | 162 }], |
| 163 ['"ENABLE_CLIENT_BASED_GEOLOCATION=1" in feature_defines', { |
| 164 'defines': [ 'ENABLE_CLIENT_BASED_GEOLOCATION=1' ] |
| 165 }], |
163 ], | 166 ], |
164 }, | 167 }, |
165 { | 168 { |
166 'target_name': 'test_shell_pak', | 169 'target_name': 'test_shell_pak', |
167 'type': 'none', | 170 'type': 'none', |
168 'variables': { | 171 'variables': { |
169 'repack_path': '../../../tools/data_pack/repack.py', | 172 'repack_path': '../../../tools/data_pack/repack.py', |
170 'pak_path': '<(INTERMEDIATE_DIR)/repack/test_shell.pak', | 173 'pak_path': '<(INTERMEDIATE_DIR)/repack/test_shell.pak', |
171 }, | 174 }, |
172 'conditions': [ | 175 'conditions': [ |
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
801 ], | 804 ], |
802 }], | 805 }], |
803 ], | 806 ], |
804 } | 807 } |
805 | 808 |
806 # Local Variables: | 809 # Local Variables: |
807 # tab-width:2 | 810 # tab-width:2 |
808 # indent-tabs-mode:nil | 811 # indent-tabs-mode:nil |
809 # End: | 812 # End: |
810 # vim: set expandtab tabstop=2 shiftwidth=2: | 813 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |