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

Side by Side Diff: base/base.gyp

Issue 935333002: Update from https://crrev.com/316786 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months 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 | « base/android/trace_event_binding.cc ('k') | base/base.gypi » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 'files/file_proxy_unittest.cc', 487 'files/file_proxy_unittest.cc',
488 'files/file_unittest.cc', 488 'files/file_unittest.cc',
489 'files/file_util_proxy_unittest.cc', 489 'files/file_util_proxy_unittest.cc',
490 'files/file_util_unittest.cc', 490 'files/file_util_unittest.cc',
491 'files/important_file_writer_unittest.cc', 491 'files/important_file_writer_unittest.cc',
492 'files/memory_mapped_file_unittest.cc', 492 'files/memory_mapped_file_unittest.cc',
493 'files/scoped_temp_dir_unittest.cc', 493 'files/scoped_temp_dir_unittest.cc',
494 'gmock_unittest.cc', 494 'gmock_unittest.cc',
495 'guid_unittest.cc', 495 'guid_unittest.cc',
496 'hash_unittest.cc', 496 'hash_unittest.cc',
497 'id_map_unittest.cc',
498 'i18n/break_iterator_unittest.cc', 497 'i18n/break_iterator_unittest.cc',
498 'i18n/case_conversion_unittest.cc',
499 'i18n/char_iterator_unittest.cc', 499 'i18n/char_iterator_unittest.cc',
500 'i18n/case_conversion_unittest.cc',
501 'i18n/file_util_icu_unittest.cc', 500 'i18n/file_util_icu_unittest.cc',
502 'i18n/icu_string_conversions_unittest.cc', 501 'i18n/icu_string_conversions_unittest.cc',
503 'i18n/number_formatting_unittest.cc', 502 'i18n/number_formatting_unittest.cc',
504 'i18n/rtl_unittest.cc', 503 'i18n/rtl_unittest.cc',
505 'i18n/streaming_utf8_validator_unittest.cc', 504 'i18n/streaming_utf8_validator_unittest.cc',
506 'i18n/string_search_unittest.cc', 505 'i18n/string_search_unittest.cc',
507 'i18n/time_formatting_unittest.cc', 506 'i18n/time_formatting_unittest.cc',
508 'i18n/timezone_unittest.cc', 507 'i18n/timezone_unittest.cc',
508 'id_map_unittest.cc',
509 'ios/crb_protocol_observers_unittest.mm',
509 'ios/device_util_unittest.mm', 510 'ios/device_util_unittest.mm',
510 'ios/weak_nsobject_unittest.mm', 511 'ios/weak_nsobject_unittest.mm',
511 'json/json_parser_unittest.cc', 512 'json/json_parser_unittest.cc',
512 'json/json_reader_unittest.cc', 513 'json/json_reader_unittest.cc',
513 'json/json_value_converter_unittest.cc', 514 'json/json_value_converter_unittest.cc',
514 'json/json_value_serializer_unittest.cc', 515 'json/json_value_serializer_unittest.cc',
515 'json/json_writer_unittest.cc', 516 'json/json_writer_unittest.cc',
516 'json/string_escape_unittest.cc', 517 'json/string_escape_unittest.cc',
517 'lazy_instance_unittest.cc', 518 'lazy_instance_unittest.cc',
518 'logging_unittest.cc', 519 'logging_unittest.cc',
(...skipping 19 matching lines...) Expand all
538 'memory/shared_memory_unittest.cc', 539 'memory/shared_memory_unittest.cc',
539 'memory/singleton_unittest.cc', 540 'memory/singleton_unittest.cc',
540 'memory/weak_ptr_unittest.cc', 541 'memory/weak_ptr_unittest.cc',
541 'memory/weak_ptr_unittest.nc', 542 'memory/weak_ptr_unittest.nc',
542 'message_loop/message_loop_proxy_impl_unittest.cc', 543 'message_loop/message_loop_proxy_impl_unittest.cc',
543 'message_loop/message_loop_proxy_unittest.cc', 544 'message_loop/message_loop_proxy_unittest.cc',
544 'message_loop/message_loop_unittest.cc', 545 'message_loop/message_loop_unittest.cc',
545 'message_loop/message_pump_glib_unittest.cc', 546 'message_loop/message_pump_glib_unittest.cc',
546 'message_loop/message_pump_io_ios_unittest.cc', 547 'message_loop/message_pump_io_ios_unittest.cc',
547 'message_loop/message_pump_libevent_unittest.cc', 548 'message_loop/message_pump_libevent_unittest.cc',
548 'metrics/sample_map_unittest.cc',
549 'metrics/sample_vector_unittest.cc',
550 'metrics/bucket_ranges_unittest.cc', 549 'metrics/bucket_ranges_unittest.cc',
551 'metrics/field_trial_unittest.cc', 550 'metrics/field_trial_unittest.cc',
552 'metrics/histogram_base_unittest.cc', 551 'metrics/histogram_base_unittest.cc',
553 'metrics/histogram_delta_serialization_unittest.cc', 552 'metrics/histogram_delta_serialization_unittest.cc',
553 'metrics/histogram_macros_unittest.cc',
554 'metrics/histogram_snapshot_manager_unittest.cc', 554 'metrics/histogram_snapshot_manager_unittest.cc',
555 'metrics/histogram_unittest.cc', 555 'metrics/histogram_unittest.cc',
556 'metrics/sample_map_unittest.cc',
557 'metrics/sample_vector_unittest.cc',
556 'metrics/sparse_histogram_unittest.cc', 558 'metrics/sparse_histogram_unittest.cc',
557 'metrics/stats_table_unittest.cc',
558 'metrics/statistics_recorder_unittest.cc', 559 'metrics/statistics_recorder_unittest.cc',
560 'numerics/safe_numerics_unittest.cc',
559 'observer_list_unittest.cc', 561 'observer_list_unittest.cc',
560 'os_compat_android_unittest.cc', 562 'os_compat_android_unittest.cc',
561 'path_service_unittest.cc', 563 'path_service_unittest.cc',
562 'pickle_unittest.cc', 564 'pickle_unittest.cc',
563 'posix/file_descriptor_shuffle_unittest.cc', 565 'posix/file_descriptor_shuffle_unittest.cc',
564 'posix/unix_domain_socket_linux_unittest.cc', 566 'posix/unix_domain_socket_linux_unittest.cc',
565 'power_monitor/power_monitor_unittest.cc', 567 'power_monitor/power_monitor_unittest.cc',
566 'prefs/default_pref_store_unittest.cc', 568 'prefs/default_pref_store_unittest.cc',
567 'prefs/json_pref_store_unittest.cc', 569 'prefs/json_pref_store_unittest.cc',
568 'prefs/mock_pref_change_callback.h', 570 'prefs/mock_pref_change_callback.h',
569 'prefs/overlay_user_pref_store_unittest.cc', 571 'prefs/overlay_user_pref_store_unittest.cc',
570 'prefs/pref_change_registrar_unittest.cc', 572 'prefs/pref_change_registrar_unittest.cc',
571 'prefs/pref_member_unittest.cc', 573 'prefs/pref_member_unittest.cc',
572 'prefs/pref_notifier_impl_unittest.cc', 574 'prefs/pref_notifier_impl_unittest.cc',
573 'prefs/pref_service_unittest.cc', 575 'prefs/pref_service_unittest.cc',
574 'prefs/pref_value_map_unittest.cc', 576 'prefs/pref_value_map_unittest.cc',
575 'prefs/pref_value_store_unittest.cc', 577 'prefs/pref_value_store_unittest.cc',
576 'prefs/scoped_user_pref_update_unittest.cc', 578 'prefs/scoped_user_pref_update_unittest.cc',
577 'process/memory_unittest.cc', 579 'process/memory_unittest.cc',
578 'process/memory_unittest_mac.h', 580 'process/memory_unittest_mac.h',
579 'process/memory_unittest_mac.mm', 581 'process/memory_unittest_mac.mm',
580 'process/process_metrics_unittest.cc', 582 'process/process_metrics_unittest.cc',
581 'process/process_metrics_unittest_ios.cc', 583 'process/process_metrics_unittest_ios.cc',
582 'process/process_unittest.cc', 584 'process/process_unittest.cc',
583 'process/process_util_unittest.cc', 585 'process/process_util_unittest.cc',
584 'profiler/tracked_time_unittest.cc', 586 'profiler/tracked_time_unittest.cc',
585 'rand_util_unittest.cc', 587 'rand_util_unittest.cc',
586 'numerics/safe_numerics_unittest.cc',
587 'scoped_clear_errno_unittest.cc', 588 'scoped_clear_errno_unittest.cc',
588 'scoped_generic_unittest.cc', 589 'scoped_generic_unittest.cc',
589 'scoped_native_library_unittest.cc', 590 'scoped_native_library_unittest.cc',
590 'security_unittest.cc', 591 'security_unittest.cc',
591 'sequence_checker_unittest.cc', 592 'sequence_checker_unittest.cc',
592 'sha1_unittest.cc', 593 'sha1_unittest.cc',
593 'stl_util_unittest.cc', 594 'stl_util_unittest.cc',
594 'strings/nullable_string16_unittest.cc', 595 'strings/nullable_string16_unittest.cc',
595 'strings/safe_sprintf_unittest.cc', 596 'strings/safe_sprintf_unittest.cc',
596 'strings/string16_unittest.cc', 597 'strings/string16_unittest.cc',
597 'strings/stringprintf_unittest.cc',
598 'strings/string_number_conversions_unittest.cc', 598 'strings/string_number_conversions_unittest.cc',
599 'strings/string_piece_unittest.cc', 599 'strings/string_piece_unittest.cc',
600 'strings/string_split_unittest.cc', 600 'strings/string_split_unittest.cc',
601 'strings/string_tokenizer_unittest.cc', 601 'strings/string_tokenizer_unittest.cc',
602 'strings/string_util_unittest.cc', 602 'strings/string_util_unittest.cc',
603 'strings/stringize_macros_unittest.cc', 603 'strings/stringize_macros_unittest.cc',
604 'strings/stringprintf_unittest.cc',
604 'strings/sys_string_conversions_mac_unittest.mm', 605 'strings/sys_string_conversions_mac_unittest.mm',
605 'strings/sys_string_conversions_unittest.cc', 606 'strings/sys_string_conversions_unittest.cc',
606 'strings/utf_offset_string_conversions_unittest.cc', 607 'strings/utf_offset_string_conversions_unittest.cc',
607 'strings/utf_string_conversions_unittest.cc', 608 'strings/utf_string_conversions_unittest.cc',
608 'supports_user_data_unittest.cc', 609 'supports_user_data_unittest.cc',
609 'sync_socket_unittest.cc', 610 'sync_socket_unittest.cc',
610 'synchronization/cancellation_flag_unittest.cc', 611 'synchronization/cancellation_flag_unittest.cc',
611 'synchronization/condition_variable_unittest.cc', 612 'synchronization/condition_variable_unittest.cc',
612 'synchronization/lock_unittest.cc', 613 'synchronization/lock_unittest.cc',
613 'synchronization/waitable_event_unittest.cc', 614 'synchronization/waitable_event_unittest.cc',
(...skipping 22 matching lines...) Expand all
636 'threading/watchdog_unittest.cc', 637 'threading/watchdog_unittest.cc',
637 'threading/worker_pool_posix_unittest.cc', 638 'threading/worker_pool_posix_unittest.cc',
638 'threading/worker_pool_unittest.cc', 639 'threading/worker_pool_unittest.cc',
639 'time/pr_time_unittest.cc', 640 'time/pr_time_unittest.cc',
640 'time/time_unittest.cc', 641 'time/time_unittest.cc',
641 'time/time_win_unittest.cc', 642 'time/time_win_unittest.cc',
642 'timer/hi_res_timer_manager_unittest.cc', 643 'timer/hi_res_timer_manager_unittest.cc',
643 'timer/mock_timer_unittest.cc', 644 'timer/mock_timer_unittest.cc',
644 'timer/timer_unittest.cc', 645 'timer/timer_unittest.cc',
645 'tools_sanity_unittest.cc', 646 'tools_sanity_unittest.cc',
647 'trace_event/memory_dump_manager_unittest.cc',
646 'trace_event/trace_event_argument_unittest.cc', 648 'trace_event/trace_event_argument_unittest.cc',
647 'trace_event/trace_event_memory_unittest.cc', 649 'trace_event/trace_event_memory_unittest.cc',
648 'trace_event/trace_event_synthetic_delay_unittest.cc', 650 'trace_event/trace_event_synthetic_delay_unittest.cc',
649 'trace_event/trace_event_system_stats_monitor_unittest.cc', 651 'trace_event/trace_event_system_stats_monitor_unittest.cc',
650 'trace_event/trace_event_unittest.cc', 652 'trace_event/trace_event_unittest.cc',
651 'trace_event/trace_event_win_unittest.cc', 653 'trace_event/trace_event_win_unittest.cc',
652 'tracked_objects_unittest.cc', 654 'tracked_objects_unittest.cc',
653 'tuple_unittest.cc', 655 'tuple_unittest.cc',
654 'values_unittest.cc', 656 'values_unittest.cc',
655 'version_unittest.cc', 657 'version_unittest.cc',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 '../testing/android/native_test.gyp:native_test_native_code', 703 '../testing/android/native_test.gyp:native_test_native_code',
702 ], 704 ],
703 }], 705 }],
704 ['OS == "ios" and _toolset != "host"', { 706 ['OS == "ios" and _toolset != "host"', {
705 'sources/': [ 707 'sources/': [
706 # Only test the iOS-meaningful portion of process_utils. 708 # Only test the iOS-meaningful portion of process_utils.
707 ['exclude', '^process/memory_unittest'], 709 ['exclude', '^process/memory_unittest'],
708 ['exclude', '^process/process_unittest\\.cc$'], 710 ['exclude', '^process/process_unittest\\.cc$'],
709 ['exclude', '^process/process_util_unittest\\.cc$'], 711 ['exclude', '^process/process_util_unittest\\.cc$'],
710 ['include', '^process/process_util_unittest_ios\\.cc$'], 712 ['include', '^process/process_util_unittest_ios\\.cc$'],
711 # Requires spawning processes.
712 ['exclude', '^metrics/stats_table_unittest\\.cc$'],
713 # iOS does not use message_pump_libevent. 713 # iOS does not use message_pump_libevent.
714 ['exclude', '^message_loop/message_pump_libevent_unittest\\.cc$'], 714 ['exclude', '^message_loop/message_pump_libevent_unittest\\.cc$'],
715 ], 715 ],
716 'actions': [ 716 'actions': [
717 { 717 {
718 'action_name': 'copy_test_data', 718 'action_name': 'copy_test_data',
719 'variables': { 719 'variables': {
720 'test_data_files': [ 720 'test_data_files': [
721 'test/data', 721 'test/data',
722 ], 722 ],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 ['OS == "linux" and use_allocator!="none"', { 758 ['OS == "linux" and use_allocator!="none"', {
759 'dependencies': [ 759 'dependencies': [
760 'allocator/allocator.gyp:allocator', 760 'allocator/allocator.gyp:allocator',
761 ], 761 ],
762 }, 762 },
763 ], 763 ],
764 ['OS == "win"', { 764 ['OS == "win"', {
765 'sources!': [ 765 'sources!': [
766 'file_descriptor_shuffle_unittest.cc', 766 'file_descriptor_shuffle_unittest.cc',
767 'files/dir_reader_posix_unittest.cc', 767 'files/dir_reader_posix_unittest.cc',
768 'message_loop/message_pump_libevent_unittest.cc',
768 'threading/worker_pool_posix_unittest.cc', 769 'threading/worker_pool_posix_unittest.cc',
769 'message_loop/message_pump_libevent_unittest.cc',
770 ], 770 ],
771 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 771 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
772 'msvs_disabled_warnings': [ 772 'msvs_disabled_warnings': [
773 4267, 773 4267,
774 ], 774 ],
775 'conditions': [ 775 'conditions': [
776 # This is needed so base_unittests uses the allocator shim, as 776 # This is needed so base_unittests uses the allocator shim, as
777 # SecurityTest.MemoryAllocationRestriction* tests are dependent 777 # SecurityTest.MemoryAllocationRestriction* tests are dependent
778 # on tcmalloc. 778 # on tcmalloc.
779 # TODO(wfh): crbug.com/246278 Move tcmalloc specific tests into 779 # TODO(wfh): crbug.com/246278 Move tcmalloc specific tests into
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 }, 831 },
832 { 832 {
833 'target_name': 'base_perftests', 833 'target_name': 'base_perftests',
834 'type': '<(gtest_target_type)', 834 'type': '<(gtest_target_type)',
835 'dependencies': [ 835 'dependencies': [
836 'base', 836 'base',
837 'test_support_base', 837 'test_support_base',
838 '../testing/gtest.gyp:gtest', 838 '../testing/gtest.gyp:gtest',
839 ], 839 ],
840 'sources': [ 840 'sources': [
841 'threading/thread_perftest.cc',
842 'message_loop/message_pump_perftest.cc', 841 'message_loop/message_pump_perftest.cc',
843 'test/run_all_unittests.cc', 842 'test/run_all_unittests.cc',
843 'threading/thread_perftest.cc',
844 '../testing/perf/perf_test.cc' 844 '../testing/perf/perf_test.cc'
845 ], 845 ],
846 'conditions': [ 846 'conditions': [
847 ['OS == "android"', { 847 ['OS == "android"', {
848 'dependencies': [ 848 'dependencies': [
849 '../testing/android/native_test.gyp:native_test_native_code', 849 '../testing/android/native_test.gyp:native_test_native_code',
850 ], 850 ],
851 }], 851 }],
852 ], 852 ],
853 }, 853 },
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 ], 905 ],
906 'sources': [ 906 'sources': [
907 'test/expectations/expectation.cc', 907 'test/expectations/expectation.cc',
908 'test/expectations/expectation.h', 908 'test/expectations/expectation.h',
909 'test/expectations/parser.cc', 909 'test/expectations/parser.cc',
910 'test/expectations/parser.h', 910 'test/expectations/parser.h',
911 'test/gtest_util.cc', 911 'test/gtest_util.cc',
912 'test/gtest_util.h', 912 'test/gtest_util.h',
913 'test/gtest_xml_util.cc', 913 'test/gtest_xml_util.cc',
914 'test/gtest_xml_util.h', 914 'test/gtest_xml_util.h',
915 'test/histogram_tester.cc',
916 'test/histogram_tester.h',
915 'test/launcher/test_launcher.cc', 917 'test/launcher/test_launcher.cc',
916 'test/launcher/test_launcher.h', 918 'test/launcher/test_launcher.h',
917 'test/launcher/test_result.cc', 919 'test/launcher/test_result.cc',
918 'test/launcher/test_result.h', 920 'test/launcher/test_result.h',
919 'test/launcher/test_results_tracker.cc', 921 'test/launcher/test_results_tracker.cc',
920 'test/launcher/test_results_tracker.h', 922 'test/launcher/test_results_tracker.h',
921 'test/launcher/unit_test_launcher.cc', 923 'test/launcher/unit_test_launcher.cc',
922 'test/launcher/unit_test_launcher.h', 924 'test/launcher/unit_test_launcher.h',
923 'test/launcher/unit_test_launcher_ios.cc', 925 'test/launcher/unit_test_launcher_ios.cc',
924 'test/mock_chrome_application_mac.h', 926 'test/mock_chrome_application_mac.h',
(...skipping 20 matching lines...) Expand all
945 'test/scoped_path_override.cc', 947 'test/scoped_path_override.cc',
946 'test/scoped_path_override.h', 948 'test/scoped_path_override.h',
947 'test/sequenced_task_runner_test_template.cc', 949 'test/sequenced_task_runner_test_template.cc',
948 'test/sequenced_task_runner_test_template.h', 950 'test/sequenced_task_runner_test_template.h',
949 'test/sequenced_worker_pool_owner.cc', 951 'test/sequenced_worker_pool_owner.cc',
950 'test/sequenced_worker_pool_owner.h', 952 'test/sequenced_worker_pool_owner.h',
951 'test/simple_test_clock.cc', 953 'test/simple_test_clock.cc',
952 'test/simple_test_clock.h', 954 'test/simple_test_clock.h',
953 'test/simple_test_tick_clock.cc', 955 'test/simple_test_tick_clock.cc',
954 'test/simple_test_tick_clock.h', 956 'test/simple_test_tick_clock.h',
955 'test/histogram_tester.cc',
956 'test/histogram_tester.h',
957 'test/task_runner_test_template.cc', 957 'test/task_runner_test_template.cc',
958 'test/task_runner_test_template.h', 958 'test/task_runner_test_template.h',
959 'test/test_file_util.cc', 959 'test/test_file_util.cc',
960 'test/test_file_util.h', 960 'test/test_file_util.h',
961 'test/test_file_util_android.cc', 961 'test/test_file_util_android.cc',
962 'test/test_file_util_linux.cc', 962 'test/test_file_util_linux.cc',
963 'test/test_file_util_mac.cc', 963 'test/test_file_util_mac.cc',
964 'test/test_file_util_posix.cc', 964 'test/test_file_util_posix.cc',
965 'test/test_file_util_win.cc', 965 'test/test_file_util_win.cc',
966 'test/test_io_thread.cc', 966 'test/test_io_thread.cc',
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
1367 'sources': [ 1367 'sources': [
1368 'android/java/templates/NativeLibraries.template', 1368 'android/java/templates/NativeLibraries.template',
1369 ], 1369 ],
1370 'variables': { 1370 'variables': {
1371 'package_name': 'org/chromium/base/library_loader', 1371 'package_name': 'org/chromium/base/library_loader',
1372 'template_deps': [], 1372 'template_deps': [],
1373 }, 1373 },
1374 'includes': [ '../build/android/java_cpp_template.gypi' ], 1374 'includes': [ '../build/android/java_cpp_template.gypi' ],
1375 }, 1375 },
1376 { 1376 {
1377 # GN: //base:base_android_java_enums_srcjar
1378 'target_name': 'base_java_library_process_type',
1379 'type': 'none',
1380 'variables': {
1381 'source_file': 'android/library_loader/library_loader_hooks.h',
1382 },
1383 'includes': [ '../build/android/java_cpp_enum.gypi' ],
1384 },
1385 {
1377 # GN: //base:base_java 1386 # GN: //base:base_java
1378 'target_name': 'base_java', 1387 'target_name': 'base_java',
1379 'type': 'none', 1388 'type': 'none',
1380 'variables': { 1389 'variables': {
1381 'java_in_dir': '../base/android/java', 1390 'java_in_dir': '../base/android/java',
1382 'jar_excluded_classes': [ '*/NativeLibraries.class' ], 1391 'jar_excluded_classes': [ '*/NativeLibraries.class' ],
1383 }, 1392 },
1384 'dependencies': [ 1393 'dependencies': [
1385 'base_java_application_state', 1394 'base_java_application_state',
1386 'base_java_library_load_from_apk_status_codes', 1395 'base_java_library_load_from_apk_status_codes',
1396 'base_java_library_process_type',
1387 'base_java_memory_pressure_level', 1397 'base_java_memory_pressure_level',
1388 'base_native_libraries_gen', 1398 'base_native_libraries_gen',
1389 ], 1399 ],
1390 'includes': [ '../build/java.gypi' ], 1400 'includes': [ '../build/java.gypi' ],
1391 'conditions': [ 1401 'conditions': [
1392 ['android_webview_build==0', { 1402 ['android_webview_build==0', {
1393 'dependencies': [ 1403 'dependencies': [
1394 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', 1404 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',
1395 ], 1405 ],
1396 }] 1406 }]
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
1547 'dependencies': [ 1557 'dependencies': [
1548 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1558 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1549 ], 1559 ],
1550 }], 1560 }],
1551 ], 1561 ],
1552 }, 1562 },
1553 ], 1563 ],
1554 }], 1564 }],
1555 ], 1565 ],
1556 } 1566 }
OLDNEW
« no previous file with comments | « base/android/trace_event_binding.cc ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698