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

Side by Side Diff: BUILD.gn

Issue 1085843003: Revert of Web MIDI: split build rules for media/midi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | android_webview/android_webview.gyp » ('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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "//extensions:extensions_browsertests", 58 "//extensions:extensions_browsertests",
59 "//extensions:extensions_unittests", 59 "//extensions:extensions_unittests",
60 "//google_apis/gcm:gcm_unit_tests", 60 "//google_apis/gcm:gcm_unit_tests",
61 "//gpu:gpu_unittests", 61 "//gpu:gpu_unittests",
62 "//ipc:ipc_tests", 62 "//ipc:ipc_tests",
63 "//ipc/mojo:ipc_mojo_unittests", 63 "//ipc/mojo:ipc_mojo_unittests",
64 "//jingle:jingle_unittests", 64 "//jingle:jingle_unittests",
65 "//mandoline", 65 "//mandoline",
66 "//media:media_unittests", 66 "//media:media_unittests",
67 "//media/cast:cast_unittests", 67 "//media/cast:cast_unittests",
68 "//media/midi:midi_unittests",
69 "//mojo", 68 "//mojo",
70 "//mojo/application", 69 "//mojo/application",
71 "//mojo/common:mojo_common_unittests", 70 "//mojo/common:mojo_common_unittests",
72 "//net:hpack_example_generator", 71 "//net:hpack_example_generator",
73 "//net:hpack_fuzz_mutator", 72 "//net:hpack_fuzz_mutator",
74 "//net:hpack_fuzz_wrapper", 73 "//net:hpack_fuzz_wrapper",
75 "//net:net_perftests", 74 "//net:net_perftests",
76 "//net:net_unittests", 75 "//net:net_unittests",
77 "//ppapi:ppapi_unittests", 76 "//ppapi:ppapi_unittests",
78 "//ppapi/examples/2d", 77 "//ppapi/examples/2d",
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 "//device:device_unittests", # PASSES 3/07/2015 714 "//device:device_unittests", # PASSES 3/07/2015
716 "//extensions:extensions_browsertests", # PASSES 2/25/2015 715 "//extensions:extensions_browsertests", # PASSES 2/25/2015
717 "//extensions:extensions_unittests", # PASSES 2/25/2015 716 "//extensions:extensions_unittests", # PASSES 2/25/2015
718 "//extensions/shell:app_shell_unittests", # PASSES 2/25/2015 717 "//extensions/shell:app_shell_unittests", # PASSES 2/25/2015
719 "//google_apis/gcm:gcm_unit_tests", # PASSES 2/25/2015 718 "//google_apis/gcm:gcm_unit_tests", # PASSES 2/25/2015
720 "//google_apis:google_apis_unittests", # PASSES 2/25/2015 719 "//google_apis:google_apis_unittests", # PASSES 2/25/2015
721 "//gpu:gpu_unittests", # PASSES 2/25/2015 720 "//gpu:gpu_unittests", # PASSES 2/25/2015
722 "//ipc:ipc_tests", # PASSES 2/25/2015 721 "//ipc:ipc_tests", # PASSES 2/25/2015
723 "//ipc/mojo:ipc_mojo_unittests", # PASSES 2/25/2015 722 "//ipc/mojo:ipc_mojo_unittests", # PASSES 2/25/2015
724 "//jingle:jingle_unittests", # PASSES 2/25/2015 723 "//jingle:jingle_unittests", # PASSES 2/25/2015
724 "//media/cast:cast_unittests", # PASSES 2/25/2015
725 "//media:media_unittests", # PASSES 3/3/2015 725 "//media:media_unittests", # PASSES 3/3/2015
726 "//media/cast:cast_unittests", # PASSES 2/25/2015
727 "//media/midi:midi_unittests", # PASSES 4/10/2015
728 "//mojo/common:mojo_common_unittests", # PASSES 2/25/2015 726 "//mojo/common:mojo_common_unittests", # PASSES 2/25/2015
729 "//net:net_unittests", # PASSES 2/25/2015 727 "//net:net_unittests", # PASSES 2/25/2015
730 "//ppapi:ppapi_unittests", # PASSES 2/26/2015 728 "//ppapi:ppapi_unittests", # PASSES 2/26/2015
731 "//printing:printing_unittests", # PASSES 2/25/2015 729 "//printing:printing_unittests", # PASSES 2/25/2015
732 "//remoting:remoting_unittests", # PASSES 4/17/2015 730 "//remoting:remoting_unittests", # PASSES 4/17/2015
733 "//sandbox/linux:sandbox_linux_unittests", # PASSES 2/25/2015 731 "//sandbox/linux:sandbox_linux_unittests", # PASSES 2/25/2015
734 "//skia:skia_unittests", # PASSES 2/25/2015 732 "//skia:skia_unittests", # PASSES 2/25/2015
735 "//sql:sql_unittests", # PASSES 2/25/2015 733 "//sql:sql_unittests", # PASSES 2/25/2015
736 "//sync:sync_unit_tests", # PASSES 2/25/2015 734 "//sync:sync_unit_tests", # PASSES 2/25/2015
737 "//third_party/cacheinvalidation:cacheinvalidation_unittests", # PASSES 2 /25/2015 735 "//third_party/cacheinvalidation:cacheinvalidation_unittests", # PASSES 2 /25/2015
(...skipping 16 matching lines...) Expand all
754 752
755 # Note: 753 # Note:
756 # (*) Fails but failures match GYP build at time of testing. 754 # (*) Fails but failures match GYP build at time of testing.
757 ] 755 ]
758 756
759 if (enable_nacl) { 757 if (enable_nacl) {
760 deps += [ "//components/nacl:nacl_loader_unittests" ] # PASSES 3/28/2015 758 deps += [ "//components/nacl:nacl_loader_unittests" ] # PASSES 3/28/2015
761 } 759 }
762 } 760 }
763 } 761 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/android_webview.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698