Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Side by Side Diff: webkit/tools/test_shell/test_shell.gyp

Issue 387020: Upstreaming WebKit.gyp (Closed)
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webkit/tools/test_shell/test_shell.cc ('k') | webkit/tools/test_shell/test_shell_gtk.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 18 matching lines...) Expand all
29 '../../../app/app.gyp:app_base', 29 '../../../app/app.gyp:app_base',
30 '../../../base/base.gyp:base', 30 '../../../base/base.gyp:base',
31 '../../../base/base.gyp:base_i18n', 31 '../../../base/base.gyp:base_i18n',
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 '../../../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
40 '../../webkit.gyp:database', 40 '../../webkit_glue.gyp:appcache',
41 '../../webkit.gyp:glue', 41 '../../webkit_glue.gyp:database',
42 '../../api/WebKit.gyp:webkit', 42 '../../webkit_glue.gyp:glue',
43 '../../webkit.gyp:inspector_resources', 43 '../../webkit_glue.gyp:inspector_resources',
44 'npapi_layout_test_plugin', 44 'npapi_layout_test_plugin',
45 ], 45 ],
46 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC', 46 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC',
47 'sources': [ 47 'sources': [
48 'mac/DumpRenderTreePasteboard.h', 48 'mac/DumpRenderTreePasteboard.h',
49 'mac/DumpRenderTreePasteboard.m', 49 'mac/DumpRenderTreePasteboard.m',
50 'mac/test_shell_webview.h', 50 'mac/test_shell_webview.h',
51 'mac/test_shell_webview.mm', 51 'mac/test_shell_webview.mm',
52 'mac/test_webview_delegate.mm', 52 'mac/test_webview_delegate.mm',
53 'mac/webview_host.mm', 53 'mac/webview_host.mm',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'webview_host_gtk.cc', 111 'webview_host_gtk.cc',
112 'webview_host_win.cc', 112 'webview_host_win.cc',
113 'webwidget_host.h', 113 'webwidget_host.h',
114 'webwidget_host_gtk.cc', 114 'webwidget_host_gtk.cc',
115 'webwidget_host_win.cc', 115 'webwidget_host_win.cc',
116 ], 116 ],
117 'export_dependent_settings': [ 117 'export_dependent_settings': [
118 '../../../base/base.gyp:base', 118 '../../../base/base.gyp:base',
119 '../../../net/net.gyp:net', 119 '../../../net/net.gyp:net',
120 '../../../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', 120 '../../../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore',
121 '../../webkit.gyp:glue', 121 '../../../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
122 '../../api/WebKit.gyp:webkit', 122 '../../webkit_glue.gyp:glue',
123 ], 123 ],
124 'conditions': [ 124 'conditions': [
125 # http://code.google.com/p/chromium/issues/detail?id=18337 125 # http://code.google.com/p/chromium/issues/detail?id=18337
126 ['target_arch!="x64"', { 126 ['target_arch!="x64"', {
127 'dependencies': [ 127 'dependencies': [
128 'npapi_test_plugin', 128 'npapi_test_plugin',
129 ], 129 ],
130 }], 130 }],
131 ['OS=="linux"', { 131 ['OS=="linux"', {
132 'dependencies': [ 132 'dependencies': [
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 { 337 {
338 'destination': '<(PRODUCT_DIR)/TestShell.app/Contents/MacOS/', 338 'destination': '<(PRODUCT_DIR)/TestShell.app/Contents/MacOS/',
339 'files': [ 339 'files': [
340 '<(PRODUCT_DIR)/libffmpegsumo.dylib', 340 '<(PRODUCT_DIR)/libffmpegsumo.dylib',
341 ], 341 ],
342 }, 342 },
343 ], 343 ],
344 }, { # OS != "mac" 344 }, { # OS != "mac"
345 'dependencies': [ 345 'dependencies': [
346 '../../../net/net.gyp:net_resources', 346 '../../../net/net.gyp:net_resources',
347 '../../webkit.gyp:webkit_resources', 347 '../../webkit_glue.gyp:webkit_resources',
348 '../../webkit.gyp:webkit_strings', 348 '../../webkit_glue.gyp:webkit_strings',
349 ] 349 ]
350 }], 350 }],
351 ], 351 ],
352 }, 352 },
353 { 353 {
354 'target_name': 'test_shell_tests', 354 'target_name': 'test_shell_tests',
355 'type': 'executable', 355 'type': 'executable',
356 'msvs_guid': 'E6766F81-1FCD-4CD7-BC16-E36964A14867', 356 'msvs_guid': 'E6766F81-1FCD-4CD7-BC16-E36964A14867',
357 'dependencies': [ 357 'dependencies': [
358 'test_shell_common', 358 'test_shell_common',
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 ], 704 ],
705 }], 705 }],
706 ], 706 ],
707 } 707 }
708 708
709 # Local Variables: 709 # Local Variables:
710 # tab-width:2 710 # tab-width:2
711 # indent-tabs-mode:nil 711 # indent-tabs-mode:nil
712 # End: 712 # End:
713 # vim: set expandtab tabstop=2 shiftwidth=2: 713 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_shell.cc ('k') | webkit/tools/test_shell/test_shell_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698