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

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

Issue 1995013: Make it possible to build DRT in a chromium checkout. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: fix comments Created 10 years, 7 months 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/support/webkit_support_in_chromium.gyp ('k') | webkit/webkit.gyp » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'test_shell_windows_resource_files': [ 7 'test_shell_windows_resource_files': [
8 'resources/test_shell.rc', 8 'resources/test_shell.rc',
9 'resources/pan_east.cur', 9 'resources/pan_east.cur',
10 'resources/pan_middle.cur', 10 'resources/pan_middle.cur',
(...skipping 19 matching lines...) Expand all
30 'dependencies': [ 30 'dependencies': [
31 '<(DEPTH)/app/app.gyp:app_base', 31 '<(DEPTH)/app/app.gyp:app_base',
32 '<(DEPTH)/base/base.gyp:base', 32 '<(DEPTH)/base/base.gyp:base',
33 '<(DEPTH)/base/base.gyp:base_i18n', 33 '<(DEPTH)/base/base.gyp:base_i18n',
34 '<(DEPTH)/media/media.gyp:media', 34 '<(DEPTH)/media/media.gyp:media',
35 '<(DEPTH)/net/net.gyp:net', 35 '<(DEPTH)/net/net.gyp:net',
36 '<(DEPTH)/skia/skia.gyp:skia', 36 '<(DEPTH)/skia/skia.gyp:skia',
37 '<(DEPTH)/testing/gmock.gyp:gmock', 37 '<(DEPTH)/testing/gmock.gyp:gmock',
38 '<(DEPTH)/testing/gtest.gyp:gtest', 38 '<(DEPTH)/testing/gtest.gyp:gtest',
39 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', 39 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
40 '<(DEPTH)/webkit/webkit.gyp:appcache', 40 '<(DEPTH)/webkit/support/webkit_support_in_chromium.gyp:appcache',
41 '<(DEPTH)/webkit/webkit.gyp:database', 41 '<(DEPTH)/webkit/support/webkit_support_in_chromium.gyp:database',
42 '<(DEPTH)/webkit/webkit.gyp:glue', 42 '<(DEPTH)/webkit/support/webkit_support_in_chromium.gyp:glue',
43 '<(DEPTH)/webkit/support/webkit_support_in_chromium.gyp:webkit_resources ',
44 '<(DEPTH)/webkit/support/webkit_support_in_chromium.gyp:webkit_support',
43 '<(DEPTH)/webkit/webkit.gyp:inspector_resources', 45 '<(DEPTH)/webkit/webkit.gyp:inspector_resources',
44 '<(DEPTH)/webkit/webkit.gyp:webkit_resources',
45 '<(DEPTH)/webkit/webkit.gyp:webkit_support',
46 'npapi_layout_test_plugin', 46 'npapi_layout_test_plugin',
47 ], 47 ],
48 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC', 48 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC',
49 'sources': [ 49 'sources': [
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',
54 'mac/webwidget_host.mm', 54 'mac/webwidget_host.mm',
55 'accessibility_controller.cc', 55 'accessibility_controller.cc',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'webview_host_gtk.cc', 108 'webview_host_gtk.cc',
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 '<(DEPTH)/base/base.gyp:base', 115 '<(DEPTH)/base/base.gyp:base',
116 '<(DEPTH)/net/net.gyp:net', 116 '<(DEPTH)/net/net.gyp:net',
117 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', 117 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
118 '<(DEPTH)/webkit/webkit.gyp:glue', 118 '<(DEPTH)/webkit/support/webkit_support_in_chromium.gyp:glue',
119 ], 119 ],
120 'conditions': [ 120 'conditions': [
121 # http://code.google.com/p/chromium/issues/detail?id=18337 121 # http://code.google.com/p/chromium/issues/detail?id=18337
122 ['target_arch!="x64" and target_arch!="arm"', { 122 ['target_arch!="x64" and target_arch!="arm"', {
123 'dependencies': [ 123 'dependencies': [
124 'npapi_test_plugin', 124 'npapi_test_plugin',
125 ], 125 ],
126 }], 126 }],
127 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 127 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
128 'dependencies': [ 128 'dependencies': [
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 { 340 {
341 'destination': '<(PRODUCT_DIR)/TestShell.app/Contents/MacOS/', 341 'destination': '<(PRODUCT_DIR)/TestShell.app/Contents/MacOS/',
342 'files': [ 342 'files': [
343 '<(PRODUCT_DIR)/libffmpegsumo.dylib', 343 '<(PRODUCT_DIR)/libffmpegsumo.dylib',
344 ], 344 ],
345 }, 345 },
346 ], 346 ],
347 }, { # OS != "mac" 347 }, { # OS != "mac"
348 'dependencies': [ 348 'dependencies': [
349 '<(DEPTH)/net/net.gyp:net_resources', 349 '<(DEPTH)/net/net.gyp:net_resources',
350 '<(DEPTH)/webkit/webkit.gyp:webkit_resources', 350 '<(DEPTH)/webkit/support/webkit_support_in_chromium.gyp:webkit_resou rces',
351 '<(DEPTH)/webkit/webkit.gyp:webkit_strings', 351 '<(DEPTH)/webkit/support/webkit_support_in_chromium.gyp:webkit_strin gs',
352 ] 352 ]
353 }], 353 }],
354 ], 354 ],
355 }, 355 },
356 { 356 {
357 'target_name': 'test_shell_tests', 357 'target_name': 'test_shell_tests',
358 'type': 'executable', 358 'type': 'executable',
359 'variables': { 359 'variables': {
360 'chromium_code': 1, 360 'chromium_code': 1,
361 }, 361 },
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 ], 787 ],
788 }], 788 }],
789 ], 789 ],
790 } 790 }
791 791
792 # Local Variables: 792 # Local Variables:
793 # tab-width:2 793 # tab-width:2
794 # indent-tabs-mode:nil 794 # indent-tabs-mode:nil
795 # End: 795 # End:
796 # vim: set expandtab tabstop=2 shiftwidth=2: 796 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/support/webkit_support_in_chromium.gyp ('k') | webkit/webkit.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698