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

Unified Diff: chrome/chrome_renderer.gypi

Issue 21020004: Move nacl.gypi to components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Turn nacl.gypi to nacl.gyp Created 7 years, 5 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 | « chrome/chrome_exe.gypi ('k') | chrome/nacl.gypi » ('j') | chrome/nacl.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_renderer.gypi
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index 5c9caf5337699bc86705b46e073fc01e5b5cdd67..8e2da6ea4c4822ec70eb9bf0ac4a5171f0bc1dcd 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -337,7 +337,7 @@
'conditions': [
['disable_nacl!=1', {
'dependencies': [
- 'nacl',
+ '../components/nacl.gyp:nacl',
],
}],
['enable_plugins==1', {
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/nacl.gypi » ('j') | chrome/nacl.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698