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

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

Issue 343070: Conditionally added pepper_test_plugin.gyp as all.gyp dependency based on whe... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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 | Annotate | Revision Log
« no previous file with comments | « webkit/tools/pepper_test_plugin/README ('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 1
2 { 2 {
3 'targets': [ 3 'targets': [
4 { 4 {
5 'target_name': 'pepper_test_plugin', 5 'target_name': 'pepper_test_plugin',
6 'type': 'shared_library', 6 'type': 'shared_library',
7 'dependencies': [ 7 'dependencies': [
8 '../../../base/base.gyp:base', 8 '../../../base/base.gyp:base',
9 '../../../skia/skia.gyp:skia', 9 '../../../skia/skia.gyp:skia',
10 '../../../third_party/npapi/npapi.gyp:npapi', 10 '../../../third_party/npapi/npapi.gyp:npapi',
(...skipping 14 matching lines...) Expand all
25 ], 25 ],
26 }] 26 }]
27 ], 27 ],
28 'sources': [ 28 'sources': [
29 'main.cc', 29 'main.cc',
30 'plugin_object.cc', 30 'plugin_object.cc',
31 'plugin_object.h', 31 'plugin_object.h',
32 'test_object.cc', 32 'test_object.cc',
33 'test_object.h', 33 'test_object.h',
34 ], 34 ],
35 'run_as': {
36 'working_directory': '.',
37 'action': [
38 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)chrome<(EXECUTABLE_SUFFIX)',
39 '--no-sandbox',
40 '--load-plugin=$(TargetPath)',
41 'test_page.html',
42 ],
43 },
35 } 44 }
36 ], 45 ],
37 } 46 }
OLDNEW
« no previous file with comments | « webkit/tools/pepper_test_plugin/README ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698