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

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

Issue 6688007: Normalize the top-level ui/ module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chmod gfx_unittests Created 9 years, 9 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
« ui/ui_gfx.gypi ('K') | « webkit/support/webkit_support.gypi ('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) 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 { 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 '../../glue/resources/pan_east.cur', 9 '../../glue/resources/pan_east.cur',
10 '../../glue/resources/pan_middle.cur', 10 '../../glue/resources/pan_middle.cur',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 # ffmpeg.gyp so they don't diverge. (BUG=23602) 316 # ffmpeg.gyp so they don't diverge. (BUG=23602)
317 { 317 {
318 'destination': '<(PRODUCT_DIR)/TestShell.app/Contents/MacOS/', 318 'destination': '<(PRODUCT_DIR)/TestShell.app/Contents/MacOS/',
319 'files': [ 319 'files': [
320 '<(PRODUCT_DIR)/libffmpegsumo.dylib', 320 '<(PRODUCT_DIR)/libffmpegsumo.dylib',
321 ], 321 ],
322 }, 322 },
323 ], 323 ],
324 }, { # OS != "mac" 324 }, { # OS != "mac"
325 'dependencies': [ 325 'dependencies': [
326 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_resources', 326 '<(DEPTH)/ui/ui.gyp:gfx_resources',
327 '<(DEPTH)/net/net.gyp:net_resources', 327 '<(DEPTH)/net/net.gyp:net_resources',
328 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', 328 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources',
329 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings', 329 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings',
330 ] 330 ]
331 }], 331 }],
332 ], 332 ],
333 }, 333 },
334 { 334 {
335 'target_name': 'test_shell_tests', 335 'target_name': 'test_shell_tests',
336 'type': 'executable', 336 'type': 'executable',
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 ], 733 ],
734 }], 734 }],
735 ], 735 ],
736 } 736 }
737 737
738 # Local Variables: 738 # Local Variables:
739 # tab-width:2 739 # tab-width:2
740 # indent-tabs-mode:nil 740 # indent-tabs-mode:nil
741 # End: 741 # End:
742 # vim: set expandtab tabstop=2 shiftwidth=2: 742 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« ui/ui_gfx.gypi ('K') | « webkit/support/webkit_support.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698