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

Side by Side Diff: base/base.gypi

Issue 8567001: rename some base _linux files to _posix so that others can use it too (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: s/c/cc/g and order Created 9 years, 1 month 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/base_paths_linux.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 28 matching lines...) Expand all
39 'atomicops.h', 39 'atomicops.h',
40 'atomicops_internals_x86_gcc.cc', 40 'atomicops_internals_x86_gcc.cc',
41 'atomicops_internals_x86_gcc.h', 41 'atomicops_internals_x86_gcc.h',
42 'atomicops_internals_x86_msvc.h', 42 'atomicops_internals_x86_msvc.h',
43 'base_export.h', 43 'base_export.h',
44 'base_paths.cc', 44 'base_paths.cc',
45 'base_paths.h', 45 'base_paths.h',
46 'base_paths_android.cc', 46 'base_paths_android.cc',
47 'base_paths_mac.h', 47 'base_paths_mac.h',
48 'base_paths_mac.mm', 48 'base_paths_mac.mm',
49 'base_paths_linux.cc', 49 'base_paths_posix.cc',
50 'base_paths_win.cc', 50 'base_paths_win.cc',
51 'base_paths_win.h', 51 'base_paths_win.h',
52 'base_switches.h', 52 'base_switches.h',
53 'basictypes.h', 53 'basictypes.h',
54 'bind.h', 54 'bind.h',
55 'bind_helpers.h', 55 'bind_helpers.h',
56 'bind_internal.h', 56 'bind_internal.h',
57 'bind_internal_win.h', 57 'bind_internal_win.h',
58 'bits.h', 58 'bits.h',
59 'build_time.cc', 59 'build_time.cc',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'message_pump_default.h', 189 'message_pump_default.h',
190 'message_pump_win.cc', 190 'message_pump_win.cc',
191 'message_pump_win.h', 191 'message_pump_win.h',
192 'metrics/histogram.cc', 192 'metrics/histogram.cc',
193 'metrics/histogram.h', 193 'metrics/histogram.h',
194 'metrics/stats_counters.cc', 194 'metrics/stats_counters.cc',
195 'metrics/stats_counters.h', 195 'metrics/stats_counters.h',
196 'metrics/stats_table.cc', 196 'metrics/stats_table.cc',
197 'metrics/stats_table.h', 197 'metrics/stats_table.h',
198 'native_library.h', 198 'native_library.h',
199 'native_library_linux.cc',
200 'native_library_mac.mm', 199 'native_library_mac.mm',
200 'native_library_posix.cc',
201 'native_library_win.cc', 201 'native_library_win.cc',
202 'observer_list.h', 202 'observer_list.h',
203 'observer_list_threadsafe.h', 203 'observer_list_threadsafe.h',
204 'os_compat_android.cc', 204 'os_compat_android.cc',
205 'os_compat_android.h', 205 'os_compat_android.h',
206 'path_service.cc', 206 'path_service.cc',
207 'path_service.h', 207 'path_service.h',
208 'pickle.cc', 208 'pickle.cc',
209 'pickle.h', 209 'pickle.h',
210 'platform_file.cc', 210 'platform_file.cc',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'system_monitor/system_monitor_win.cc', 286 'system_monitor/system_monitor_win.cc',
287 'sys_info.h', 287 'sys_info.h',
288 'sys_info_chromeos.cc', 288 'sys_info_chromeos.cc',
289 'sys_info_freebsd.cc', 289 'sys_info_freebsd.cc',
290 'sys_info_linux.cc', 290 'sys_info_linux.cc',
291 'sys_info_mac.cc', 291 'sys_info_mac.cc',
292 'sys_info_openbsd.cc', 292 'sys_info_openbsd.cc',
293 'sys_info_posix.cc', 293 'sys_info_posix.cc',
294 'sys_info_win.cc', 294 'sys_info_win.cc',
295 'sys_string_conversions.h', 295 'sys_string_conversions.h',
296 'sys_string_conversions_linux.cc',
297 'sys_string_conversions_mac.mm', 296 'sys_string_conversions_mac.mm',
297 'sys_string_conversions_posix.cc',
298 'sys_string_conversions_win.cc', 298 'sys_string_conversions_win.cc',
299 'task.cc', 299 'task.cc',
300 'task.h', 300 'task.h',
301 'task_queue.cc', 301 'task_queue.cc',
302 'task_queue.h', 302 'task_queue.h',
303 'template_util.h', 303 'template_util.h',
304 'threading/non_thread_safe.h', 304 'threading/non_thread_safe.h',
305 'threading/non_thread_safe_impl.cc', 305 'threading/non_thread_safe_impl.cc',
306 'threading/non_thread_safe_impl.h', 306 'threading/non_thread_safe_impl.h',
307 'threading/platform_thread.h', 307 'threading/platform_thread.h',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 }, 443 },
444 ], 444 ],
445 [ 'OS == "android"', { 445 [ 'OS == "android"', {
446 'sources!': [ 446 'sources!': [
447 'files/file_path_watcher_kqueue.cc', 447 'files/file_path_watcher_kqueue.cc',
448 'debug/stack_trace.cc', 448 'debug/stack_trace.cc',
449 'debug/stack_trace_posix.cc', 449 'debug/stack_trace_posix.cc',
450 'system_monitor/system_monitor_posix.cc', 450 'system_monitor/system_monitor_posix.cc',
451 ], 451 ],
452 'sources/': [ 452 'sources/': [
453 ['include', '^native_library_linux\\.cc$'],
454 ['include', '^process_util_linux\\.cc$'], 453 ['include', '^process_util_linux\\.cc$'],
455 ['include', '^sys_info_linux\\.cc$'], 454 ['include', '^sys_info_linux\\.cc$'],
456 ['include', '^sys_string_conversions_linux\\.cc$'],
457 ['include', '^worker_pool_linux\\.cc$'], 455 ['include', '^worker_pool_linux\\.cc$'],
458 # TODO(michaelbai): The below files are excluded because of the 456 # TODO(michaelbai): The below files are excluded because of the
459 # missing JNI, add them back when JNI is ready. 457 # missing JNI, add them back when JNI is ready.
460 ['exclude', '^android/'], 458 ['exclude', '^android/'],
461 ['exclude', '^message_pump_android\\.cc$'], 459 ['exclude', '^message_pump_android\\.cc$'],
462 ['exclude', '^base_paths_android\\.cc$'], 460 ['exclude', '^base_paths_android\\.cc$'],
463 ['exclude', '^debug/stack_trace_android\\.cc$'], 461 ['exclude', '^debug/stack_trace_android\\.cc$'],
464 ], 462 ],
465 }], 463 }],
466 [ 'OS != "mac"', { 464 [ 'OS != "mac"', {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 'string16.cc', 500 'string16.cc',
503 ], 501 ],
504 },], 502 },],
505 [ 'OS == "linux"', { 503 [ 'OS == "linux"', {
506 'sources!': [ 504 'sources!': [
507 'files/file_path_watcher_kqueue.cc', 505 'files/file_path_watcher_kqueue.cc',
508 'files/file_path_watcher_stub.cc', 506 'files/file_path_watcher_stub.cc',
509 ], 507 ],
510 }], 508 }],
511 [ 'OS == "mac"', { 509 [ 'OS == "mac"', {
512 'sources!': [ 510 'sources/': [
513 'files/file_path_watcher_stub.cc', 511 ['exclude', '^files/file_path_watcher_stub\\.cc$'],
512 ['exclude', '^base_paths_posix\\.cc$'],
513 ['exclude', '^native_library_posix\\.cc$'],
514 ['exclude', '^sys_string_conversions_posix\\.cc$'],
514 ], 515 ],
515 }], 516 }],
516 [ 'OS == "openbsd"', { 517 [ 'OS == "openbsd"', {
517 'sources/': [ 518 'sources/': [
518 ['exclude', '^files/file_path_watcher_linux\\.cc$'], 519 ['exclude', '^files/file_path_watcher_linux\\.cc$'],
519 ['exclude', '^files/file_path_watcher_stub\\.cc$'], 520 ['exclude', '^files/file_path_watcher_stub\\.cc$'],
520 ['exclude', '^file_util_linux\\.cc$'], 521 ['exclude', '^file_util_linux\\.cc$'],
521 ['exclude', '^process_linux\\.cc$'], 522 ['exclude', '^process_linux\\.cc$'],
522 ['exclude', '^process_util_linux\\.cc$'], 523 ['exclude', '^process_util_linux\\.cc$'],
523 ['exclude', '^sys_info_linux\\.cc$'], 524 ['exclude', '^sys_info_linux\\.cc$'],
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 ], 613 ],
613 }, 614 },
614 'conditions': [ 615 'conditions': [
615 [ '_toolset=="host" and host_os=="linux"', { 616 [ '_toolset=="host" and host_os=="linux"', {
616 'dependencies': [ 617 'dependencies': [
617 '../build/linux/system.gyp:glib', 618 '../build/linux/system.gyp:glib',
618 ], 619 ],
619 }], 620 }],
620 ], 621 ],
621 }], 622 }],
622 [ 'OS == "freebsd" or OS == "openbsd"', { 623 [ 'os_bsd==1', {
623 'include_dirs': [ 624 'include_dirs': [
624 '/usr/local/include', 625 '/usr/local/include',
625 ], 626 ],
626 'link_settings': { 627 'link_settings': {
627 'libraries': [ 628 'libraries': [
628 '-L/usr/local/lib -lexecinfo', 629 '-L/usr/local/lib -lexecinfo',
629 ], 630 ],
630 }, 631 },
631 }, 632 },
632 ], 633 ],
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 'third_party/xdg_mime/xdgmimemagic.c', 835 'third_party/xdg_mime/xdgmimemagic.c',
835 'third_party/xdg_mime/xdgmimemagic.h', 836 'third_party/xdg_mime/xdgmimemagic.h',
836 'third_party/xdg_mime/xdgmimeparent.c', 837 'third_party/xdg_mime/xdgmimeparent.c',
837 'third_party/xdg_mime/xdgmimeparent.h', 838 'third_party/xdg_mime/xdgmimeparent.h',
838 ], 839 ],
839 }, 840 },
840 ], 841 ],
841 }], 842 }],
842 ], 843 ],
843 } 844 }
OLDNEW
« no previous file with comments | « no previous file | base/base_paths_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698