Commit 0c65850c authored by ben@chromium.org's avatar ben@chromium.org

fix bustage by not compiling windows-specific code on other platforms.

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17170 0039d316-1c4b-4281-b951-d872f2087c98
parent 17dee5e7
...@@ -1579,7 +1579,9 @@ ...@@ -1579,7 +1579,9 @@
], ],
'sources!': [ 'sources!': [
'browser/debugger/debugger_shell_stubs.cc', 'browser/debugger/debugger_shell_stubs.cc',
# Windows-specific files. 'browser/extensions/extension_view.cc',
'browser/extensions/extension_view.h',
# Windows-specific files.
], ],
'conditions': [ 'conditions': [
['linux_breakpad==1', { ['linux_breakpad==1', {
...@@ -1623,6 +1625,8 @@ ...@@ -1623,6 +1625,8 @@
'browser/bookmarks/bookmark_context_menu.cc', 'browser/bookmarks/bookmark_context_menu.cc',
'browser/bookmarks/bookmark_drop_info.cc', 'browser/bookmarks/bookmark_drop_info.cc',
'browser/debugger/debugger_shell_stubs.cc', 'browser/debugger/debugger_shell_stubs.cc',
'browser/extensions/extension_view.cc',
'browser/extensions/extension_view.h',
], ],
'sources': [ 'sources': [
# Build the necessary GTM sources # Build the necessary GTM sources
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment