OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 # This is the root build file for GN. GN will start processing by loading this | 5 # This is the root build file for GN. GN will start processing by loading this |
6 # file, and recursively load all dependencies until all dependencies are either | 6 # file, and recursively load all dependencies until all dependencies are either |
7 # resolved or known not to exist (which will cause the build to fail). So if | 7 # resolved or known not to exist (which will cause the build to fail). So if |
8 # you add a new build file, there must be some path of dependencies from this | 8 # you add a new build file, there must be some path of dependencies from this |
9 # file to your new one or GN won't know about it. | 9 # file to your new one or GN won't know about it. |
10 | 10 |
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
598 "//third_party/leveldatabase:leveldb_db_bench", | 598 "//third_party/leveldatabase:leveldb_db_bench", |
599 "//third_party/leveldatabase:leveldb_log_test", | 599 "//third_party/leveldatabase:leveldb_log_test", |
600 "//third_party/leveldatabase:leveldb_corruption_test", | 600 "//third_party/leveldatabase:leveldb_corruption_test", |
601 "//third_party/leveldatabase:leveldb_table_test", | 601 "//third_party/leveldatabase:leveldb_table_test", |
602 "//third_party/leveldatabase:leveldb_skiplist_test", | 602 "//third_party/leveldatabase:leveldb_skiplist_test", |
603 "//third_party/leveldatabase:leveldb_filename_test", | 603 "//third_party/leveldatabase:leveldb_filename_test", |
604 "//third_party/leveldatabase:leveldb_dbformat_test", | 604 "//third_party/leveldatabase:leveldb_dbformat_test", |
605 "//third_party/pdfium/third_party:freetype", | 605 "//third_party/pdfium/third_party:freetype", |
606 "//third_party/libjingle:peerconnnection_server", | 606 "//third_party/libjingle:peerconnnection_server", |
607 "//third_party/libjpeg_turbo:simd", | 607 "//third_party/libjpeg_turbo:simd", |
608 "//third_party/libjpeg_turbo:simd_asm", | |
609 "//third_party/libsrtp:replay_driver", | 608 "//third_party/libsrtp:replay_driver", |
610 "//third_party/libsrtp:roc_driver", | 609 "//third_party/libsrtp:roc_driver", |
611 "//third_party/libsrtp:rtpw", | 610 "//third_party/libsrtp:rtpw", |
612 "//third_party/libsrtp:rdbx_driver", | 611 "//third_party/libsrtp:rdbx_driver", |
613 "//third_party/libsrtp:srtp_driver", | 612 "//third_party/libsrtp:srtp_driver", |
614 "//third_party/libsrtp:srtp_driver", | 613 "//third_party/libsrtp:srtp_driver", |
615 "//third_party/libsrtp:srtp_test_kernel_driver", | 614 "//third_party/libsrtp:srtp_test_kernel_driver", |
616 "//third_party/libsrtp:srtp_test_cipher_driver", | 615 "//third_party/libsrtp:srtp_test_cipher_driver", |
617 "//third_party/libsrtp:srtp_test_datatypes_driver", | 616 "//third_party/libsrtp:srtp_test_datatypes_driver", |
618 "//third_party/libsrtp:srtp_test_aes_calc", | 617 "//third_party/libsrtp:srtp_test_aes_calc", |
619 "//third_party/libsrtp:srtp_test_env", | 618 "//third_party/libsrtp:srtp_test_env", |
620 "//third_party/libsrtp:srtp_test_rand_gen", | 619 "//third_party/libsrtp:srtp_test_rand_gen", |
621 "//third_party/libsrtp:srtp_test_sha1_driver", | 620 "//third_party/libsrtp:srtp_test_sha1_driver", |
622 "//third_party/libsrtp:srtp_test_stat_driver", | 621 "//third_party/libsrtp:srtp_test_stat_driver", |
623 "//third_party/opus:opus_compare", | 622 "//third_party/opus:opus_compare", |
624 "//third_party/opus:opus_demo", | 623 "//third_party/opus:opus_demo", |
625 "//third_party/opus:test_opus_decode", | 624 "//third_party/opus:test_opus_decode", |
626 "//third_party/opus:test_opus_encode", | 625 "//third_party/opus:test_opus_encode", |
627 "//third_party/opus:test_opus_api", | 626 "//third_party/opus:test_opus_api", |
628 "//third_party/opus:test_opus_padding", | 627 "//third_party/opus:test_opus_padding", |
629 "//third_party/webrtc/system_wrappers:field_trial_default", | 628 "//third_party/webrtc/system_wrappers:field_trial_default", |
630 "//third_party/webrtc/system_wrappers:metrics_default", | 629 "//third_party/webrtc/system_wrappers:metrics_default", |
631 "//ui/display/types", | 630 "//ui/display/types", |
632 "//ui/shell_dialogs:shell_dialogs_unittests", | 631 "//ui/shell_dialogs:shell_dialogs_unittests", |
633 "//ui/views/examples:views_examples_exe", | 632 "//ui/views/examples:views_examples_exe", |
634 ] | 633 ] |
| 634 if (target_cpu == "x86" || target_cpu == "x64") { |
| 635 deps += [ "//third_party/libjpeg_turbo:simd_asm" ] |
| 636 } |
635 if (enable_nacl) { | 637 if (enable_nacl) { |
636 deps += [ "//native_client/src/trusted/service_runtime:sel_ldr" ] | 638 deps += [ "//native_client/src/trusted/service_runtime:sel_ldr" ] |
637 } | 639 } |
638 if (use_ozone) { | 640 if (use_ozone) { |
639 deps += [ "//ui/ozone/demo" ] | 641 deps += [ "//ui/ozone/demo" ] |
640 } | 642 } |
641 if (is_android) { | 643 if (is_android) { |
642 deps += [ "//build/android/gyp/test:hello_world" ] | 644 deps += [ "//build/android/gyp/test:hello_world" ] |
643 } | 645 } |
644 | 646 |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
821 "//url:url_unittests", # PASSES 4/17/2015 | 823 "//url:url_unittests", # PASSES 4/17/2015 |
822 | 824 |
823 # TODO(GYP) installer_util_unittests | 825 # TODO(GYP) installer_util_unittests |
824 # TODO(GYP) app_installer_unittests | 826 # TODO(GYP) app_installer_unittests |
825 # TODO(GYP) nacl_integration | 827 # TODO(GYP) nacl_integration |
826 # TODO(GYP) telemetry_perf_unittests | 828 # TODO(GYP) telemetry_perf_unittests |
827 # TODO(GYP) telemetry_unittests | 829 # TODO(GYP) telemetry_unittests |
828 ] | 830 ] |
829 } | 831 } |
830 } | 832 } |
OLD | NEW |