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

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

Issue 150085: plugins: don't copy into product_dir/plugins (Closed)
Patch Set: retry Created 11 years, 5 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 | « no previous file | 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) 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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 '../../webkit.gyp:webkit_resources', 282 '../../webkit.gyp:webkit_resources',
283 '../../webkit.gyp:webkit_strings', 283 '../../webkit.gyp:webkit_strings',
284 ] 284 ]
285 }], 285 }],
286 ], 286 ],
287 }, 287 },
288 { 288 {
289 'target_name': 'npapi_layout_test_plugin', 289 'target_name': 'npapi_layout_test_plugin',
290 'type': 'loadable_module', 290 'type': 'loadable_module',
291 'mac_bundle': 1, 291 'mac_bundle': 1,
292 'product_dir': '<(PRODUCT_DIR)/plugins',
293 'msvs_guid': 'BE6D5659-A8D5-4890-A42C-090DD10EF62C', 292 'msvs_guid': 'BE6D5659-A8D5-4890-A42C-090DD10EF62C',
294 'sources': [ 293 'sources': [
295 '../npapi_layout_test_plugin/PluginObject.cpp', 294 '../npapi_layout_test_plugin/PluginObject.cpp',
296 '../npapi_layout_test_plugin/TestObject.cpp', 295 '../npapi_layout_test_plugin/TestObject.cpp',
297 '../npapi_layout_test_plugin/main.cpp', 296 '../npapi_layout_test_plugin/main.cpp',
298 '../npapi_layout_test_plugin/npapi_layout_test_plugin.def', 297 '../npapi_layout_test_plugin/npapi_layout_test_plugin.def',
299 '../npapi_layout_test_plugin/npapi_layout_test_plugin.rc', 298 '../npapi_layout_test_plugin/npapi_layout_test_plugin.rc',
300 ], 299 ],
301 'include_dirs': [ 300 'include_dirs': [
302 '../../..', 301 '../../..',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', 344 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
346 ], 345 ],
347 }, 346 },
348 }], 347 }],
349 ], 348 ],
350 }, 349 },
351 { 350 {
352 'target_name': 'npapi_test_plugin', 351 'target_name': 'npapi_test_plugin',
353 'type': 'loadable_module', 352 'type': 'loadable_module',
354 'mac_bundle': 1, 353 'mac_bundle': 1,
355 'product_dir': '<(PRODUCT_DIR)/plugins',
356 'msvs_guid': '0D04AEC1-6B68-492C-BCCF-808DFD69ABC6', 354 'msvs_guid': '0D04AEC1-6B68-492C-BCCF-808DFD69ABC6',
357 'dependencies': [ 355 'dependencies': [
358 '../../../base/base.gyp:base', 356 '../../../base/base.gyp:base',
359 '../../../third_party/icu38/icu38.gyp:icuuc', 357 '../../../third_party/icu38/icu38.gyp:icuuc',
360 '../../../third_party/npapi/npapi.gyp:npapi', 358 '../../../third_party/npapi/npapi.gyp:npapi',
361 ], 359 ],
362 'sources': [ 360 'sources': [
363 '../../glue/plugins/test/npapi_constants.cc', 361 '../../glue/plugins/test/npapi_constants.cc',
364 '../../glue/plugins/test/npapi_constants.h', 362 '../../glue/plugins/test/npapi_constants.h',
365 '../../glue/plugins/test/npapi_test.cc', 363 '../../glue/plugins/test/npapi_test.cc',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 'link_settings': { 624 'link_settings': {
627 'libraries': [ 625 'libraries': [
628 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 626 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
629 ], 627 ],
630 }, 628 },
631 }, 629 },
632 ] 630 ]
633 }], 631 }],
634 ], 632 ],
635 } 633 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698