Flip this back to true. IdleHandlers should certainly be being scheduled when the...
[chromium-blink-merge.git] / breakpad / breakpad_tools.gypi
blob48dc050950f531d3f89bf0bd70613da542e752d6
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6   'conditions': [
7     ['OS=="android"', {
8       'toolsets': ['host'],
9     }],
10     ['clang==1', {
11       'cflags': ['-Wno-tautological-constant-out-of-range-compare'],
12       'xcode_settings': {
13         'WARNING_CFLAGS': ['-Wno-tautological-constant-out-of-range-compare'],
14       },
15     }],
16   ],
17   'include_dirs': [
18     'src',
19     'src/third_party',
20   ],