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

Side by Side Diff: base/base.gypi

Issue 8773051: use os_bsd and OS_BSD and add some OS_FREEBSD conditions (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: style Created 9 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 | base/debug/debugger_posix.cc » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'platform_file.cc', 214 'platform_file.cc',
215 'platform_file.h', 215 'platform_file.h',
216 'platform_file_posix.cc', 216 'platform_file_posix.cc',
217 'platform_file_win.cc', 217 'platform_file_win.cc',
218 'port.h', 218 'port.h',
219 'process.h', 219 'process.h',
220 'process_linux.cc', 220 'process_linux.cc',
221 'process_posix.cc', 221 'process_posix.cc',
222 'process_util.cc', 222 'process_util.cc',
223 'process_util.h', 223 'process_util.h',
224 'process_util_freebsd.cc',
224 'process_util_linux.cc', 225 'process_util_linux.cc',
225 'process_util_mac.mm', 226 'process_util_mac.mm',
226 'process_util_openbsd.cc', 227 'process_util_openbsd.cc',
227 'process_util_posix.cc', 228 'process_util_posix.cc',
228 'process_util_win.cc', 229 'process_util_win.cc',
229 'process_win.cc', 230 'process_win.cc',
230 'profiler/scoped_profile.cc', 231 'profiler/scoped_profile.cc',
231 'profiler/scoped_profile.h', 232 'profiler/scoped_profile.h',
232 'profiler/tracked_time.cc', 233 'profiler/tracked_time.cc',
233 'profiler/tracked_time.h', 234 'profiler/tracked_time.h',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 }, { 434 }, {
434 'sources!' : [ 'message_pump_gtk.cc', ], 435 'sources!' : [ 'message_pump_gtk.cc', ],
435 'sources/' : [ [ 'include', '^message_pump_x\\.cc$', ] ], 436 'sources/' : [ [ 'include', '^message_pump_x\\.cc$', ] ],
436 }], 437 }],
437 [ 'use_wayland==1', { 438 [ 'use_wayland==1', {
438 'sources/': [ 439 'sources/': [
439 [ 'exclude', '^message_pump_gtk\\.cc$',], 440 [ 'exclude', '^message_pump_gtk\\.cc$',],
440 [ 'exclude', '^message_pump_x\\.cc$',], 441 [ 'exclude', '^message_pump_x\\.cc$',],
441 ], 442 ],
442 }], 443 }],
443 [ 'OS != "linux" and OS != "openbsd"', { 444 [ 'OS != "linux" and os_bsd != 1', {
444 'sources!': [ 445 'sources!': [
445 # Not automatically excluded by the *linux.cc rules. 446 # Not automatically excluded by the *linux.cc rules.
446 'linux_util.cc', 447 'linux_util.cc',
447 ], 448 ],
448 }, 449 },
449 ], 450 ],
450 [ 'OS == "android"', { 451 [ 'OS == "android"', {
451 'sources!': [ 452 'sources!': [
452 'files/file_path_watcher_kqueue.cc', 453 'files/file_path_watcher_kqueue.cc',
453 'system_monitor/system_monitor_posix.cc', 454 'system_monitor/system_monitor_posix.cc',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 ], 512 ],
512 }], 513 }],
513 [ 'OS == "mac"', { 514 [ 'OS == "mac"', {
514 'sources/': [ 515 'sources/': [
515 ['exclude', '^files/file_path_watcher_stub\\.cc$'], 516 ['exclude', '^files/file_path_watcher_stub\\.cc$'],
516 ['exclude', '^base_paths_posix\\.cc$'], 517 ['exclude', '^base_paths_posix\\.cc$'],
517 ['exclude', '^native_library_posix\\.cc$'], 518 ['exclude', '^native_library_posix\\.cc$'],
518 ['exclude', '^sys_string_conversions_posix\\.cc$'], 519 ['exclude', '^sys_string_conversions_posix\\.cc$'],
519 ], 520 ],
520 }], 521 }],
521 [ 'OS == "openbsd"', { 522 [ 'os_bsd==1', {
522 'sources/': [ 523 'sources/': [
523 ['exclude', '^files/file_path_watcher_linux\\.cc$'], 524 ['exclude', '^files/file_path_watcher_linux\\.cc$'],
524 ['exclude', '^files/file_path_watcher_stub\\.cc$'], 525 ['exclude', '^files/file_path_watcher_stub\\.cc$'],
525 ['exclude', '^file_util_linux\\.cc$'], 526 ['exclude', '^file_util_linux\\.cc$'],
526 ['exclude', '^process_linux\\.cc$'], 527 ['exclude', '^process_linux\\.cc$'],
527 ['exclude', '^process_util_linux\\.cc$'], 528 ['exclude', '^process_util_linux\\.cc$'],
528 ['exclude', '^sys_info_linux\\.cc$'], 529 ['exclude', '^sys_info_linux\\.cc$'],
529 ], 530 ],
530 }], 531 }],
531 ], 532 ],
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 'third_party/xdg_mime/xdgmimemagic.c', 867 'third_party/xdg_mime/xdgmimemagic.c',
867 'third_party/xdg_mime/xdgmimemagic.h', 868 'third_party/xdg_mime/xdgmimemagic.h',
868 'third_party/xdg_mime/xdgmimeparent.c', 869 'third_party/xdg_mime/xdgmimeparent.c',
869 'third_party/xdg_mime/xdgmimeparent.h', 870 'third_party/xdg_mime/xdgmimeparent.h',
870 ], 871 ],
871 }, 872 },
872 ], 873 ],
873 }], 874 }],
874 ], 875 ],
875 } 876 }
OLDNEW
« no previous file with comments | « no previous file | base/debug/debugger_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698