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

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

Issue 2812020: [Mac] Convert the nib file on disk over to a xib format instead.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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/tools/test_shell/mac/English.lproj/MainMenu.nib/keyedobjects.nib ('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) 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
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
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:
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/mac/English.lproj/MainMenu.nib/keyedobjects.nib ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698