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

Unified Diff: ppapi/native_client/src/trusted/plugin/plugin.gypi

Issue 15697019: Parametrize names of llc and ld nexes by reading them from the resource info JSON file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes for Jan's review comments Created 7 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 side-by-side diff with in-line comments
Download patch
Index: ppapi/native_client/src/trusted/plugin/plugin.gypi
diff --git a/ppapi/native_client/src/trusted/plugin/plugin.gypi b/ppapi/native_client/src/trusted/plugin/plugin.gypi
index 4532f2f9e9321cdddf9effcc5064555b00b158f4..756ebce10b3674767ab7ccd1b6e8590c2d5573bb 100644
--- a/ppapi/native_client/src/trusted/plugin/plugin.gypi
+++ b/ppapi/native_client/src/trusted/plugin/plugin.gypi
@@ -7,6 +7,7 @@
'chromium_code': 1, # Use higher warning level.
'common_sources': [
'file_downloader.cc',
+ 'file_utils.cc',
'json_manifest.cc',
'local_temp_file.cc',
'module_ppapi.cc',

Powered by Google App Engine
This is Rietveld 408576698