diff options
author | zork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-05 01:11:10 +0000 |
---|---|---|
committer | zork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-05 01:11:10 +0000 |
commit | 9cefcf0f889765e77c84ecad803f284142938183 (patch) | |
tree | eeb6b62a423d08fdc68a2dd85894a3ef4bc2e230 /chrome/chrome.gyp | |
parent | 0fcb5f81b8c58ffdb47be80bb7985302572a937b (diff) | |
download | chromium_src-9cefcf0f889765e77c84ecad803f284142938183.zip chromium_src-9cefcf0f889765e77c84ecad803f284142938183.tar.gz chromium_src-9cefcf0f889765e77c84ecad803f284142938183.tar.bz2 |
Remove some unneeded defines from the Linux build of bookmark sync.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/360036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31052 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-x | chrome/chrome.gyp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 4d93e72..0f7c302 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -5273,10 +5273,6 @@ ], 'conditions': [ ['OS=="linux"', { - 'defines': [ - 'POSIX', - 'OS_LINUX', - ], 'sources!': [ 'browser/sync/notifier/base/network_status_detector_task_mt.cc', ], @@ -5361,9 +5357,6 @@ ], }], ['OS=="linux"', { - 'defines': [ - 'POSIX', - ], 'dependencies': [ '../build/linux/system.gyp:gtk' ], @@ -5520,9 +5513,6 @@ ], }], ['OS=="linux"', { - 'defines': [ - 'POSIX', - ], 'dependencies': [ '../build/linux/system.gyp:gtk' ], |