OLD | NEW |
---|---|
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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
430 }], | 430 }], |
431 [ 'OS != "linux" and OS != "openbsd"', { | 431 [ 'OS != "linux" and OS != "openbsd"', { |
432 'sources!': [ | 432 'sources!': [ |
433 # Not automatically excluded by the *linux.cc rules. | 433 # Not automatically excluded by the *linux.cc rules. |
434 'linux_util.cc', | 434 'linux_util.cc', |
435 ], | 435 ], |
436 }, | 436 }, |
437 ], | 437 ], |
438 [ 'OS == "android"', { | 438 [ 'OS == "android"', { |
439 'sources/': [ | 439 'sources/': [ |
440 ['exclude', '^debug/stack_trace.cc'], | 440 ['exclude', '^files/file_path_watcher_kqueue.cc'], |
John Grabowski
2011/11/01 23:09:34
I landed a fix for this today; see http://coderevi
Jing Zhao
2011/11/02 16:22:55
Removed.
| |
441 ['exclude', '^debug/stack_trace_posix.cc'], | |
442 ['exclude', '^system_monitor/system_monitor_posix.cc'], | 441 ['exclude', '^system_monitor/system_monitor_posix.cc'], |
443 ['include', '^native_library_linux.cc'], | 442 ['include', '^native_library_linux.cc'], |
444 ['include', '^process_util_linux.cc'], | 443 ['include', '^process_util_linux.cc'], |
445 ['include', '^sys_info_linux.cc'], | 444 ['include', '^sys_info_linux.cc'], |
446 ['include', '^sys_string_conversions_linux.cc'], | 445 ['include', '^sys_string_conversions_linux.cc'], |
447 ['include', '^worker_pool_linux.cc'], | 446 ['include', '^worker_pool_linux.cc'], |
448 # TODO(michaelbai): The below files are excluded because of the | 447 # TODO(michaelbai): The below files are excluded because of the |
449 # missing JNI, add them back when JNI is ready. | 448 # missing JNI, add them back when JNI is ready. |
450 ['exclude', '^android/'], | 449 ['exclude', '^android/'], |
451 ['exclude', '^message_pump_android.cc'], | 450 ['exclude', '^message_pump_android.cc'], |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
588 ], | 587 ], |
589 }], | 588 }], |
590 [ 'OS == "android"', { | 589 [ 'OS == "android"', { |
591 'dependencies': [ | 590 'dependencies': [ |
592 'symbolize', | 591 'symbolize', |
593 '../third_party/ashmem/ashmem.gyp:ashmem#target', | 592 '../third_party/ashmem/ashmem.gyp:ashmem#target', |
594 ], | 593 ], |
595 'defines': [ | 594 'defines': [ |
596 'USE_SYMBOLIZE', | 595 'USE_SYMBOLIZE', |
597 ], | 596 ], |
598 'link_settings': { | |
599 'libraries': [ | |
600 '-llog', | |
601 ], | |
602 }, | |
603 'conditions': [ | 597 'conditions': [ |
604 [ '_toolset=="host" and host_os=="linux"', { | 598 [ '_toolset=="host" and host_os=="linux"', { |
605 'dependencies': [ | 599 'dependencies': [ |
606 '../build/linux/system.gyp:glib', | 600 '../build/linux/system.gyp:glib', |
607 ], | 601 ], |
602 'sources/': [ | |
603 ['include', 'atomicops_internals_x86_gcc.cc'], | |
604 ], | |
605 }], | |
606 [ '_toolset=="target"', { | |
607 'sources/': [ | |
608 ['exclude', '^debug/stack_trace.cc'], | |
609 ['exclude', '^debug/stack_trace_posix.cc'], | |
michaelbai
2011/11/01 16:37:59
It seemed that this 'reg' way is not preferred, yo
Jing Zhao
2011/11/02 16:22:55
Done.
| |
610 ], | |
611 'link_settings': { | |
612 'libraries': [ | |
613 '-llog', | |
614 ], | |
615 } | |
608 }], | 616 }], |
609 ], | 617 ], |
610 }], | 618 }], |
611 [ 'OS == "freebsd" or OS == "openbsd"', { | 619 [ 'OS == "freebsd" or OS == "openbsd"', { |
612 'include_dirs': [ | 620 'include_dirs': [ |
613 '/usr/local/include', | 621 '/usr/local/include', |
614 ], | 622 ], |
615 'link_settings': { | 623 'link_settings': { |
616 'libraries': [ | 624 'libraries': [ |
617 '-L/usr/local/lib -lexecinfo', | 625 '-L/usr/local/lib -lexecinfo', |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
823 'third_party/xdg_mime/xdgmimemagic.c', | 831 'third_party/xdg_mime/xdgmimemagic.c', |
824 'third_party/xdg_mime/xdgmimemagic.h', | 832 'third_party/xdg_mime/xdgmimemagic.h', |
825 'third_party/xdg_mime/xdgmimeparent.c', | 833 'third_party/xdg_mime/xdgmimeparent.c', |
826 'third_party/xdg_mime/xdgmimeparent.h', | 834 'third_party/xdg_mime/xdgmimeparent.h', |
827 ], | 835 ], |
828 }, | 836 }, |
829 ], | 837 ], |
830 }], | 838 }], |
831 ], | 839 ], |
832 } | 840 } |
OLD | NEW |