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

Side by Side Diff: .gn

Issue 2842533002: Revert of Enabling 'gn check' on //webrtc/test. (Closed)
Patch Set: Revert "running chromium trybots" Created 3 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 | webrtc/test/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) 2015 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 import("//build/dotfile_settings.gni") 9 import("//build/dotfile_settings.gni")
10 10
(...skipping 19 matching lines...) Expand all
30 "//webrtc/examples/*", 30 "//webrtc/examples/*",
31 "//webrtc/logging/*", 31 "//webrtc/logging/*",
32 "//webrtc/media/*", 32 "//webrtc/media/*",
33 "//webrtc/modules/*", 33 "//webrtc/modules/*",
34 "//webrtc/ortc/*", 34 "//webrtc/ortc/*",
35 "//webrtc/p2p/*", 35 "//webrtc/p2p/*",
36 "//webrtc/sdk/*", 36 "//webrtc/sdk/*",
37 "//webrtc/stats/*", 37 "//webrtc/stats/*",
38 "//webrtc/system_wrappers/*", 38 "//webrtc/system_wrappers/*",
39 "//webrtc/tools/*", 39 "//webrtc/tools/*",
40 "//webrtc/test/*",
41 "//webrtc/voice_engine/*", 40 "//webrtc/voice_engine/*",
42 ] 41 ]
43 42
44 # These are the list of GN files that run exec_script. This whitelist exists 43 # These are the list of GN files that run exec_script. This whitelist exists
45 # to force additional review for new uses of exec_script, which is strongly 44 # to force additional review for new uses of exec_script, which is strongly
46 # discouraged except for gypi_to_gn calls. 45 # discouraged except for gypi_to_gn calls.
47 exec_script_whitelist = build_dotfile_settings.exec_script_whitelist 46 exec_script_whitelist = build_dotfile_settings.exec_script_whitelist
48 47
49 default_args = { 48 default_args = {
50 # Webrtc does not support component builds because we are not using the 49 # Webrtc does not support component builds because we are not using the
51 # template "component" but we rely directly on "rtc_static_library" and 50 # template "component" but we rely directly on "rtc_static_library" and
52 # "rtc_shared_library". This means that we cannot use the chromium default 51 # "rtc_shared_library". This means that we cannot use the chromium default
53 # value for this argument. 52 # value for this argument.
54 # This also means that the user can override this value using --args or 53 # This also means that the user can override this value using --args or
55 # the args.gn file but this setting will be ignored because we don't support 54 # the args.gn file but this setting will be ignored because we don't support
56 # component builds. 55 # component builds.
57 is_component_build = false 56 is_component_build = false
58 } 57 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698