Chromium Code Reviews| Index: chrome/chrome_dll.gypi |
| diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi |
| index bc3baf5b89fbeeacbb4caa4c9c75862a08cebd63..c84794e2e9a1342decb46a4b8a47052d5df92b9e 100644 |
| --- a/chrome/chrome_dll.gypi |
| +++ b/chrome/chrome_dll.gypi |
| @@ -123,6 +123,8 @@ |
| 'app/chrome_main.cc', |
| 'app/chrome_main_delegate.cc', |
| 'app/chrome_main_delegate.h', |
| + 'app/close_handle_hook_win.cc', |
|
sky
2014/08/25 19:58:49
I think you should create a 'sources' section that
rvargas (doing something else)
2014/08/25 21:25:48
Done. Do you want me to add *.rc to the common sou
sky
2014/08/25 22:49:06
If we do that for other rc files, yes.
|
| + 'app/close_handle_hook_win.h', |
| 'app/delay_load_hook_win.cc', |
| 'app/delay_load_hook_win.h', |
| @@ -350,6 +352,8 @@ |
| 'app/chrome_main.cc', |
| 'app/chrome_main_delegate.cc', |
| 'app/chrome_main_delegate.h', |
| + 'app/close_handle_hook_win.cc', |
| + 'app/close_handle_hook_win.h', |
| ], |
| 'conditions': [ |
| ['OS=="win"', { |