| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index e27baa88c17857c34c158903d64a9cd9de7a7158..e49f3cf398a406f12cb4b9432dcf9d65a66216ef 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -614,6 +614,7 @@
|
| '../content/common/sandbox_win.cc',
|
| '../content/public/common/content_switches.cc',
|
| '../content/public/common/sandboxed_process_launcher_delegate.cc',
|
| + '../ui/gfx/switches.cc',
|
| '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc',
|
| ],
|
| 'dependencies': [
|
| @@ -635,6 +636,7 @@
|
| 'defines': [
|
| '<@(nacl_win64_defines)',
|
| 'COMPILE_CONTENT_STATICALLY',
|
| + 'COMPILE_GFX_STATICALLY',
|
| ],
|
| 'include_dirs': [
|
| '<(SHARED_INTERMEDIATE_DIR)/chrome',
|
|
|