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

Unified Diff: components/nacl/BUILD.gn

Issue 1145013004: Introduce bad_message.h for chrome and NaCl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « components/nacl.gyp ('k') | components/nacl/browser/bad_message.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/BUILD.gn
diff --git a/components/nacl/BUILD.gn b/components/nacl/BUILD.gn
index 5576df14a5d8b3bae3838defd5cc08cb1dd0c50d..31da13def65839774bd81ea681c9bb2e1ab73025 100644
--- a/components/nacl/BUILD.gn
+++ b/components/nacl/BUILD.gn
@@ -56,6 +56,8 @@ if (enable_nacl) {
source_set("nacl_browser") {
sources = [
+ "browser/bad_message.cc",
+ "browser/bad_message.h",
"browser/nacl_broker_host_win.cc",
"browser/nacl_broker_host_win.h",
"browser/nacl_broker_service_win.cc",
« no previous file with comments | « components/nacl.gyp ('k') | components/nacl/browser/bad_message.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698