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

Side by Side Diff: .gn

Issue 2720533002: Enable GN check in webrtc/stats (Closed)
Patch Set: Created 3 years, 9 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/stats/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 22 matching lines...) Expand all
33 "//webrtc/modules/congestion_controller/*", 33 "//webrtc/modules/congestion_controller/*",
34 "//webrtc/modules/desktop_capture/*", 34 "//webrtc/modules/desktop_capture/*",
35 "//webrtc/modules/media_file/*", 35 "//webrtc/modules/media_file/*",
36 "//webrtc/modules/pacing/*", 36 "//webrtc/modules/pacing/*",
37 "//webrtc/modules/rtp_rtcp/*", 37 "//webrtc/modules/rtp_rtcp/*",
38 "//webrtc/modules/utility/*", 38 "//webrtc/modules/utility/*",
39 "//webrtc/modules/video_capture/*", 39 "//webrtc/modules/video_capture/*",
40 "//webrtc/modules/video_coding/*", 40 "//webrtc/modules/video_coding/*",
41 "//webrtc/modules/video_processing/*", 41 "//webrtc/modules/video_processing/*",
42 "//webrtc/modules/remote_bitrate_estimator/*", 42 "//webrtc/modules/remote_bitrate_estimator/*",
43 "//webrtc/stats:rtc_stats", 43 "//webrtc/stats/*",
44 "//webrtc/voice_engine", 44 "//webrtc/voice_engine",
45 "//webrtc/voice_engine:audio_coder", 45 "//webrtc/voice_engine:audio_coder",
46 "//webrtc/voice_engine:file_player", 46 "//webrtc/voice_engine:file_player",
47 "//webrtc/voice_engine:file_recorder", 47 "//webrtc/voice_engine:file_recorder",
48 "//webrtc/voice_engine:level_indicator", 48 "//webrtc/voice_engine:level_indicator",
49 ] 49 ]
50 50
51 # These are the list of GN files that run exec_script. This whitelist exists 51 # These are the list of GN files that run exec_script. This whitelist exists
52 # to force additional review for new uses of exec_script, which is strongly 52 # to force additional review for new uses of exec_script, which is strongly
53 # discouraged except for gypi_to_gn calls. 53 # discouraged except for gypi_to_gn calls.
54 exec_script_whitelist = build_dotfile_settings.exec_script_whitelist 54 exec_script_whitelist = build_dotfile_settings.exec_script_whitelist
OLDNEW
« no previous file with comments | « no previous file | webrtc/stats/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698