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

Side by Side Diff: BUILD.gn

Issue 1065743003: Reland: Web MIDI: split build rules for media/midi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed patch set Created 5 years, 7 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "//device:device_unittests", 77 "//device:device_unittests",
78 "//extensions:extensions_browsertests", 78 "//extensions:extensions_browsertests",
79 "//extensions:extensions_unittests", 79 "//extensions:extensions_unittests",
80 "//google_apis/gcm:gcm_unit_tests", 80 "//google_apis/gcm:gcm_unit_tests",
81 "//gpu:gpu_unittests", 81 "//gpu:gpu_unittests",
82 "//ipc:ipc_tests", 82 "//ipc:ipc_tests",
83 "//ipc/mojo:ipc_mojo_unittests", 83 "//ipc/mojo:ipc_mojo_unittests",
84 "//jingle:jingle_unittests", 84 "//jingle:jingle_unittests",
85 "//media:media_unittests", 85 "//media:media_unittests",
86 "//media/cast:cast_unittests", 86 "//media/cast:cast_unittests",
87 "//media/midi:midi_unittests",
87 "//mojo", 88 "//mojo",
88 "//mojo/application", 89 "//mojo/application",
89 "//mojo/common:mojo_common_unittests", 90 "//mojo/common:mojo_common_unittests",
90 "//net:hpack_example_generator", 91 "//net:hpack_example_generator",
91 "//net:hpack_fuzz_mutator", 92 "//net:hpack_fuzz_mutator",
92 "//net:hpack_fuzz_wrapper", 93 "//net:hpack_fuzz_wrapper",
93 "//net:net_perftests", 94 "//net:net_perftests",
94 "//net:net_unittests", 95 "//net:net_unittests",
95 "//ppapi:ppapi_unittests", 96 "//ppapi:ppapi_unittests",
96 "//ppapi/examples/2d", 97 "//ppapi/examples/2d",
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 "//device:device_unittests", # PASSES 3/07/2015 734 "//device:device_unittests", # PASSES 3/07/2015
734 "//extensions:extensions_browsertests", # PASSES 2/25/2015 735 "//extensions:extensions_browsertests", # PASSES 2/25/2015
735 "//extensions:extensions_unittests", # PASSES 2/25/2015 736 "//extensions:extensions_unittests", # PASSES 2/25/2015
736 "//extensions/shell:app_shell_unittests", # PASSES 2/25/2015 737 "//extensions/shell:app_shell_unittests", # PASSES 2/25/2015
737 "//google_apis/gcm:gcm_unit_tests", # PASSES 2/25/2015 738 "//google_apis/gcm:gcm_unit_tests", # PASSES 2/25/2015
738 "//google_apis:google_apis_unittests", # PASSES 2/25/2015 739 "//google_apis:google_apis_unittests", # PASSES 2/25/2015
739 "//gpu:gpu_unittests", # PASSES 2/25/2015 740 "//gpu:gpu_unittests", # PASSES 2/25/2015
740 "//ipc:ipc_tests", # PASSES 2/25/2015 741 "//ipc:ipc_tests", # PASSES 2/25/2015
741 "//ipc/mojo:ipc_mojo_unittests", # PASSES 2/25/2015 742 "//ipc/mojo:ipc_mojo_unittests", # PASSES 2/25/2015
742 "//jingle:jingle_unittests", # PASSES 2/25/2015 743 "//jingle:jingle_unittests", # PASSES 2/25/2015
744 "//media:media_unittests", # PASSES 3/3/2015
743 "//media/cast:cast_unittests", # PASSES 2/25/2015 745 "//media/cast:cast_unittests", # PASSES 2/25/2015
744 "//media:media_unittests", # PASSES 3/3/2015 746 "//media/midi:midi_unittests", # PASSES 4/10/2015
745 "//mojo/common:mojo_common_unittests", # PASSES 2/25/2015 747 "//mojo/common:mojo_common_unittests", # PASSES 2/25/2015
746 "//net:net_unittests", # PASSES 2/25/2015 748 "//net:net_unittests", # PASSES 2/25/2015
747 "//ppapi:ppapi_unittests", # PASSES 2/26/2015 749 "//ppapi:ppapi_unittests", # PASSES 2/26/2015
748 "//printing:printing_unittests", # PASSES 2/25/2015 750 "//printing:printing_unittests", # PASSES 2/25/2015
749 "//remoting:remoting_unittests", # PASSES 4/17/2015 751 "//remoting:remoting_unittests", # PASSES 4/17/2015
750 "//sandbox/linux:sandbox_linux_unittests", # PASSES 2/25/2015 752 "//sandbox/linux:sandbox_linux_unittests", # PASSES 2/25/2015
751 "//skia:skia_unittests", # PASSES 2/25/2015 753 "//skia:skia_unittests", # PASSES 2/25/2015
752 "//sql:sql_unittests", # PASSES 2/25/2015 754 "//sql:sql_unittests", # PASSES 2/25/2015
753 "//sync:sync_unit_tests", # PASSES 2/25/2015 755 "//sync:sync_unit_tests", # PASSES 2/25/2015
754 "//third_party/cacheinvalidation:cacheinvalidation_unittests", # PASSES 2 /25/2015 756 "//third_party/cacheinvalidation:cacheinvalidation_unittests", # PASSES 2 /25/2015
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 "//url:url_unittests", # PASSES 4/17/2015 844 "//url:url_unittests", # PASSES 4/17/2015
843 845
844 # TODO(GYP) installer_util_unittests 846 # TODO(GYP) installer_util_unittests
845 # TODO(GYP) app_installer_unittests 847 # TODO(GYP) app_installer_unittests
846 # TODO(GYP) nacl_integration 848 # TODO(GYP) nacl_integration
847 # TODO(GYP) telemetry_perf_unittests 849 # TODO(GYP) telemetry_perf_unittests
848 # TODO(GYP) telemetry_unittests 850 # TODO(GYP) telemetry_unittests
849 ] 851 ]
850 } 852 }
851 } 853 }
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