diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-x | chrome/chrome.gyp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 436d5dd..02c8668 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -5304,6 +5304,7 @@ 'browser/sync/util/path_helpers_unittest.cc', 'browser/sync/util/query_helpers_unittest.cc', 'browser/sync/util/user_settings_unittest.cc', + 'test/file_test_utils.cc', 'test/sync/engine/mock_gaia_authenticator.cc', 'test/sync/engine/mock_gaia_authenticator.h', 'test/sync/engine/mock_gaia_authenticator_unittest.cc', @@ -5459,9 +5460,6 @@ 'browser/sync/util/character_set_converters_posix.cc', 'browser/sync/util/character_set_converters_win.cc', 'browser/sync/util/closure.h', - 'browser/sync/util/compat_file.h', - 'browser/sync/util/compat_file_posix.cc', - 'browser/sync/util/compat_file_win.cc', 'browser/sync/util/crypto_helpers.cc', 'browser/sync/util/crypto_helpers.h', 'browser/sync/util/dbgq.h', @@ -5477,10 +5475,12 @@ '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.cc', 'browser/sync/util/path_helpers.h', 'browser/sync/util/path_helpers_linux.cc', 'browser/sync/util/path_helpers_mac.cc', 'browser/sync/util/path_helpers_posix.cc', + 'browser/sync/util/path_helpers_win.cc', 'browser/sync/util/query_helpers.cc', 'browser/sync/util/query_helpers.h', 'browser/sync/util/row_iterator.h', @@ -5510,7 +5510,6 @@ 'sources' : [ 'browser/sync/util/data_encryption.cc', 'browser/sync/util/data_encryption.h', - 'browser/sync/util/path_helpers.cc', ], }], ['OS=="linux"', { |