Chromium Code Reviews| Index: content/content_common.gypi |
| =================================================================== |
| --- content/content_common.gypi (revision 100953) |
| +++ content/content_common.gypi (working copy) |
| @@ -127,6 +127,8 @@ |
| 'common/gpu/media/gpu_video_decode_accelerator.h', |
| 'common/gpu/transport_texture.cc', |
| 'common/gpu/transport_texture.h', |
| + 'common/handle_enumerator.cc', |
| + 'common/handle_enumerator.h', |
| 'common/hi_res_timer_manager_posix.cc', |
| 'common/hi_res_timer_manager_win.cc', |
| 'common/hi_res_timer_manager.h', |
| @@ -258,6 +260,7 @@ |
| 'conditions': [ |
| ['OS!="win"', { |
| 'sources!': [ |
| + 'common/handle_enumerator.cc', |
|
jam
2011/09/19 17:10:48
how we normally handle this (which is wrong for sa
Cris Neckar
2011/09/20 01:22:15
Done.
|
| 'common/sandbox_policy.cc', |
| 'common/sandbox_policy.h', |
| ], |