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

Side by Side Diff: BUILD.gn

Issue 1341143002: Refactor NaCl IRT toolchains, use arm-nacl-clang (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | build/config/compiler/BUILD.gn » ('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) 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 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 "//chrome/test:load_library_perf_tests", 623 "//chrome/test:load_library_perf_tests",
624 "//chrome/tools/convert_dict", 624 "//chrome/tools/convert_dict",
625 "//components/constrained_window:unit_tests", 625 "//components/constrained_window:unit_tests",
626 "//components/enhanced_bookmarks:test_support", 626 "//components/enhanced_bookmarks:test_support",
627 "//components/metrics:serialization", 627 "//components/metrics:serialization",
628 "//components/password_manager/content/renderer:browser_tests", 628 "//components/password_manager/content/renderer:browser_tests",
629 "//components/rappor:unit_tests", 629 "//components/rappor:unit_tests",
630 "//components/sessions:unit_tests", 630 "//components/sessions:unit_tests",
631 "//media/blink:media_blink_unittests", 631 "//media/blink:media_blink_unittests",
632 "//media/cast:udp_proxy", 632 "//media/cast:udp_proxy",
633 "//native_client/src/trusted/platform_qualify:vcpuid",
634 "//native_client/src/trusted/debug_stub:gdb_rsp_unittest", 633 "//native_client/src/trusted/debug_stub:gdb_rsp_unittest",
635 "//storage/browser:dump_file_system", 634 "//storage/browser:dump_file_system",
636 "//third_party/angle:libANGLE", 635 "//third_party/angle:libANGLE",
637 "//third_party/angle:libEGL", 636 "//third_party/angle:libEGL",
638 "//third_party/angle:libGLESv2", 637 "//third_party/angle:libGLESv2",
639 "//third_party/cld_2:cld_2_dynamic_data_tool", 638 "//third_party/cld_2:cld_2_dynamic_data_tool",
640 "//third_party/leveldatabase:leveldb_arena_test", 639 "//third_party/leveldatabase:leveldb_arena_test",
641 "//third_party/leveldatabase:leveldb_bloom_test", 640 "//third_party/leveldatabase:leveldb_bloom_test",
642 "//third_party/leveldatabase:leveldb_db_test", 641 "//third_party/leveldatabase:leveldb_db_test",
643 "//third_party/leveldatabase:leveldb_crc32c_test", 642 "//third_party/leveldatabase:leveldb_crc32c_test",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 "//third_party/opus:test_opus_api", 675 "//third_party/opus:test_opus_api",
677 "//third_party/opus:test_opus_padding", 676 "//third_party/opus:test_opus_padding",
678 "//third_party/webrtc/system_wrappers:field_trial_default", 677 "//third_party/webrtc/system_wrappers:field_trial_default",
679 "//third_party/webrtc/system_wrappers:metrics_default", 678 "//third_party/webrtc/system_wrappers:metrics_default",
680 "//ui/display/types", 679 "//ui/display/types",
681 "//ui/shell_dialogs:shell_dialogs_unittests", 680 "//ui/shell_dialogs:shell_dialogs_unittests",
682 "//ui/views/examples:views_examples_exe", 681 "//ui/views/examples:views_examples_exe",
683 ] 682 ]
684 683
685 if (target_cpu == "x86" || target_cpu == "x64") { 684 if (target_cpu == "x86" || target_cpu == "x64") {
686 deps += [ "//third_party/libjpeg_turbo:simd_asm" ] 685 deps += [
686 "//third_party/libjpeg_turbo:simd_asm",
687 "//native_client/src/trusted/platform_qualify:vcpuid",
688 ]
687 } 689 }
688 if (enable_nacl) { 690 if (enable_nacl) {
689 deps += [ "//native_client/src/trusted/service_runtime:sel_ldr" ] 691 deps += [ "//native_client/src/trusted/service_runtime:sel_ldr" ]
690 } 692 }
691 if (use_ozone) { 693 if (use_ozone) {
692 deps += [ "//ui/ozone/demo" ] 694 deps += [ "//ui/ozone/demo" ]
693 } 695 }
694 if (is_android) { 696 if (is_android) {
695 deps += [ "//build/android/gyp/test:hello_world" ] 697 deps += [ "//build/android/gyp/test:hello_world" ]
696 } 698 }
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 "//ui/views:views_unittests", # TooltipControllerTest failures 946 "//ui/views:views_unittests", # TooltipControllerTest failures
945 "//ui/wm:wm_unittests", # PASSES 4/21/2015 947 "//ui/wm:wm_unittests", # PASSES 4/21/2015
946 "//url:url_unittests", # PASSES 4/17/2015 948 "//url:url_unittests", # PASSES 4/17/2015
947 949
948 # TODO(GYP) nacl_integration 950 # TODO(GYP) nacl_integration
949 # TODO(GYP) telemetry_perf_unittests 951 # TODO(GYP) telemetry_perf_unittests
950 # TODO(GYP) telemetry_unittests 952 # TODO(GYP) telemetry_unittests
951 ] 953 ]
952 } 954 }
953 } 955 }
OLDNEW
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698