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

Unified Diff: chrome/chrome_exe.gypi

Issue 16881004: Move chrome/nacl to components/nacl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Windows build fix Created 7 years, 6 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: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 42537ec5308deac0289f9bd63ef74d89f8314a76..8a4da8d204decd89f46a9ad4fe0743fc2a8f1496 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -550,7 +550,8 @@
'app/breakpad_win.cc',
'app/hard_error_handler_win.cc',
'common/crash_keys.cc',
- 'nacl/nacl_exe_win_64.cc',
+ 'common/nacl_delegate.cc',
+ '../components/nacl/broker/nacl_exe_win_64.cc',
'../content/app/startup_helper_win.cc',
'../content/common/sandbox_init_win.cc',
'../content/common/sandbox_win.cc',

Powered by Google App Engine
This is Rietveld 408576698