| 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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 # Technically not a unit test but require functions available only to | 244 # Technically not a unit test but require functions available only to |
| 245 # unit tests. | 245 # unit tests. |
| 246 'UNIT_TEST' | 246 'UNIT_TEST' |
| 247 ], | 247 ], |
| 248 'sources': [ | 248 'sources': [ |
| 249 'test_shell_main.cc', | 249 'test_shell_main.cc', |
| 250 ], | 250 ], |
| 251 'mac_bundle_resources': [ | 251 'mac_bundle_resources': [ |
| 252 '../../data/test_shell/', | 252 '../../data/test_shell/', |
| 253 'mac/English.lproj/InfoPlist.strings', | 253 'mac/English.lproj/InfoPlist.strings', |
| 254 'mac/English.lproj/MainMenu.nib', | 254 'mac/English.lproj/MainMenu.xib', |
| 255 'mac/Info.plist', | 255 'mac/Info.plist', |
| 256 'mac/test_shell.icns', | 256 'mac/test_shell.icns', |
| 257 'resources/AHEM____.TTF', | 257 'resources/AHEM____.TTF', |
| 258 ], | 258 ], |
| 259 'mac_bundle_resources!': [ | 259 'mac_bundle_resources!': [ |
| 260 # TODO(mark): Come up with a fancier way to do this (mac_info_plist?) | 260 # TODO(mark): Come up with a fancier way to do this (mac_info_plist?) |
| 261 # that automatically sets the correct INFOPLIST_FILE setting and adds | 261 # that automatically sets the correct INFOPLIST_FILE setting and adds |
| 262 # the file to a source group. | 262 # the file to a source group. |
| 263 'mac/Info.plist', | 263 'mac/Info.plist', |
| 264 ], | 264 ], |
| (...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 710 ], | 710 ], |
| 711 }], | 711 }], |
| 712 ], | 712 ], |
| 713 } | 713 } |
| 714 | 714 |
| 715 # Local Variables: | 715 # Local Variables: |
| 716 # tab-width:2 | 716 # tab-width:2 |
| 717 # indent-tabs-mode:nil | 717 # indent-tabs-mode:nil |
| 718 # End: | 718 # End: |
| 719 # vim: set expandtab tabstop=2 shiftwidth=2: | 719 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |