Commit 74b8e72e authored by Dirk Pranke's avatar Dirk Pranke

Build fix: remove stray refs in //chrome/app:test_support on Mac.

TBR=rockot@chromium.org
BUG=

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

Cr-Commit-Position: refs/heads/master@{#317700}
parent 652772cf
......@@ -315,11 +315,7 @@ source_set("test_support") {
]
if (is_mac) {
sources += [
"chrome_breakpad_client.cc",
"chrome_breakpad_client_mac.mm",
"chrome_main_mac.mm",
]
sources += [ "chrome_main_mac.mm" ]
}
# TODO(gyp) if (enable_plugins and enable_nacl) {
......
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