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

Unified Diff: components/nacl.gyp

Issue 1145013004: Introduce bad_message.h for chrome and NaCl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove newline Created 5 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: components/nacl.gyp
diff --git a/components/nacl.gyp b/components/nacl.gyp
index 9c8e2b3de15f370f0555fe04fd4230402f002ab3..cc733fdc91c7d4c698f2a7135b0984b6b0124068 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -90,6 +90,8 @@
'target_name': 'nacl_browser',
'type': 'static_library',
'sources': [
+ 'nacl/browser/bad_message.cc',
+ 'nacl/browser/bad_message.h',
'nacl/browser/nacl_broker_host_win.cc',
'nacl/browser/nacl_broker_host_win.h',
'nacl/browser/nacl_broker_service_win.cc',

Powered by Google App Engine
This is Rietveld 408576698