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

Unified Diff: chrome/chrome.gyp

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.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index db90ea1301645b83d28a5ca037d9cb995a3dc947..f7b68789293172a280b8ae5e236a7b2d16ffaa8b 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -168,8 +168,8 @@
'chrome_installer.gypi',
'chrome_renderer.gypi',
'chrome_tests.gypi',
- 'nacl.gypi',
'../apps/apps.gypi',
+ '../components/nacl.gypi',
],
'targets': [
{
@@ -1096,6 +1096,7 @@
'tools/crash_service/crash_service.cc',
'tools/crash_service/crash_service.h',
'tools/crash_service/main.cc',
+ '../components/nacl/common/nacl_switches.cc',
'../content/public/common/content_switches.cc',
],
'defines': [

Powered by Google App Engine
This is Rietveld 408576698