Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Side by Side Diff: breakpad/breakpad.gyp

Issue 760643002: match openbsd as well in landmine_utils and breakpad (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | build/landmine_utils.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | build/landmine_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698