diff options
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index dbdc1c8..37f6cc8 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -363,7 +363,10 @@ 'common/service_messages_internal.h', 'common/service_process_util.cc', 'common/service_process_util.h', + 'common/service_process_util_linux.cc', + 'common/service_process_util_mac.mm', 'common/service_process_util_posix.cc', + 'common/service_process_util_posix.h', 'common/service_process_util_win.cc', 'common/socket_stream_dispatcher.cc', 'common/socket_stream_dispatcher.h', @@ -488,6 +491,9 @@ 'common/common.sb', ], }, + 'include_dirs': [ + '../third_party/GTM', + ], }], ['OS!="win"', { 'sources!': [ |