diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-30 18:05:23 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-30 18:05:23 +0000 |
commit | b7bf6b6840986d85a118a6888c2900aba87554f2 (patch) | |
tree | 4fcab2233da8d067c5c0a708c3204e3d3c4422e8 /ui/ui.gyp | |
parent | 9f9a5f5dda6b8d6c92478a2c8ccf0a07fd8d263b (diff) | |
download | chromium_src-b7bf6b6840986d85a118a6888c2900aba87554f2.zip chromium_src-b7bf6b6840986d85a118a6888c2900aba87554f2.tar.gz chromium_src-b7bf6b6840986d85a118a6888c2900aba87554f2.tar.bz2 |
Fix bustage again. This time with correct ifdefs.
TBR=saintlou
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8103002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103500 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r-- | ui/ui.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -319,6 +319,7 @@ ['use_aura==1 and OS=="win"', { 'sources/': [ ['exclude', 'base/dragdrop/os_exchange_data_provider_aura.cc'], + ['exclude', 'gfx/path_win.cc'], ], }], ['use_glib == 1', { |