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

Side by Side Diff: base/base.gyp

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 6 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/scoped_java_ref.h ('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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 'bind_unittest.cc', 451 'bind_unittest.cc',
452 'bind_unittest.nc', 452 'bind_unittest.nc',
453 'bits_unittest.cc', 453 'bits_unittest.cc',
454 'build_time_unittest.cc', 454 'build_time_unittest.cc',
455 'callback_helpers_unittest.cc', 455 'callback_helpers_unittest.cc',
456 'callback_list_unittest.cc', 456 'callback_list_unittest.cc',
457 'callback_list_unittest.nc', 457 'callback_list_unittest.nc',
458 'callback_unittest.cc', 458 'callback_unittest.cc',
459 'callback_unittest.nc', 459 'callback_unittest.nc',
460 'cancelable_callback_unittest.cc', 460 'cancelable_callback_unittest.cc',
461 'chromeos/memory_pressure_monitor_chromeos_unittest.cc',
462 'command_line_unittest.cc', 461 'command_line_unittest.cc',
463 'containers/adapters_unittest.cc', 462 'containers/adapters_unittest.cc',
464 'containers/hash_tables_unittest.cc', 463 'containers/hash_tables_unittest.cc',
465 'containers/linked_list_unittest.cc', 464 'containers/linked_list_unittest.cc',
466 'containers/mru_cache_unittest.cc', 465 'containers/mru_cache_unittest.cc',
467 'containers/scoped_ptr_hash_map_unittest.cc', 466 'containers/scoped_ptr_hash_map_unittest.cc',
468 'containers/small_map_unittest.cc', 467 'containers/small_map_unittest.cc',
469 'containers/stack_container_unittest.cc', 468 'containers/stack_container_unittest.cc',
470 'cpu_unittest.cc', 469 'cpu_unittest.cc',
471 'debug/crash_logging_unittest.cc', 470 'debug/crash_logging_unittest.cc',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 'json/json_value_serializer_unittest.cc', 510 'json/json_value_serializer_unittest.cc',
512 'json/json_writer_unittest.cc', 511 'json/json_writer_unittest.cc',
513 'json/string_escape_unittest.cc', 512 'json/string_escape_unittest.cc',
514 'lazy_instance_unittest.cc', 513 'lazy_instance_unittest.cc',
515 'logging_unittest.cc', 514 'logging_unittest.cc',
516 'mac/bind_objc_block_unittest.mm', 515 'mac/bind_objc_block_unittest.mm',
517 'mac/dispatch_source_mach_unittest.cc', 516 'mac/dispatch_source_mach_unittest.cc',
518 'mac/foundation_util_unittest.mm', 517 'mac/foundation_util_unittest.mm',
519 'mac/libdispatch_task_runner_unittest.cc', 518 'mac/libdispatch_task_runner_unittest.cc',
520 'mac/mac_util_unittest.mm', 519 'mac/mac_util_unittest.mm',
521 'mac/memory_pressure_monitor_mac_unittest.cc',
522 'mac/objc_property_releaser_unittest.mm', 520 'mac/objc_property_releaser_unittest.mm',
523 'mac/scoped_nsobject_unittest.mm', 521 'mac/scoped_nsobject_unittest.mm',
524 'mac/scoped_objc_class_swizzler_unittest.mm', 522 'mac/scoped_objc_class_swizzler_unittest.mm',
525 'mac/scoped_sending_event_unittest.mm', 523 'mac/scoped_sending_event_unittest.mm',
526 'md5_unittest.cc', 524 'md5_unittest.cc',
527 'memory/aligned_memory_unittest.cc', 525 'memory/aligned_memory_unittest.cc',
528 'memory/discardable_shared_memory_unittest.cc', 526 'memory/discardable_shared_memory_unittest.cc',
529 'memory/linked_ptr_unittest.cc', 527 'memory/linked_ptr_unittest.cc',
528 'memory/memory_pressure_monitor_chromeos_unittest.cc',
529 'memory/memory_pressure_monitor_mac_unittest.cc',
530 'memory/memory_pressure_monitor_win_unittest.cc',
530 'memory/ref_counted_memory_unittest.cc', 531 'memory/ref_counted_memory_unittest.cc',
531 'memory/ref_counted_unittest.cc', 532 'memory/ref_counted_unittest.cc',
532 'memory/scoped_ptr_unittest.cc', 533 'memory/scoped_ptr_unittest.cc',
533 'memory/scoped_ptr_unittest.nc', 534 'memory/scoped_ptr_unittest.nc',
534 'memory/scoped_vector_unittest.cc', 535 'memory/scoped_vector_unittest.cc',
535 'memory/shared_memory_unittest.cc', 536 'memory/shared_memory_unittest.cc',
536 'memory/singleton_unittest.cc', 537 'memory/singleton_unittest.cc',
537 'memory/weak_ptr_unittest.cc', 538 'memory/weak_ptr_unittest.cc',
538 'memory/weak_ptr_unittest.nc', 539 'memory/weak_ptr_unittest.nc',
539 'message_loop/message_loop_proxy_impl_unittest.cc', 540 'message_loop/message_loop_proxy_impl_unittest.cc',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 'values_unittest.cc', 649 'values_unittest.cc',
649 'version_unittest.cc', 650 'version_unittest.cc',
650 'vlog_unittest.cc', 651 'vlog_unittest.cc',
651 'win/dllmain.cc', 652 'win/dllmain.cc',
652 'win/enum_variant_unittest.cc', 653 'win/enum_variant_unittest.cc',
653 'win/event_trace_consumer_unittest.cc', 654 'win/event_trace_consumer_unittest.cc',
654 'win/event_trace_controller_unittest.cc', 655 'win/event_trace_controller_unittest.cc',
655 'win/event_trace_provider_unittest.cc', 656 'win/event_trace_provider_unittest.cc',
656 'win/i18n_unittest.cc', 657 'win/i18n_unittest.cc',
657 'win/iunknown_impl_unittest.cc', 658 'win/iunknown_impl_unittest.cc',
658 'win/memory_pressure_monitor_unittest.cc',
659 'win/message_window_unittest.cc', 659 'win/message_window_unittest.cc',
660 'win/object_watcher_unittest.cc', 660 'win/object_watcher_unittest.cc',
661 'win/pe_image_unittest.cc', 661 'win/pe_image_unittest.cc',
662 'win/registry_unittest.cc', 662 'win/registry_unittest.cc',
663 'win/scoped_bstr_unittest.cc', 663 'win/scoped_bstr_unittest.cc',
664 'win/scoped_comptr_unittest.cc', 664 'win/scoped_comptr_unittest.cc',
665 'win/scoped_process_information_unittest.cc', 665 'win/scoped_process_information_unittest.cc',
666 'win/scoped_variant_unittest.cc', 666 'win/scoped_variant_unittest.cc',
667 'win/shortcut_unittest.cc', 667 'win/shortcut_unittest.cc',
668 'win/startup_information_unittest.cc', 668 'win/startup_information_unittest.cc',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 'toolsets': ['host', 'target'], 898 'toolsets': ['host', 'target'],
899 }], 899 }],
900 ], 900 ],
901 'sources': [ 901 'sources': [
902 'test/expectations/expectation.cc', 902 'test/expectations/expectation.cc',
903 'test/expectations/expectation.h', 903 'test/expectations/expectation.h',
904 'test/expectations/parser.cc', 904 'test/expectations/parser.cc',
905 'test/expectations/parser.h', 905 'test/expectations/parser.h',
906 'test/gtest_util.cc', 906 'test/gtest_util.cc',
907 'test/gtest_util.h', 907 'test/gtest_util.h',
908 'test/gtest_xml_unittest_result_printer.cc',
909 'test/gtest_xml_unittest_result_printer.h',
908 'test/gtest_xml_util.cc', 910 'test/gtest_xml_util.cc',
909 'test/gtest_xml_util.h', 911 'test/gtest_xml_util.h',
910 'test/histogram_tester.cc', 912 'test/histogram_tester.cc',
911 'test/histogram_tester.h', 913 'test/histogram_tester.h',
912 'test/ios/wait_util.h', 914 'test/ios/wait_util.h',
913 'test/ios/wait_util.mm', 915 'test/ios/wait_util.mm',
914 'test/launcher/test_launcher.cc', 916 'test/launcher/test_launcher.cc',
915 'test/launcher/test_launcher.h', 917 'test/launcher/test_launcher.h',
916 'test/launcher/test_result.cc', 918 'test/launcher/test_result.cc',
917 'test/launcher/test_result.h', 919 'test/launcher/test_result.h',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
983 'test/test_suite.cc', 985 'test/test_suite.cc',
984 'test/test_suite.h', 986 'test/test_suite.h',
985 'test/test_support_android.cc', 987 'test/test_support_android.cc',
986 'test/test_support_android.h', 988 'test/test_support_android.h',
987 'test/test_support_ios.h', 989 'test/test_support_ios.h',
988 'test/test_support_ios.mm', 990 'test/test_support_ios.mm',
989 'test/test_switches.cc', 991 'test/test_switches.cc',
990 'test/test_switches.h', 992 'test/test_switches.h',
991 'test/test_timeouts.cc', 993 'test/test_timeouts.cc',
992 'test/test_timeouts.h', 994 'test/test_timeouts.h',
995 'test/test_ui_thread_android.cc',
996 'test/test_ui_thread_android.h',
993 'test/thread_test_helper.cc', 997 'test/thread_test_helper.cc',
994 'test/thread_test_helper.h', 998 'test/thread_test_helper.h',
995 'test/trace_event_analyzer.cc', 999 'test/trace_event_analyzer.cc',
996 'test/trace_event_analyzer.h', 1000 'test/trace_event_analyzer.h',
997 'test/trace_to_file.cc', 1001 'test/trace_to_file.cc',
998 'test/trace_to_file.h', 1002 'test/trace_to_file.h',
999 'test/user_action_tester.cc', 1003 'test/user_action_tester.cc',
1000 'test/user_action_tester.h', 1004 'test/user_action_tester.h',
1001 'test/values_test_util.cc', 1005 'test/values_test_util.cc',
1002 'test/values_test_util.h', 1006 'test/values_test_util.h',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 ], 1038 ],
1035 'sources': [ 1039 'sources': [
1036 'test/run_all_perftests.cc', 1040 'test/run_all_perftests.cc',
1037 ], 1041 ],
1038 'direct_dependent_settings': { 1042 'direct_dependent_settings': {
1039 'defines': [ 1043 'defines': [
1040 'PERF_TEST', 1044 'PERF_TEST',
1041 ], 1045 ],
1042 }, 1046 },
1043 }, 1047 },
1048 {
1049 'target_name': 'test_launcher_nacl_nonsfi',
1050 'conditions': [
1051 ['disable_nacl==0 and disable_nacl_untrusted==0 and enable_nacl_nonsfi_t est==1', {
1052 'type': 'static_library',
1053 'sources': [
1054 'test/launcher/test_launcher_nacl_nonsfi.cc',
1055 ],
1056 'dependencies': [
1057 'test_support_base',
1058 ],
1059 }, {
1060 'type': 'none',
1061 }],
1062 ],
1063 },
1044 ], 1064 ],
1045 'conditions': [ 1065 'conditions': [
1046 ['OS=="ios" and "<(GENERATOR)"=="ninja"', { 1066 ['OS=="ios" and "<(GENERATOR)"=="ninja"', {
1047 'targets': [ 1067 'targets': [
1048 { 1068 {
1049 'target_name': 'test_launcher', 1069 'target_name': 'test_launcher',
1050 'toolsets': ['host'], 1070 'toolsets': ['host'],
1051 'type': 'executable', 1071 'type': 'executable',
1052 'dependencies': [ 1072 'dependencies': [
1053 'test_support_base', 1073 'test_support_base',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
1335 } 1355 }
1336 ], 1356 ],
1337 }], 1357 }],
1338 ['OS == "android"', { 1358 ['OS == "android"', {
1339 'targets': [ 1359 'targets': [
1340 { 1360 {
1341 # GN: //base:base_jni_headers 1361 # GN: //base:base_jni_headers
1342 'target_name': 'base_jni_headers', 1362 'target_name': 'base_jni_headers',
1343 'type': 'none', 1363 'type': 'none',
1344 'sources': [ 1364 'sources': [
1365 'android/java/src/org/chromium/base/ApkAssets.java',
1345 'android/java/src/org/chromium/base/ApplicationStatus.java', 1366 'android/java/src/org/chromium/base/ApplicationStatus.java',
1346 'android/java/src/org/chromium/base/AnimationFrameTimeHistogram.java ', 1367 'android/java/src/org/chromium/base/AnimationFrameTimeHistogram.java ',
1347 'android/java/src/org/chromium/base/BuildInfo.java', 1368 'android/java/src/org/chromium/base/BuildInfo.java',
1348 'android/java/src/org/chromium/base/CommandLine.java', 1369 'android/java/src/org/chromium/base/CommandLine.java',
1349 'android/java/src/org/chromium/base/ContentUriUtils.java', 1370 'android/java/src/org/chromium/base/ContentUriUtils.java',
1350 'android/java/src/org/chromium/base/CpuFeatures.java', 1371 'android/java/src/org/chromium/base/CpuFeatures.java',
1351 'android/java/src/org/chromium/base/EventLog.java', 1372 'android/java/src/org/chromium/base/EventLog.java',
1352 'android/java/src/org/chromium/base/FieldTrialList.java', 1373 'android/java/src/org/chromium/base/FieldTrialList.java',
1353 'android/java/src/org/chromium/base/ImportantFileWriterAndroid.java' , 1374 'android/java/src/org/chromium/base/ImportantFileWriterAndroid.java' ,
1354 'android/java/src/org/chromium/base/JNIUtils.java', 1375 'android/java/src/org/chromium/base/JNIUtils.java',
(...skipping 28 matching lines...) Expand all
1383 'input_java_class': 'java/lang/Runtime.class', 1404 'input_java_class': 'java/lang/Runtime.class',
1384 }, 1405 },
1385 'includes': [ '../build/jar_file_jni_generator.gypi' ], 1406 'includes': [ '../build/jar_file_jni_generator.gypi' ],
1386 }, 1407 },
1387 { 1408 {
1388 # TODO(GN) 1409 # TODO(GN)
1389 'target_name': 'base_unittests_jni_headers', 1410 'target_name': 'base_unittests_jni_headers',
1390 'type': 'none', 1411 'type': 'none',
1391 'sources': [ 1412 'sources': [
1392 'test/android/java/src/org/chromium/base/ContentUriTestUtils.java', 1413 'test/android/java/src/org/chromium/base/ContentUriTestUtils.java',
1414 'test/android/java/src/org/chromium/base/TestUiThread.java',
1393 ], 1415 ],
1394 'variables': { 1416 'variables': {
1395 'jni_gen_package': 'base', 1417 'jni_gen_package': 'base',
1396 }, 1418 },
1397 'includes': [ '../build/jni_generator.gypi' ], 1419 'includes': [ '../build/jni_generator.gypi' ],
1398 }, 1420 },
1399 { 1421 {
1400 # GN: //base:base_native_libraries_gen 1422 # GN: //base:base_native_libraries_gen
1401 'target_name': 'base_native_libraries_gen', 1423 'target_name': 'base_native_libraries_gen',
1402 'type': 'none', 1424 'type': 'none',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
1551 { 1573 {
1552 # GN: //base:base_unittests_apk 1574 # GN: //base:base_unittests_apk
1553 'target_name': 'base_unittests_apk', 1575 'target_name': 'base_unittests_apk',
1554 'type': 'none', 1576 'type': 'none',
1555 'dependencies': [ 1577 'dependencies': [
1556 'base_java', 1578 'base_java',
1557 'base_unittests', 1579 'base_unittests',
1558 ], 1580 ],
1559 'variables': { 1581 'variables': {
1560 'test_suite_name': 'base_unittests', 1582 'test_suite_name': 'base_unittests',
1583 'isolate_file': 'base_unittests.isolate',
1561 }, 1584 },
1562 'includes': [ '../build/apk_test.gypi' ], 1585 'includes': [ '../build/apk_test.gypi' ],
1563 }, 1586 },
1564 ], 1587 ],
1565 }], 1588 }],
1566 ['OS == "win"', { 1589 ['OS == "win"', {
1567 'targets': [ 1590 'targets': [
1568 { 1591 {
1569 'target_name': 'debug_message', 1592 'target_name': 'debug_message',
1570 'type': 'executable', 1593 'type': 'executable',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
1608 'type': 'none', 1631 'type': 'none',
1609 'dependencies': [ 1632 'dependencies': [
1610 'base_unittests', 1633 'base_unittests',
1611 ], 1634 ],
1612 'includes': [ 1635 'includes': [
1613 '../build/isolate.gypi', 1636 '../build/isolate.gypi',
1614 ], 1637 ],
1615 'sources': [ 1638 'sources': [
1616 'base_unittests.isolate', 1639 'base_unittests.isolate',
1617 ], 1640 ],
1618 'conditions': [
1619 ['use_x11 == 1', {
1620 'dependencies': [
1621 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1622 ],
1623 }],
1624 ],
1625 }, 1641 },
1626 ], 1642 ],
1627 }], 1643 }],
1628 ], 1644 ],
1629 } 1645 }
OLDNEW
« no previous file with comments | « base/android/scoped_java_ref.h ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698