| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'test_shell_windows_resource_files': [ | 8 'test_shell_windows_resource_files': [ |
| 9 'resources/test_shell.rc', | 9 'resources/test_shell.rc', |
| 10 'resources/pan_east.cur', | 10 'resources/pan_east.cur', |
| 11 'resources/pan_middle.cur', | 11 'resources/pan_middle.cur', |
| 12 'resources/pan_north.cur', | 12 'resources/pan_north.cur', |
| 13 'resources/pan_north_east.cur', | 13 'resources/pan_north_east.cur', |
| 14 'resources/pan_north_west.cur', | 14 'resources/pan_north_west.cur', |
| 15 'resources/pan_south.cur', | 15 'resources/pan_south.cur', |
| 16 'resources/pan_south_east.cur', | 16 'resources/pan_south_east.cur', |
| 17 'resources/pan_south_west.cur', | 17 'resources/pan_south_west.cur', |
| 18 'resources/pan_west.cur', | 18 'resources/pan_west.cur', |
| 19 'resources/small.ico', | 19 'resources/small.ico', |
| 20 'resources/test_shell.ico', | 20 'resources/test_shell.ico', |
| 21 'resource.h', | 21 'resource.h', |
| 22 ], | 22 ], |
| 23 }, | 23 }, |
| 24 'includes': [ | |
| 25 '../../../build/common.gypi', | |
| 26 ], | |
| 27 'targets': [ | 24 'targets': [ |
| 28 { | 25 { |
| 29 'target_name': 'test_shell_common', | 26 'target_name': 'test_shell_common', |
| 30 'type': '<(library)', | 27 'type': '<(library)', |
| 31 'dependencies': [ | 28 'dependencies': [ |
| 32 '../../../base/base.gyp:base', | 29 '../../../base/base.gyp:base', |
| 33 '../../../base/base.gyp:base_gfx', | 30 '../../../base/base.gyp:base_gfx', |
| 34 '../../../media/media.gyp:media', | 31 '../../../media/media.gyp:media', |
| 35 '../../../net/net.gyp:net', | 32 '../../../net/net.gyp:net', |
| 36 '../../../skia/skia.gyp:skia', | 33 '../../../skia/skia.gyp:skia', |
| (...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 'link_settings': { | 648 'link_settings': { |
| 652 'libraries': [ | 649 'libraries': [ |
| 653 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 650 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 654 ], | 651 ], |
| 655 }, | 652 }, |
| 656 }, | 653 }, |
| 657 ], | 654 ], |
| 658 }], | 655 }], |
| 659 ], | 656 ], |
| 660 } | 657 } |
| OLD | NEW |