| 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 }], | |
| 166 ], | 163 ], |
| 167 }, | 164 }, |
| 168 { | 165 { |
| 169 'target_name': 'test_shell_pak', | 166 'target_name': 'test_shell_pak', |
| 170 'type': 'none', | 167 'type': 'none', |
| 171 'variables': { | 168 'variables': { |
| 172 'repack_path': '../../../tools/data_pack/repack.py', | 169 'repack_path': '../../../tools/data_pack/repack.py', |
| 173 'pak_path': '<(INTERMEDIATE_DIR)/repack/test_shell.pak', | 170 'pak_path': '<(INTERMEDIATE_DIR)/repack/test_shell.pak', |
| 174 }, | 171 }, |
| 175 'conditions': [ | 172 'conditions': [ |
| (...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 804 ], | 801 ], |
| 805 }], | 802 }], |
| 806 ], | 803 ], |
| 807 } | 804 } |
| 808 | 805 |
| 809 # Local Variables: | 806 # Local Variables: |
| 810 # tab-width:2 | 807 # tab-width:2 |
| 811 # indent-tabs-mode:nil | 808 # indent-tabs-mode:nil |
| 812 # End: | 809 # End: |
| 813 # vim: set expandtab tabstop=2 shiftwidth=2: | 810 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |