Skip to content

Commit

Permalink
mac/linux: Fix debug builds from r162518.
Browse files Browse the repository at this point in the history
The relevant code is used only for aura or Windows.

BUG=none
TBR=thakis@chromium.org

Review URL: https://codereview.chromium.org/11205003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162537 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
sadrul@chromium.org committed Oct 17, 2012
1 parent 15c73e6 commit 40859bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/content_browser.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -1046,6 +1046,12 @@
['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'],
],
}],
['use_aura!=1 and OS!="win"', {
'sources!': [
'browser/renderer_host/ui_events_helper.cc',
'browser/renderer_host/ui_events_helper.h',
],
}],
['use_aura==1', {
'dependencies': [
'../ui/aura/aura.gyp:aura',
Expand Down

0 comments on commit 40859bc

Please sign in to comment.