| Index: content/content_shell.gypi
|
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi
|
| index 3147271fbdb8ca296844d01e131472ce4acc8118..8d06d3987a8d350b24373a8739ab19629cdb758a 100644
|
| --- a/content/content_shell.gypi
|
| +++ b/content/content_shell.gypi
|
| @@ -281,6 +281,11 @@
|
| '../components/components.gyp:breakpad_host',
|
| ],
|
| }],
|
| + ['debug_devtools==1', {
|
| + 'defines': [
|
| + 'DEBUG_DEVTOOLS=1',
|
| + ],
|
| + }],
|
| ['(OS=="linux" or OS=="android") and use_allocator!="none"', {
|
| 'dependencies': [
|
| # This is needed by content/app/content_main_runner.cc
|
|
|