| 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', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 '../../../base/base.gyp:base_gfx', | 30 '../../../base/base.gyp:base_gfx', |
| 31 '../../../media/media.gyp:media', | 31 '../../../media/media.gyp:media', |
| 32 '../../../net/net.gyp:net', | 32 '../../../net/net.gyp:net', |
| 33 '../../../skia/skia.gyp:skia', | 33 '../../../skia/skia.gyp:skia', |
| 34 '../../../testing/gmock.gyp:gmock', | 34 '../../../testing/gmock.gyp:gmock', |
| 35 '../../../testing/gtest.gyp:gtest', | 35 '../../../testing/gtest.gyp:gtest', |
| 36 '../../../third_party/npapi/npapi.gyp:npapi', | 36 '../../../third_party/npapi/npapi.gyp:npapi', |
| 37 '../../webkit.gyp:appcache', | 37 '../../webkit.gyp:appcache', |
| 38 '../../webkit.gyp:glue', | 38 '../../webkit.gyp:glue', |
| 39 '../../webkit.gyp:webkit', | 39 '../../webkit.gyp:webkit', |
| 40 '../../webkit.gyp:webkit_resources', |
| 40 '../../webkit.gyp:inspector_resources', | 41 '../../webkit.gyp:inspector_resources', |
| 41 ], | 42 ], |
| 42 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC', | 43 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC', |
| 43 'sources': [ | 44 'sources': [ |
| 44 'mac/DumpRenderTreePasteboard.h', | 45 'mac/DumpRenderTreePasteboard.h', |
| 45 'mac/DumpRenderTreePasteboard.m', | 46 'mac/DumpRenderTreePasteboard.m', |
| 46 'mac/test_shell_webview.h', | 47 'mac/test_shell_webview.h', |
| 47 'mac/test_shell_webview.mm', | 48 'mac/test_shell_webview.mm', |
| 48 'mac/test_webview_delegate.mm', | 49 'mac/test_webview_delegate.mm', |
| 49 'mac/webview_host.mm', | 50 'mac/webview_host.mm', |
| (...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 654 'link_settings': { | 655 'link_settings': { |
| 655 'libraries': [ | 656 'libraries': [ |
| 656 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 657 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 657 ], | 658 ], |
| 658 }, | 659 }, |
| 659 }, | 660 }, |
| 660 ], | 661 ], |
| 661 }], | 662 }], |
| 662 ], | 663 ], |
| 663 } | 664 } |
| OLD | NEW |