| 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 'targets': [ | 24 'targets': [ |
| 25 { | 25 { |
| 26 'target_name': 'test_shell_common', | 26 'target_name': 'test_shell_common', |
| 27 'type': '<(library)', | 27 'type': '<(library)', |
| 28 'dependencies': [ | 28 'dependencies': [ |
| 29 '../../../app/app.gyp:app_base', |
| 29 '../../../base/base.gyp:base', | 30 '../../../base/base.gyp:base', |
| 30 '../../../base/base.gyp:base_gfx', | 31 '../../../base/base.gyp:base_gfx', |
| 31 '../../../media/media.gyp:media', | 32 '../../../media/media.gyp:media', |
| 32 '../../../net/net.gyp:net', | 33 '../../../net/net.gyp:net', |
| 33 '../../../skia/skia.gyp:skia', | 34 '../../../skia/skia.gyp:skia', |
| 34 '../../../testing/gmock.gyp:gmock', | 35 '../../../testing/gmock.gyp:gmock', |
| 35 '../../../testing/gtest.gyp:gtest', | 36 '../../../testing/gtest.gyp:gtest', |
| 36 '../../../third_party/npapi/npapi.gyp:npapi', | 37 '../../../third_party/npapi/npapi.gyp:npapi', |
| 37 '../../webkit.gyp:appcache', | 38 '../../webkit.gyp:appcache', |
| 38 '../../webkit.gyp:database', | 39 '../../webkit.gyp:database', |
| (...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 663 'link_settings': { | 664 'link_settings': { |
| 664 'libraries': [ | 665 'libraries': [ |
| 665 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 666 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 666 ], | 667 ], |
| 667 }, | 668 }, |
| 668 }, | 669 }, |
| 669 ], | 670 ], |
| 670 }], | 671 }], |
| 671 ], | 672 ], |
| 672 } | 673 } |
| OLD | NEW |