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

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

Issue 7146001: Remove msvs_guids from third_party, webkit, tools and views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp ('k') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 '../../glue/resources/pan_east.cur', 9 '../../glue/resources/pan_east.cur',
10 '../../glue/resources/pan_middle.cur', 10 '../../glue/resources/pan_middle.cur',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 '<(DEPTH)/webkit/support/webkit_support.gyp:appcache', 42 '<(DEPTH)/webkit/support/webkit_support.gyp:appcache',
43 '<(DEPTH)/webkit/support/webkit_support.gyp:blob', 43 '<(DEPTH)/webkit/support/webkit_support.gyp:blob',
44 '<(DEPTH)/webkit/support/webkit_support.gyp:database', 44 '<(DEPTH)/webkit/support/webkit_support.gyp:database',
45 '<(DEPTH)/webkit/support/webkit_support.gyp:fileapi', 45 '<(DEPTH)/webkit/support/webkit_support.gyp:fileapi',
46 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', 46 '<(DEPTH)/webkit/support/webkit_support.gyp:glue',
47 '<(DEPTH)/webkit/support/webkit_support.gyp:quota', 47 '<(DEPTH)/webkit/support/webkit_support.gyp:quota',
48 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_gpu', 48 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_gpu',
49 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', 49 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources',
50 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support_common', 50 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support_common',
51 ], 51 ],
52 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC',
53 'sources': [ 52 'sources': [
54 'mac/test_shell_webview.h', 53 'mac/test_shell_webview.h',
55 'mac/test_shell_webview.mm', 54 'mac/test_shell_webview.mm',
56 'mac/test_webview_delegate.mm', 55 'mac/test_webview_delegate.mm',
57 'mac/webview_host.mm', 56 'mac/webview_host.mm',
58 'mac/webwidget_host.mm', 57 'mac/webwidget_host.mm',
59 'accessibility_ui_element.cc', 58 'accessibility_ui_element.cc',
60 'accessibility_ui_element.h', 59 'accessibility_ui_element.h',
61 'drop_delegate.cc', 60 'drop_delegate.cc',
62 'drop_delegate.h', 61 'drop_delegate.h',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 }], 193 }],
195 ], 194 ],
196 }, 195 },
197 { 196 {
198 'target_name': 'test_shell', 197 'target_name': 'test_shell',
199 'type': 'executable', 198 'type': 'executable',
200 'variables': { 199 'variables': {
201 'chromium_code': 1, 200 'chromium_code': 1,
202 }, 201 },
203 'mac_bundle': 1, 202 'mac_bundle': 1,
204 'msvs_guid': 'FA39524D-3067-4141-888D-28A86C66F2B9',
205 'dependencies': [ 203 'dependencies': [
206 'test_shell_common', 204 'test_shell_common',
207 '<(DEPTH)/net/net.gyp:net_test_support', 205 '<(DEPTH)/net/net.gyp:net_test_support',
208 '<(DEPTH)/skia/skia.gyp:skia', 206 '<(DEPTH)/skia/skia.gyp:skia',
209 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 207 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
210 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_Test NetscapePlugIn', 208 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_Test NetscapePlugIn',
211 '<(DEPTH)/tools/imagediff/image_diff.gyp:image_diff', 209 '<(DEPTH)/tools/imagediff/image_diff.gyp:image_diff',
212 ], 210 ],
213 'defines': [ 211 'defines': [
214 # Technically not a unit test but require functions available only to 212 # Technically not a unit test but require functions available only to
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 ] 329 ]
332 }], 330 }],
333 ], 331 ],
334 }, 332 },
335 { 333 {
336 'target_name': 'test_shell_tests', 334 'target_name': 'test_shell_tests',
337 'type': 'executable', 335 'type': 'executable',
338 'variables': { 336 'variables': {
339 'chromium_code': 1, 337 'chromium_code': 1,
340 }, 338 },
341 'msvs_guid': 'E6766F81-1FCD-4CD7-BC16-E36964A14867',
342 #TODO(dmichael): Remove this #define once all plugins are ported from 339 #TODO(dmichael): Remove this #define once all plugins are ported from
343 # PPP_Instance and PPB_Instance scripting functions. 340 # PPP_Instance and PPB_Instance scripting functions.
344 'defines': [ 341 'defines': [
345 'PPAPI_INSTANCE_REMOVE_SCRIPTING', 342 'PPAPI_INSTANCE_REMOVE_SCRIPTING',
346 ], 343 ],
347 'dependencies': [ 344 'dependencies': [
348 'test_shell_common', 345 'test_shell_common',
349 '<(DEPTH)/base/base.gyp:test_support_base', 346 '<(DEPTH)/base/base.gyp:test_support_base',
350 '<(DEPTH)/media/media.gyp:media_test_support', 347 '<(DEPTH)/media/media.gyp:media_test_support',
351 '<(DEPTH)/net/net.gyp:net', 348 '<(DEPTH)/net/net.gyp:net',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 '<(DEPTH)/base/base.gyp:base', 551 '<(DEPTH)/base/base.gyp:base',
555 ], 552 ],
556 }, 553 },
557 { 554 {
558 'target_name': 'npapi_test_plugin', 555 'target_name': 'npapi_test_plugin',
559 'type': 'loadable_module', 556 'type': 'loadable_module',
560 'variables': { 557 'variables': {
561 'chromium_code': 1, 558 'chromium_code': 1,
562 }, 559 },
563 'mac_bundle': 1, 560 'mac_bundle': 1,
564 'msvs_guid': '0D04AEC1-6B68-492C-BCCF-808DFD69ABC6',
565 'dependencies': [ 561 'dependencies': [
566 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 562 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
567 'npapi_test_common', 563 'npapi_test_common',
568 ], 564 ],
569 'sources': [ 565 'sources': [
570 '../../plugins/npapi/test/npapi_test.cc', 566 '../../plugins/npapi/test/npapi_test.cc',
571 '../../plugins/npapi/test/npapi_test.def', 567 '../../plugins/npapi/test/npapi_test.def',
572 '../../plugins/npapi/test/npapi_test.rc', 568 '../../plugins/npapi/test/npapi_test.rc',
573 '../../plugins/npapi/test/plugin_arguments_test.cc', 569 '../../plugins/npapi/test/plugin_arguments_test.cc',
574 '../../plugins/npapi/test/plugin_arguments_test.h', 570 '../../plugins/npapi/test/plugin_arguments_test.h',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 ], 757 ],
762 }], 758 }],
763 ], 759 ],
764 } 760 }
765 761
766 # Local Variables: 762 # Local Variables:
767 # tab-width:2 763 # tab-width:2
768 # indent-tabs-mode:nil 764 # indent-tabs-mode:nil
769 # End: 765 # End:
770 # vim: set expandtab tabstop=2 shiftwidth=2: 766 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698