| 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 21 matching lines...) Expand all Loading... |
| 32 '../../../media/media.gyp:media', | 32 '../../../media/media.gyp:media', |
| 33 '../../../net/net.gyp:net', | 33 '../../../net/net.gyp:net', |
| 34 '../../../skia/skia.gyp:skia', | 34 '../../../skia/skia.gyp:skia', |
| 35 '../../../testing/gmock.gyp:gmock', | 35 '../../../testing/gmock.gyp:gmock', |
| 36 '../../../testing/gtest.gyp:gtest', | 36 '../../../testing/gtest.gyp:gtest', |
| 37 '../../../third_party/npapi/npapi.gyp:npapi', | 37 '../../../third_party/npapi/npapi.gyp:npapi', |
| 38 '../../../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', | 38 '../../../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', |
| 39 '../../webkit.gyp:appcache', | 39 '../../webkit.gyp:appcache', |
| 40 '../../webkit.gyp:database', | 40 '../../webkit.gyp:database', |
| 41 '../../webkit.gyp:glue', | 41 '../../webkit.gyp:glue', |
| 42 '../../webkit.gyp:webkit', | 42 '../../api/WebKitAPI.gyp:webkit_api', |
| 43 '../../webkit.gyp:inspector_resources', | 43 '../../webkit.gyp:inspector_resources', |
| 44 ], | 44 ], |
| 45 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC', | 45 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC', |
| 46 'sources': [ | 46 'sources': [ |
| 47 'mac/DumpRenderTreePasteboard.h', | 47 'mac/DumpRenderTreePasteboard.h', |
| 48 'mac/DumpRenderTreePasteboard.m', | 48 'mac/DumpRenderTreePasteboard.m', |
| 49 'mac/test_shell_webview.h', | 49 'mac/test_shell_webview.h', |
| 50 'mac/test_shell_webview.mm', | 50 'mac/test_shell_webview.mm', |
| 51 'mac/test_webview_delegate.mm', | 51 'mac/test_webview_delegate.mm', |
| 52 'mac/webview_host.mm', | 52 'mac/webview_host.mm', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 'webview_host_win.cc', | 109 'webview_host_win.cc', |
| 110 'webwidget_host.h', | 110 'webwidget_host.h', |
| 111 'webwidget_host_gtk.cc', | 111 'webwidget_host_gtk.cc', |
| 112 'webwidget_host_win.cc', | 112 'webwidget_host_win.cc', |
| 113 ], | 113 ], |
| 114 'export_dependent_settings': [ | 114 'export_dependent_settings': [ |
| 115 '../../../base/base.gyp:base', | 115 '../../../base/base.gyp:base', |
| 116 '../../../net/net.gyp:net', | 116 '../../../net/net.gyp:net', |
| 117 '../../../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', | 117 '../../../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', |
| 118 '../../webkit.gyp:glue', | 118 '../../webkit.gyp:glue', |
| 119 '../../webkit.gyp:webkit', | 119 '../../api/WebKitAPI.gyp:webkit_api', |
| 120 ], | 120 ], |
| 121 'conditions': [ | 121 'conditions': [ |
| 122 # http://code.google.com/p/chromium/issues/detail?id=18337 | 122 # http://code.google.com/p/chromium/issues/detail?id=18337 |
| 123 ['target_arch!="x64"', { | 123 ['target_arch!="x64"', { |
| 124 'dependencies': [ | 124 'dependencies': [ |
| 125 'npapi_layout_test_plugin', | 125 'npapi_layout_test_plugin', |
| 126 'npapi_test_plugin', | 126 'npapi_test_plugin', |
| 127 ], | 127 ], |
| 128 }], | 128 }], |
| 129 ['OS=="linux"', { | 129 ['OS=="linux"', { |
| (...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 695 ], | 695 ], |
| 696 }], | 696 }], |
| 697 ], | 697 ], |
| 698 } | 698 } |
| 699 | 699 |
| 700 # Local Variables: | 700 # Local Variables: |
| 701 # tab-width:2 | 701 # tab-width:2 |
| 702 # indent-tabs-mode:nil | 702 # indent-tabs-mode:nil |
| 703 # End: | 703 # End: |
| 704 # vim: set expandtab tabstop=2 shiftwidth=2: | 704 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |