| 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': [
|
|
|