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

Unified Diff: src/trusted/plugin/plugin.gyp

Issue 565002: Add a missing dependency for the Chrome version of the plugin (Closed) Base URL: http://nativeclient.googlecode.com/svn/trunk/src/native_client/
Patch Set: Created 10 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/plugin/plugin.gyp
===================================================================
--- src/trusted/plugin/plugin.gyp (revision 1441)
+++ src/trusted/plugin/plugin.gyp (working copy)
@@ -145,9 +145,10 @@
'target_name': 'npGoogleNaClPluginChrome',
'type': 'static_library',
'dependencies': [
- '<(DEPTH)/native_client/src/trusted/nonnacl_util/nonnacl_util.gyp:nonnacl_util_chrome',
'<(DEPTH)/native_client/src/shared/npruntime/npruntime.gyp:google_nacl_npruntime',
'<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform',
+ '<(DEPTH)/native_client/src/trusted/nonnacl_util/nonnacl_util.gyp:nonnacl_util_chrome',
+ '<(DEPTH)/native_client/src/trusted/service_runtime/service_runtime.gyp:expiration',
'<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
],
'sources': [
« 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