diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-x | chrome/chrome.gyp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index e41c304..a2a6cbe 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -4679,11 +4679,6 @@ '../third_party/pthreads-win32/pthreads.gyp:pthreads', ], }], - ['OS=="linux"', { - 'defines': [ - 'POSIX', - ], - }], ], }], ], @@ -6583,6 +6578,8 @@ 'browser/sync/util/highres_timer.h', 'browser/sync/util/highres_timer_linux.cc', 'browser/sync/util/highres_timer_linux.h', + 'browser/sync/util/highres_timer_mac.cc', + 'browser/sync/util/highres_timer_mac.h', 'browser/sync/util/highres_timer_win.cc', 'browser/sync/util/highres_timer_win.h', 'browser/sync/util/path_helpers.h', |