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

Unified Diff: chrome/chrome_renderer.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_renderer.gypi
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index 070ea5fb86cd338c37c0d57e118a5cf0b57f251a..09d72c344ceb9751e66e331cdf865ac076333daf 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -331,6 +331,9 @@
'dependencies': [
'nacl',
],
+ 'sources': [
+ 'common/nacl_delegate.cc',
jam 2013/06/17 20:10:43 this linker error is a symptom of the way you did
yael.aharon1 2013/06/19 20:38:52 In the patch I just uploaded, there is no delegate
+ ],
}],
['enable_plugins==1', {
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698