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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 'src/client/mac/crash_generation/crash_generation_client.cc', | 357 'src/client/mac/crash_generation/crash_generation_client.cc', |
358 'src/client/mac/crash_generation/crash_generation_client.h', | 358 'src/client/mac/crash_generation/crash_generation_client.h', |
359 'src/client/mac/handler/protected_memory_allocator.cc', | 359 'src/client/mac/handler/protected_memory_allocator.cc', |
360 'src/client/mac/handler/exception_handler.cc', | 360 'src/client/mac/handler/exception_handler.cc', |
361 'src/client/mac/Framework/Breakpad.mm', | 361 'src/client/mac/Framework/Breakpad.mm', |
362 'src/client/mac/Framework/OnDemandServer.mm', | 362 'src/client/mac/Framework/OnDemandServer.mm', |
363 ], | 363 ], |
364 }, | 364 }, |
365 ], | 365 ], |
366 }], | 366 }], |
367 [ 'OS=="linux" or OS=="android" or OS=="freebsd"', { | 367 [ 'OS=="linux" or OS=="android" or os_bsd==1', { |
368 'conditions': [ | 368 'conditions': [ |
369 ['OS=="android"', { | 369 ['OS=="android"', { |
370 'defines': [ | 370 'defines': [ |
371 '__ANDROID__', | 371 '__ANDROID__', |
372 ], | 372 ], |
373 }], | 373 }], |
374 ], | 374 ], |
375 # Tools needed for archiving build symbols. | 375 # Tools needed for archiving build symbols. |
376 'targets': [ | 376 'targets': [ |
377 { | 377 { |
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
926 'include_main_binary': 0, | 926 'include_main_binary': 0, |
927 }, | 927 }, |
928 'includes': [ | 928 'includes': [ |
929 '../build/android/native_app_dependencies.gypi' | 929 '../build/android/native_app_dependencies.gypi' |
930 ], | 930 ], |
931 } | 931 } |
932 ], | 932 ], |
933 }], | 933 }], |
934 ], | 934 ], |
935 } | 935 } |
OLD | NEW |