| 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 20 matching lines...) Expand all Loading... |
| 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:database', | 38 '../../webkit.gyp:database', |
| 39 '../../webkit.gyp:glue', | 39 '../../webkit.gyp:glue', |
| 40 '../../webkit.gyp:webkit', | 40 '../../webkit.gyp:webkit', |
| 41 '../../webkit.gyp:webkit_resources', | |
| 42 '../../webkit.gyp:inspector_resources', | 41 '../../webkit.gyp:inspector_resources', |
| 43 ], | 42 ], |
| 44 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC', | 43 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC', |
| 45 'sources': [ | 44 'sources': [ |
| 46 'mac/DumpRenderTreePasteboard.h', | 45 'mac/DumpRenderTreePasteboard.h', |
| 47 'mac/DumpRenderTreePasteboard.m', | 46 'mac/DumpRenderTreePasteboard.m', |
| 48 'mac/test_shell_webview.h', | 47 'mac/test_shell_webview.h', |
| 49 'mac/test_shell_webview.mm', | 48 'mac/test_shell_webview.mm', |
| 50 'mac/test_webview_delegate.mm', | 49 'mac/test_webview_delegate.mm', |
| 51 'mac/webview_host.mm', | 50 'mac/webview_host.mm', |
| (...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 658 'link_settings': { | 657 'link_settings': { |
| 659 'libraries': [ | 658 'libraries': [ |
| 660 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 659 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 661 ], | 660 ], |
| 662 }, | 661 }, |
| 663 }, | 662 }, |
| 664 ], | 663 ], |
| 665 }], | 664 }], |
| 666 ], | 665 ], |
| 667 } | 666 } |
| OLD | NEW |