Henrik Kjellander | 4117775 | 2015-04-09 15:36:28 +0200 | [diff] [blame] | 1 | # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. |
| 2 | # |
| 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 |
| 5 | # tree. An additional intellectual property rights grant can be found |
| 6 | # in the file PATENTS. All contributing project authors may |
| 7 | # be found in the AUTHORS file in the root of the source tree. |
| 8 | |
| 9 | # The location of the build configuration file. |
| 10 | buildconfig = "//build/config/BUILDCONFIG.gn" |
| 11 | |
| 12 | # The secondary source root is a parallel directory tree where |
| 13 | # GN build files are placed when they can not be placed directly |
| 14 | # in the source tree, e.g. for third party source trees. |
| 15 | secondary_source = "//build/secondary/" |
| 16 | |
| 17 | # These are the targets to check headers for by default. The files in targets |
| 18 | # matching these patterns (see "gn help label_pattern" for format) will have |
| 19 | # their includes checked for proper dependencies when you run either |
| 20 | # "gn check" or "gn gen --check". |
Henrik Kjellander | e0615b7 | 2016-05-18 09:35:44 +0200 | [diff] [blame] | 21 | # TODO(kjellander): Keep adding paths to this list as work in webrtc:5589 is done. |
aleloi | b7186d0 | 2016-08-16 01:47:16 -0700 | [diff] [blame] | 22 | check_targets = [ |
hbos | 74e1a4f | 2016-09-15 23:33:01 -0700 | [diff] [blame] | 23 | "//webrtc/api:rtc_stats_api", |
aleloi | 16f55a1 | 2016-08-23 08:08:23 -0700 | [diff] [blame] | 24 | "//webrtc/modules/audio_coding:g711_test", |
aleloi | 9a11784 | 2016-08-23 08:36:10 -0700 | [diff] [blame] | 25 | "//webrtc/modules/audio_coding:g722_test", |
hbos | 74e1a4f | 2016-09-15 23:33:01 -0700 | [diff] [blame] | 26 | "//webrtc/modules/audio_coding:ilbc_test", |
| 27 | "//webrtc/modules/audio_coding:isac", |
| 28 | "//webrtc/modules/audio_coding:isac_api_test", |
ivoc | e51b41a | 2016-08-24 02:25:57 -0700 | [diff] [blame] | 29 | "//webrtc/modules/audio_coding:isac_fix_test", |
hbos | 74e1a4f | 2016-09-15 23:33:01 -0700 | [diff] [blame] | 30 | "//webrtc/modules/audio_coding:isac_switch_samprate_test", |
ivoc | e51b41a | 2016-08-24 02:25:57 -0700 | [diff] [blame] | 31 | "//webrtc/modules/audio_coding:isac_test", |
ivoc | 2c670db | 2016-08-24 06:11:18 -0700 | [diff] [blame] | 32 | "//webrtc/modules/audio_coding:webrtc_opus_fec_test", |
ivoc | e51b41a | 2016-08-24 02:25:57 -0700 | [diff] [blame] | 33 | "//webrtc/modules/audio_device/*", |
aleloi | 5f2e7c4 | 2016-08-24 06:54:58 -0700 | [diff] [blame] | 34 | "//webrtc/modules/audio_mixer/*", |
hbos | 74e1a4f | 2016-09-15 23:33:01 -0700 | [diff] [blame] | 35 | "//webrtc/stats:rtc_stats", |
ivoc | e51b41a | 2016-08-24 02:25:57 -0700 | [diff] [blame] | 36 | "//webrtc/voice_engine:level_indicator", |
aleloi | b7186d0 | 2016-08-16 01:47:16 -0700 | [diff] [blame] | 37 | ] |
Henrik Kjellander | 4117775 | 2015-04-09 15:36:28 +0200 | [diff] [blame] | 38 | |
| 39 | # These are the list of GN files that run exec_script. This whitelist exists |
| 40 | # to force additional review for new uses of exec_script, which is strongly |
| 41 | # discouraged except for gypi_to_gn calls. |
| 42 | exec_script_whitelist = [ |
kjellander@webrtc.org | 66a9928 | 2016-02-18 20:30:14 +0100 | [diff] [blame] | 43 | "//build/config/BUILD.gn", |
Henrik Kjellander | 4117775 | 2015-04-09 15:36:28 +0200 | [diff] [blame] | 44 | "//build/config/android/BUILD.gn", |
| 45 | "//build/config/android/config.gni", |
| 46 | "//build/config/android/internal_rules.gni", |
| 47 | "//build/config/android/rules.gni", |
| 48 | "//build/config/compiler/BUILD.gn", |
| 49 | "//build/config/gcc/gcc_version.gni", |
| 50 | "//build/config/ios/ios_sdk.gni", |
| 51 | "//build/config/linux/BUILD.gn", |
| 52 | "//build/config/linux/pkg_config.gni", |
| 53 | "//build/config/mac/mac_sdk.gni", |
Henrik Kjellander | 6df1ef6 | 2015-10-03 20:55:57 +0200 | [diff] [blame] | 54 | "//build/config/posix/BUILD.gn", |
kjellander | 34a7054 | 2015-12-06 10:32:34 -0800 | [diff] [blame] | 55 | "//build/config/sysroot.gni", |
ehmaldonado | 4bc4d27 | 2016-08-25 04:15:40 -0700 | [diff] [blame] | 56 | "//build/config/win/BUILD.gn", |
Henrik Kjellander | 4117775 | 2015-04-09 15:36:28 +0200 | [diff] [blame] | 57 | "//build/config/win/visual_studio_version.gni", |
| 58 | "//build/gn_helpers.py", |
| 59 | "//build/gypi_to_gn.py", |
kjellander | 52f56d4 | 2016-06-08 04:05:19 -0700 | [diff] [blame] | 60 | "//build/toolchain/concurrent_links.gni", |
Henrik Kjellander | 4117775 | 2015-04-09 15:36:28 +0200 | [diff] [blame] | 61 | "//build/toolchain/gcc_toolchain.gni", |
| 62 | "//build/toolchain/mac/BUILD.gn", |
| 63 | "//build/toolchain/win/BUILD.gn", |
| 64 | "//third_party/boringssl/BUILD.gn", |
hbos | a9a1d2a | 2016-01-11 10:19:02 -0800 | [diff] [blame] | 65 | "//third_party/openh264/BUILD.gn", |
Henrik Kjellander | 4117775 | 2015-04-09 15:36:28 +0200 | [diff] [blame] | 66 | "//third_party/opus/BUILD.gn", |
Henrik Kjellander | 4117775 | 2015-04-09 15:36:28 +0200 | [diff] [blame] | 67 | "//webrtc/modules/video_render/BUILD.gn", |
aleloi | e6ca9ec | 2016-08-10 05:01:51 -0700 | [diff] [blame] | 68 | "//webrtc/modules/video_render/BUILD.gn", |
Henrik Kjellander | 4117775 | 2015-04-09 15:36:28 +0200 | [diff] [blame] | 69 | ] |