Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'includes': [ | 6 'includes': [ |
| 7 'breakpad_sender.gypi', | 7 'breakpad_sender.gypi', |
| 8 'breakpad_handler.gypi', | 8 'breakpad_handler.gypi', |
| 9 ], | 9 ], |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 864 'include_dirs': [ | 864 'include_dirs': [ |
| 865 'src', | 865 'src', |
| 866 'src/client/mac/Framework', | 866 'src/client/mac/Framework', |
| 867 'src/common/mac', | 867 'src/common/mac', |
| 868 ], | 868 ], |
| 869 'direct_dependent_settings': { | 869 'direct_dependent_settings': { |
| 870 'include_dirs': [ | 870 'include_dirs': [ |
| 871 'src', | 871 'src', |
| 872 ], | 872 ], |
| 873 }, | 873 }, |
| 874 'xcode_settings' : { | |
| 875 'WARNING_CFLAGS': [ | |
| 876 # See https://bugs.chromium.org/p/google-breakpad/issues/detail?id =675. | |
|
Mark Mentovai
2016/01/26 14:03:08
TODO(sdefresne): remove when fixed
Mark Mentovai
2016/01/26 14:06:52
Mark Mentovai wrote:
Olivier
2016/01/26 14:10:02
Done.
| |
| 877 '-Wno-deprecated-declarations', | |
| 878 ], | |
| 879 }, | |
| 874 } | 880 } |
| 875 ] | 881 ] |
| 876 }], | 882 }], |
| 877 ['OS=="ios" and "<(GENERATOR)"=="xcode" and "<(GENERATOR_FLAVOR)"!="ninja"', { | 883 ['OS=="ios" and "<(GENERATOR)"=="xcode" and "<(GENERATOR_FLAVOR)"!="ninja"', { |
| 878 'variables': { | 884 'variables': { |
| 879 'ninja_output_dir': 'ninja-breakpad', | 885 'ninja_output_dir': 'ninja-breakpad', |
| 880 'ninja_product_dir': | 886 'ninja_product_dir': |
| 881 '<(DEPTH)/xcodebuild/<(ninja_output_dir)/<(CONFIGURATION_NAME)', | 887 '<(DEPTH)/xcodebuild/<(ninja_output_dir)/<(CONFIGURATION_NAME)', |
| 882 }, | 888 }, |
| 883 # Generation is done via two actions: (1) compiling the executable with | 889 # Generation is done via two actions: (1) compiling the executable with |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1015 'breakpad_unittests_apk.isolate', | 1021 'breakpad_unittests_apk.isolate', |
| 1016 ], | 1022 ], |
| 1017 }, | 1023 }, |
| 1018 ] | 1024 ] |
| 1019 } | 1025 } |
| 1020 ], | 1026 ], |
| 1021 ], | 1027 ], |
| 1022 }], | 1028 }], |
| 1023 ], | 1029 ], |
| 1024 } | 1030 } |
| OLD | NEW |