| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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: |
| OLD | NEW |