kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 1 | # This file contains dependencies for WebRTC. |
kjellander@webrtc.org | 8925662 | 2014-08-20 12:10:11 +0000 | [diff] [blame] | 2 | |
andrew@webrtc.org | 4ce52bb | 2012-07-31 21:54:13 +0000 | [diff] [blame] | 3 | vars = { |
kjellander@webrtc.org | 8e5c814 | 2014-12-03 07:11:44 +0000 | [diff] [blame] | 4 | 'chromium_git': 'https://chromium.googlesource.com', |
Mirko Bonadei | cb2bc11 | 2017-10-10 13:28:18 +0200 | [diff] [blame] | 5 | # By default, we should check out everything needed to run on the main |
| 6 | # chromium waterfalls. More info at: crbug.com/570091. |
| 7 | 'checkout_configuration': 'default', |
| 8 | 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', |
Henrik Kjellander | a9d4da8 | 2017-09-14 07:28:10 +0200 | [diff] [blame] | 9 | 'webrtc_git': 'https://webrtc.googlesource.com', |
Autoroller | 0183e41 | 2017-10-31 18:15:23 -0700 | [diff] [blame] | 10 | 'chromium_revision': '592f4c6d30f0d7a32c36b4f6da181a5e98be8b81', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 11 | 'boringssl_git': 'https://boringssl.googlesource.com', |
| 12 | # Three lines of non-changing comments so that |
| 13 | # the commit queue can handle CLs rolling swarming_client |
| 14 | # and whatever else without interference from each other. |
Oleh Prypin | 3ebed36 | 2017-10-27 10:14:45 +0200 | [diff] [blame] | 15 | 'swarming_revision': 'fe94e7274e40e2e929cdbc8787836f70d38de1f1', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 16 | # Three lines of non-changing comments so that |
| 17 | # the commit queue can handle CLs rolling openmax_dl |
| 18 | # and whatever else without interference from each other. |
| 19 | 'openmax_dl_revision': '7acede9c039ea5d14cf326f44aad1245b9e674a7', |
| 20 | # Three lines of non-changing comments so that |
| 21 | # the commit queue can handle CLs rolling BoringSSL |
| 22 | # and whatever else without interference from each other. |
Autoroller | e759223 | 2017-10-13 05:45:16 -0700 | [diff] [blame] | 23 | 'boringssl_revision': '664e99a6486c293728097c661332f92bf2d847c6', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 24 | # Three lines of non-changing comments so that |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 25 | # the commit queue can handle CLs rolling lss |
| 26 | # and whatever else without interference from each other. |
Oleh Prypin | 3ebed36 | 2017-10-27 10:14:45 +0200 | [diff] [blame] | 27 | 'lss_revision': 'e6527b0cd469e3ff5764785dadcb39bf7d787154', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 28 | # Three lines of non-changing comments so that |
| 29 | # the commit queue can handle CLs rolling catapult |
| 30 | # and whatever else without interference from each other. |
Autoroller | 09e09bd | 2017-10-31 15:56:01 -0700 | [diff] [blame] | 31 | 'catapult_revision': '14715602e04a3a6e6cf79342f45d2f2595cce0f4', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 32 | # Three lines of non-changing comments so that |
| 33 | # the commit queue can handle CLs rolling libFuzzer |
| 34 | # and whatever else without interference from each other. |
Autoroller | e19d1ba | 2017-10-09 02:55:35 -0700 | [diff] [blame] | 35 | 'libfuzzer_revision': '06fb50cc1f0197398c8a70658928a3b91912e68a', |
andrew@webrtc.org | 4ce52bb | 2012-07-31 21:54:13 +0000 | [diff] [blame] | 36 | } |
andrew@webrtc.org | 4ce52bb | 2012-07-31 21:54:13 +0000 | [diff] [blame] | 37 | deps = { |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 38 | # TODO(kjellander): Move this to be Android-only once the libevent dependency |
| 39 | # in base/third_party/libevent is solved. |
| 40 | 'src/base': |
Autoroller | 09e09bd | 2017-10-31 15:56:01 -0700 | [diff] [blame] | 41 | Var('chromium_git') + '/chromium/src/base' + '@' + '55922fa830c58841ec1b30fd072a01818baf2b0a', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 42 | 'src/build': |
Autoroller | 09e09bd | 2017-10-31 15:56:01 -0700 | [diff] [blame] | 43 | Var('chromium_git') + '/chromium/src/build' + '@' + 'ec2995044738a3f4bfcd7638761c799b24818274', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 44 | 'src/buildtools': |
Autoroller | 30fa063 | 2017-10-30 20:05:14 -0700 | [diff] [blame] | 45 | Var('chromium_git') + '/chromium/buildtools.git' + '@' + '3275a099f3c199b50ff97117aa0184f3e91f8a32', |
Sami Kalliomäki | ce50239 | 2017-10-30 09:11:57 +0100 | [diff] [blame] | 46 | # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 47 | 'src/examples/androidtests/third_party/gradle': { |
| 48 | 'url': Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' + |
Sami Kalliomäki | ce50239 | 2017-10-30 09:11:57 +0100 | [diff] [blame] | 49 | '89af43c4d0506f69980f00dde78c97b2f81437f8', |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 50 | 'condition': 'checkout_android', |
| 51 | }, |
| 52 | 'src/ios': { |
Autoroller | 0183e41 | 2017-10-31 18:15:23 -0700 | [diff] [blame] | 53 | 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '0f563d2bcc10392ad42de22d016736a64c50f58c', |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 54 | 'condition': 'checkout_ios', |
| 55 | }, |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 56 | 'src/testing': |
Autoroller | 0183e41 | 2017-10-31 18:15:23 -0700 | [diff] [blame] | 57 | Var('chromium_git') + '/chromium/src/testing' + '@' + '224cdad5599e3948ea05aa14d11ad3feb6cd1dc0', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 58 | 'src/third_party': |
Autoroller | 0183e41 | 2017-10-31 18:15:23 -0700 | [diff] [blame] | 59 | Var('chromium_git') + '/chromium/src/third_party' + '@' + '2f68289e0c226ef018aadb16cc7b018eaf1e213e', |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 60 | 'src/third_party/android_tools': { |
Autoroller | 30fa063 | 2017-10-30 20:05:14 -0700 | [diff] [blame] | 61 | 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'ca0bd083872ad925881736fe2bedc3ff855e08f5', |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 62 | 'condition': 'checkout_android', |
| 63 | }, |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 64 | 'src/third_party/boringssl/src': |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 65 | Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 66 | 'src/third_party/catapult': |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 67 | Var('chromium_git') + '/catapult.git' + '@' + Var('catapult_revision'), |
| 68 | 'src/third_party/ced/src': { |
| 69 | 'url': Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '94c367a1fe3a13207f4b22604fcfd1d9f9ddf6d9', |
| 70 | 'condition': 'checkout_android', |
| 71 | }, |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 72 | 'src/third_party/colorama/src': |
| 73 | Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', |
oprypin | 40e7ebd | 2017-07-27 01:40:18 -0700 | [diff] [blame] | 74 | 'src/third_party/depot_tools': |
Autoroller | 0183e41 | 2017-10-31 18:15:23 -0700 | [diff] [blame] | 75 | Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '47b67c426b1d7120803e09f570e1cca312b34249', |
Mirko Bonadei | 65ceb66 | 2017-10-13 09:45:37 +0200 | [diff] [blame] | 76 | 'src/third_party/errorprone/lib': { |
Oleh Prypin | 3ebed36 | 2017-10-27 10:14:45 +0200 | [diff] [blame] | 77 | 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '16b8b7298b183312a2fcac99fb1b594ccf7749d0', |
Mirko Bonadei | 65ceb66 | 2017-10-13 09:45:37 +0200 | [diff] [blame] | 78 | 'condition': 'checkout_android', |
| 79 | }, |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 80 | 'src/third_party/ffmpeg': |
Oleh Prypin | 3ebed36 | 2017-10-27 10:14:45 +0200 | [diff] [blame] | 81 | Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'f9e8b4275837a3859988351b70d5d1e045838da8', |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 82 | # WebRTC-only dependency (not present in Chromium). |
| 83 | 'src/third_party/gtest-parallel': |
Autoroller | 30fa063 | 2017-10-30 20:05:14 -0700 | [diff] [blame] | 84 | Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + '89ab65d56d3c76e552f59adabbaf8b0cf80d55ea', |
kjellander | 3dae705 | 2017-05-03 06:44:36 -0700 | [diff] [blame] | 85 | 'src/third_party/googletest/src': |
buildbot | 8f82e63 | 2017-08-30 21:18:15 -0700 | [diff] [blame] | 86 | Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '7f8fefabedf2965980585be8c2bff97458f28e0b', |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 87 | 'src/third_party/icu': { |
Autoroller | e759223 | 2017-10-13 05:45:16 -0700 | [diff] [blame] | 88 | 'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '21d33b1a09a77f033478ea4ffffb61e6970f83bd', |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 89 | }, |
| 90 | 'src/third_party/jsr-305/src': { |
| 91 | 'url': Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919', |
| 92 | 'condition': 'checkout_android', |
| 93 | }, |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 94 | 'src/third_party/jsoncpp/source': |
| 95 | Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248 |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 96 | 'src/third_party/junit/src': { |
| 97 | 'url': Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263cf4d08253a1556e75481', |
| 98 | 'condition': 'checkout_android', |
| 99 | }, |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 100 | # Used for building libFuzzers (only supports Linux). |
| 101 | 'src/third_party/libFuzzer/src': |
oprypin | 801f722 | 2017-09-01 05:43:07 -0700 | [diff] [blame] | 102 | Var('chromium_git') + '/chromium/llvm-project/compiler-rt/lib/fuzzer.git' + '@' + Var('libfuzzer_revision'), |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 103 | 'src/third_party/libjpeg_turbo': |
buildbot | 1c23e94 | 2017-04-20 09:30:13 -0700 | [diff] [blame] | 104 | Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'a1750dbc79a8792dde3d3f7d7d8ac28ba01ac9dd', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 105 | 'src/third_party/libsrtp': |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 106 | Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '1d45b8e599dc2db6ea3ae22dbc94a8c504652423', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 107 | 'src/third_party/libvpx/source/libvpx': |
Oleh Prypin | 3ebed36 | 2017-10-27 10:14:45 +0200 | [diff] [blame] | 108 | Var('chromium_git') + '/webm/libvpx.git' + '@' + '401e6d48bfd3cbf74a41da724d05c989e207662b', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 109 | 'src/third_party/libyuv': |
Oleh Prypin | 3ebed36 | 2017-10-27 10:14:45 +0200 | [diff] [blame] | 110 | Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '8fa02df3c0591754958a50cc2896aafae319f3bc', |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 111 | 'src/third_party/lss': { |
| 112 | 'url': Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'), |
| 113 | 'condition': 'checkout_android or checkout_linux', |
| 114 | }, |
| 115 | 'src/third_party/mockito/src': { |
| 116 | 'url': Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598ad4cf5ea53c69a8a8053780b04b850', |
| 117 | 'condition': 'checkout_android', |
| 118 | }, |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 119 | 'src/third_party/openh264/src': |
ssilkin | 1440c9f | 2017-09-28 03:35:45 -0700 | [diff] [blame] | 120 | Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'a180c9d4d6f1a4830ca9eed9d159d54996bd63cb', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 121 | 'src/third_party/openmax_dl': |
Henrik Kjellander | a9d4da8 | 2017-09-14 07:28:10 +0200 | [diff] [blame] | 122 | Var('webrtc_git') + '/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'), |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 123 | 'src/third_party/requests/src': { |
| 124 | 'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', |
| 125 | 'condition': 'checkout_android', |
| 126 | }, |
| 127 | 'src/third_party/robolectric/robolectric': { |
| 128 | 'url': Var('chromium_git') + '/external/robolectric.git' + '@' + 'b02c65cc6d7465f58f0de48a39914aa905692afa', |
| 129 | 'condition': 'checkout_android', |
| 130 | }, |
| 131 | 'src/third_party/ub-uiautomator/lib': { |
| 132 | 'url': Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '00270549ce3161ae72ceb24712618ea28b4f9434', |
| 133 | 'condition': 'checkout_android', |
| 134 | }, |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 135 | 'src/third_party/usrsctp/usrsctplib': |
buildbot | 1b20dc4 | 2017-08-07 12:55:14 -0700 | [diff] [blame] | 136 | Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'f4819e1b177f7bfdd761c147f5a649b9f1a78c06', |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 137 | # WebRTC-only dependency (not present in Chromium). |
| 138 | 'src/third_party/winsdk_samples': { |
| 139 | 'url': Var('webrtc_git') + '/deps/third_party/winsdk_samples_v71' + '@' + '2d31a1cbecc86359e6ec041fb9ff6c082babd073', |
| 140 | 'condition': 'checkout_win', |
| 141 | }, |
| 142 | # Dependency used by libjpeg-turbo. |
| 143 | 'src/third_party/yasm/binaries': { |
| 144 | 'url': Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b0aa06da24ef8b123058bb61ee468881', |
| 145 | 'condition': 'checkout_win', |
| 146 | }, |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 147 | 'src/third_party/yasm/source/patched-yasm': |
buildbot | f3f7f62 | 2017-08-10 21:29:33 -0700 | [diff] [blame] | 148 | Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 149 | 'src/tools': |
Autoroller | 0183e41 | 2017-10-31 18:15:23 -0700 | [diff] [blame] | 150 | Var('chromium_git') + '/chromium/src/tools' + '@' + '4c5bf2b451db8378a5b222346d05e23891cdc3e6', |
kjellander@webrtc.org | 177567c | 2016-12-22 10:40:28 +0100 | [diff] [blame] | 151 | 'src/tools/gyp': |
buildbot | 2f0803c | 2017-07-25 11:40:43 -0700 | [diff] [blame] | 152 | Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', |
oprypin | 4ccd9c1 | 2017-08-30 00:42:43 -0700 | [diff] [blame] | 153 | 'src/tools/swarming_client': |
| 154 | Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'), |
andrew@webrtc.org | 4ce52bb | 2012-07-31 21:54:13 +0000 | [diff] [blame] | 155 | } |
kjellander | 200028f | 2017-08-17 09:54:12 -0700 | [diff] [blame] | 156 | |
andrew@webrtc.org | 4ce52bb | 2012-07-31 21:54:13 +0000 | [diff] [blame] | 157 | hooks = [ |
| 158 | { |
Henrik Kjellander | 27576e0 | 2015-10-15 14:24:09 +0200 | [diff] [blame] | 159 | # This clobbers when necessary (based on get_landmines.py). It should be |
| 160 | # an early hook but it will need to be run after syncing Chromium and |
| 161 | # setting up the links, so the script actually exists. |
| 162 | 'name': 'landmines', |
| 163 | 'pattern': '.', |
| 164 | 'action': [ |
| 165 | 'python', |
| 166 | 'src/build/landmines.py', |
| 167 | '--landmine-scripts', |
Henrik Kjellander | 90fd7d8 | 2017-05-09 08:30:10 +0200 | [diff] [blame] | 168 | 'src/tools_webrtc/get_landmines.py', |
Henrik Kjellander | 27576e0 | 2015-10-15 14:24:09 +0200 | [diff] [blame] | 169 | '--src-dir', |
| 170 | 'src', |
| 171 | ], |
| 172 | }, |
oprypin | 40e7ebd | 2017-07-27 01:40:18 -0700 | [diff] [blame] | 173 | { |
| 174 | # Ensure that the DEPS'd "depot_tools" has its self-update capability |
| 175 | # disabled. |
| 176 | 'name': 'disable_depot_tools_selfupdate', |
| 177 | 'pattern': '.', |
| 178 | 'action': [ |
| 179 | 'python', |
| 180 | 'src/third_party/depot_tools/update_depot_tools_toggle.py', |
| 181 | '--disable', |
| 182 | ], |
| 183 | }, |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 184 | { |
| 185 | # Downloads the current stable linux sysroot to build/linux/ if needed. |
| 186 | # This sysroot updates at about the same rate that the chrome build deps |
| 187 | # change. This script is a no-op except for linux users who are doing |
| 188 | # official chrome builds or cross compiling. |
| 189 | 'name': 'sysroot', |
| 190 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 191 | 'condition': 'checkout_linux', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 192 | 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py', |
| 193 | '--running-as-hook'], |
| 194 | }, |
| 195 | { |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 196 | # Update the Windows toolchain if necessary. Must run before 'clang' below. |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 197 | 'name': 'win_toolchain', |
| 198 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 199 | # TODO(thakis): Put some condition here. Not just host_os == 'win', because |
| 200 | # we also need this for (mac|linux) -> win cross builds. |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 201 | 'action': ['python', 'src/build/vs_toolchain.py', 'update'], |
| 202 | }, |
kjellander | ec2c93e | 2017-09-08 10:52:17 -0700 | [diff] [blame] | 203 | { |
| 204 | # Update the Mac toolchain if necessary. |
| 205 | 'name': 'mac_toolchain', |
| 206 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 207 | 'condition': 'checkout_mac', |
kjellander | ec2c93e | 2017-09-08 10:52:17 -0700 | [diff] [blame] | 208 | 'action': ['python', 'src/build/mac_toolchain.py'], |
| 209 | }, |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 210 | # Pull binutils for linux, enabled debug fission for faster linking / |
| 211 | # debugging when used with clang on Ubuntu Precise. |
| 212 | # https://code.google.com/p/chromium/issues/detail?id=352046 |
| 213 | { |
| 214 | 'name': 'binutils', |
| 215 | 'pattern': 'src/third_party/binutils', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 216 | 'condition': 'host_os == "linux"', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 217 | 'action': [ |
| 218 | 'python', |
| 219 | 'src/third_party/binutils/download.py', |
| 220 | ], |
| 221 | }, |
| 222 | { |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 223 | # Note: On Win, this should run after win_toolchain, as it may use it. |
| 224 | 'name': 'clang', |
| 225 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 226 | 'action': ['python', 'src/tools/clang/scripts/update.py'], |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 227 | }, |
ehmaldonado | 293bc2a | 2016-11-25 04:58:47 -0800 | [diff] [blame] | 228 | { |
| 229 | # Update LASTCHANGE. |
| 230 | 'name': 'lastchange', |
| 231 | 'pattern': '.', |
| 232 | 'action': ['python', 'src/build/util/lastchange.py', |
| 233 | '-o', 'src/build/util/LASTCHANGE'], |
| 234 | }, |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 235 | # Pull GN binaries. |
| 236 | { |
| 237 | 'name': 'gn_win', |
| 238 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 239 | 'condition': 'host_os == "win"', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 240 | 'action': [ 'download_from_google_storage', |
| 241 | '--no_resume', |
| 242 | '--platform=win32', |
| 243 | '--no_auth', |
| 244 | '--bucket', 'chromium-gn', |
| 245 | '-s', 'src/buildtools/win/gn.exe.sha1', |
| 246 | ], |
| 247 | }, |
| 248 | { |
| 249 | 'name': 'gn_mac', |
| 250 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 251 | 'condition': 'host_os == "mac"', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 252 | 'action': [ 'download_from_google_storage', |
| 253 | '--no_resume', |
| 254 | '--platform=darwin', |
| 255 | '--no_auth', |
| 256 | '--bucket', 'chromium-gn', |
| 257 | '-s', 'src/buildtools/mac/gn.sha1', |
| 258 | ], |
| 259 | }, |
| 260 | { |
| 261 | 'name': 'gn_linux64', |
| 262 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 263 | 'condition': 'host_os == "linux"', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 264 | 'action': [ 'download_from_google_storage', |
| 265 | '--no_resume', |
| 266 | '--platform=linux*', |
| 267 | '--no_auth', |
| 268 | '--bucket', 'chromium-gn', |
| 269 | '-s', 'src/buildtools/linux64/gn.sha1', |
| 270 | ], |
| 271 | }, |
| 272 | # Pull clang-format binaries using checked-in hashes. |
| 273 | { |
| 274 | 'name': 'clang_format_win', |
| 275 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 276 | 'condition': 'host_os == "win"', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 277 | 'action': [ 'download_from_google_storage', |
| 278 | '--no_resume', |
| 279 | '--platform=win32', |
| 280 | '--no_auth', |
| 281 | '--bucket', 'chromium-clang-format', |
| 282 | '-s', 'src/buildtools/win/clang-format.exe.sha1', |
| 283 | ], |
| 284 | }, |
| 285 | { |
| 286 | 'name': 'clang_format_mac', |
| 287 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 288 | 'condition': 'host_os == "mac"', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 289 | 'action': [ 'download_from_google_storage', |
| 290 | '--no_resume', |
| 291 | '--platform=darwin', |
| 292 | '--no_auth', |
| 293 | '--bucket', 'chromium-clang-format', |
| 294 | '-s', 'src/buildtools/mac/clang-format.sha1', |
| 295 | ], |
| 296 | }, |
| 297 | { |
| 298 | 'name': 'clang_format_linux', |
| 299 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 300 | 'condition': 'host_os == "linux"', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 301 | 'action': [ 'download_from_google_storage', |
| 302 | '--no_resume', |
| 303 | '--platform=linux*', |
| 304 | '--no_auth', |
| 305 | '--bucket', 'chromium-clang-format', |
| 306 | '-s', 'src/buildtools/linux64/clang-format.sha1', |
| 307 | ], |
| 308 | }, |
Oleh Prypin | 3ebed36 | 2017-10-27 10:14:45 +0200 | [diff] [blame] | 309 | # Pull rc binaries using checked-in hashes. |
| 310 | { |
| 311 | 'name': 'rc_win', |
| 312 | 'pattern': '.', |
| 313 | 'condition': 'checkout_win and host_os == "win"', |
| 314 | 'action': [ 'python', |
| 315 | 'src/third_party/depot_tools/download_from_google_storage.py', |
| 316 | '--no_resume', |
| 317 | '--no_auth', |
| 318 | '--bucket', 'chromium-browser-clang/rc', |
| 319 | '-s', 'src/build/toolchain/win/rc/win/rc.exe.sha1', |
| 320 | ], |
| 321 | }, |
| 322 | { |
| 323 | 'name': 'rc_mac', |
| 324 | 'pattern': '.', |
| 325 | 'condition': 'checkout_win and host_os == "mac"', |
| 326 | 'action': [ 'python', |
| 327 | 'src/third_party/depot_tools/download_from_google_storage.py', |
| 328 | '--no_resume', |
| 329 | '--no_auth', |
| 330 | '--bucket', 'chromium-browser-clang/rc', |
| 331 | '-s', 'src/build/toolchain/win/rc/mac/rc.sha1', |
| 332 | ], |
| 333 | }, |
| 334 | { |
| 335 | 'name': 'rc_linux', |
| 336 | 'pattern': '.', |
| 337 | 'condition': 'checkout_win and host_os == "linux"', |
| 338 | 'action': [ 'python', |
| 339 | 'src/third_party/depot_tools/download_from_google_storage.py', |
| 340 | '--no_resume', |
| 341 | '--no_auth', |
| 342 | '--bucket', 'chromium-browser-clang/rc', |
| 343 | '-s', 'src/build/toolchain/win/rc/linux64/rc.sha1', |
| 344 | ], |
| 345 | }, |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 346 | # Pull luci-go binaries (isolate, swarming) using checked-in hashes. |
| 347 | { |
| 348 | 'name': 'luci-go_win', |
| 349 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 350 | 'condition': 'host_os == "win"', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 351 | 'action': [ 'download_from_google_storage', |
| 352 | '--no_resume', |
| 353 | '--platform=win32', |
| 354 | '--no_auth', |
| 355 | '--bucket', 'chromium-luci', |
| 356 | '-d', 'src/tools/luci-go/win64', |
| 357 | ], |
| 358 | }, |
| 359 | { |
| 360 | 'name': 'luci-go_mac', |
| 361 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 362 | 'condition': 'host_os == "mac"', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 363 | 'action': [ 'download_from_google_storage', |
| 364 | '--no_resume', |
| 365 | '--platform=darwin', |
| 366 | '--no_auth', |
| 367 | '--bucket', 'chromium-luci', |
| 368 | '-d', 'src/tools/luci-go/mac64', |
| 369 | ], |
| 370 | }, |
| 371 | { |
| 372 | 'name': 'luci-go_linux', |
| 373 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 374 | 'condition': 'host_os == "linux"', |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 375 | 'action': [ 'download_from_google_storage', |
| 376 | '--no_resume', |
| 377 | '--platform=linux*', |
| 378 | '--no_auth', |
| 379 | '--bucket', 'chromium-luci', |
| 380 | '-d', 'src/tools/luci-go/linux64', |
| 381 | ], |
| 382 | }, |
Henrik Kjellander | 55dad1b | 2017-05-11 12:00:53 +0200 | [diff] [blame] | 383 | # Pull the Syzygy binaries, used for optimization and instrumentation. |
| 384 | { |
| 385 | 'name': 'syzygy-binaries', |
| 386 | 'pattern': '.', |
Henrik Kjellander | 6b26975 | 2017-10-09 13:00:41 +0200 | [diff] [blame] | 387 | 'condition': 'host_os == "win"', |
Henrik Kjellander | 55dad1b | 2017-05-11 12:00:53 +0200 | [diff] [blame] | 388 | 'action': ['python', |
| 389 | 'src/build/get_syzygy_binaries.py', |
| 390 | '--output-dir=src/third_party/syzygy/binaries', |
| 391 | '--revision=a8456d9248a126881dcfb8707ca7dcdae56e1ac7', |
| 392 | '--overwrite', |
| 393 | ], |
| 394 | }, |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 395 | { |
Mirko Bonadei | cb2bc11 | 2017-10-10 13:28:18 +0200 | [diff] [blame] | 396 | 'name': 'msan_chained_origins', |
| 397 | 'pattern': '.', |
| 398 | 'condition': 'checkout_instrumented_libraries', |
| 399 | 'action': [ 'python', |
| 400 | 'src/third_party/depot_tools/download_from_google_storage.py', |
| 401 | "--no_resume", |
| 402 | "--no_auth", |
| 403 | "--bucket", "chromium-instrumented-libraries", |
| 404 | "-s", "src/third_party/instrumented_libraries/binaries/msan-chained-origins-trusty.tgz.sha1", |
| 405 | ], |
| 406 | }, |
| 407 | { |
| 408 | 'name': 'msan_no_origins', |
| 409 | 'pattern': '.', |
| 410 | 'condition': 'checkout_instrumented_libraries', |
| 411 | 'action': [ 'python', |
| 412 | 'src/third_party/depot_tools/download_from_google_storage.py', |
| 413 | "--no_resume", |
| 414 | "--no_auth", |
| 415 | "--bucket", "chromium-instrumented-libraries", |
| 416 | "-s", "src/third_party/instrumented_libraries/binaries/msan-no-origins-trusty.tgz.sha1", |
| 417 | ], |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 418 | }, |
| 419 | { |
kjellander@webrtc.org | 8017458 | 2013-11-04 12:07:57 +0000 | [diff] [blame] | 420 | # Download test resources, i.e. video and audio files from Google Storage. |
kjellander@webrtc.org | 8e5c814 | 2014-12-03 07:11:44 +0000 | [diff] [blame] | 421 | 'pattern': '.', |
| 422 | 'action': ['download_from_google_storage', |
| 423 | '--directory', |
| 424 | '--recursive', |
| 425 | '--num_threads=10', |
| 426 | '--no_auth', |
kjellander | 4ff818e | 2015-12-18 12:29:28 -0800 | [diff] [blame] | 427 | '--quiet', |
kjellander@webrtc.org | 8e5c814 | 2014-12-03 07:11:44 +0000 | [diff] [blame] | 428 | '--bucket', 'chromium-webrtc-resources', |
| 429 | 'src/resources'], |
andrew@webrtc.org | 4ce52bb | 2012-07-31 21:54:13 +0000 | [diff] [blame] | 430 | }, |
Henrik Kjellander | 5a17ea9 | 2017-10-09 13:14:23 +0200 | [diff] [blame] | 431 | { |
| 432 | # This downloads SDK extras and puts them in the |
| 433 | # third_party/android_tools/sdk/extras directory. |
| 434 | 'name': 'sdkextras', |
| 435 | 'pattern': '.', |
| 436 | 'condition': 'checkout_android', |
| 437 | # When adding a new sdk extras package to download, add the package |
| 438 | # directory and zip file to .gitignore in third_party/android_tools. |
| 439 | 'action': ['python', |
| 440 | 'src/build/android/play_services/update.py', |
| 441 | 'download' |
| 442 | ], |
| 443 | }, |
| 444 | { |
| 445 | 'name': 'intellij', |
| 446 | 'pattern': '.', |
| 447 | 'condition': 'checkout_android', |
| 448 | 'action': ['python', |
| 449 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 450 | 'download', |
| 451 | '-b', 'chromium-intellij', |
| 452 | '-l', 'third_party/intellij' |
| 453 | ], |
| 454 | }, |
| 455 | { |
| 456 | 'name': 'javax_inject', |
| 457 | 'pattern': '.', |
| 458 | 'condition': 'checkout_android', |
| 459 | 'action': ['python', |
| 460 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 461 | 'download', |
| 462 | '-b', 'chromium-javax-inject', |
| 463 | '-l', 'third_party/javax_inject' |
| 464 | ], |
| 465 | }, |
| 466 | { |
| 467 | 'name': 'hamcrest', |
| 468 | 'pattern': '.', |
| 469 | 'condition': 'checkout_android', |
| 470 | 'action': ['python', |
| 471 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 472 | 'download', |
| 473 | '-b', 'chromium-hamcrest', |
| 474 | '-l', 'third_party/hamcrest' |
| 475 | ], |
| 476 | }, |
| 477 | { |
| 478 | 'name': 'guava', |
| 479 | 'pattern': '.', |
| 480 | 'condition': 'checkout_android', |
| 481 | 'action': ['python', |
| 482 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 483 | 'download', |
| 484 | '-b', 'chromium-guava', |
| 485 | '-l', 'third_party/guava' |
| 486 | ], |
| 487 | }, |
| 488 | { |
| 489 | 'name': 'android_support_test_runner', |
| 490 | 'pattern': '.', |
| 491 | 'condition': 'checkout_android', |
| 492 | 'action': ['python', |
| 493 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 494 | 'download', |
| 495 | '-b', 'chromium-android-support-test-runner', |
| 496 | '-l', 'third_party/android_support_test_runner' |
| 497 | ], |
| 498 | }, |
| 499 | { |
| 500 | 'name': 'byte_buddy', |
| 501 | 'pattern': '.', |
| 502 | 'condition': 'checkout_android', |
| 503 | 'action': ['python', |
| 504 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 505 | 'download', |
| 506 | '-b', 'chromium-byte-buddy', |
| 507 | '-l', 'third_party/byte_buddy' |
| 508 | ], |
| 509 | }, |
| 510 | { |
| 511 | 'name': 'espresso', |
| 512 | 'pattern': '.', |
| 513 | 'condition': 'checkout_android', |
| 514 | 'action': ['python', |
| 515 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 516 | 'download', |
| 517 | '-b', 'chromium-espresso', |
| 518 | '-l', 'third_party/espresso' |
| 519 | ], |
| 520 | }, |
| 521 | { |
| 522 | 'name': 'robolectric_libs', |
| 523 | 'pattern': '.', |
| 524 | 'condition': 'checkout_android', |
| 525 | 'action': ['python', |
| 526 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 527 | 'download', |
| 528 | '-b', 'chromium-robolectric', |
| 529 | '-l', 'third_party/robolectric' |
| 530 | ], |
| 531 | }, |
| 532 | { |
| 533 | 'name': 'apache_velocity', |
| 534 | 'pattern': '.', |
| 535 | 'condition': 'checkout_android', |
| 536 | 'action': ['python', |
| 537 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 538 | 'download', |
| 539 | '-b', 'chromium-apache-velocity', |
| 540 | '-l', 'third_party/apache_velocity' |
| 541 | ], |
| 542 | }, |
| 543 | { |
| 544 | 'name': 'ow2_asm', |
| 545 | 'pattern': '.', |
| 546 | 'condition': 'checkout_android', |
| 547 | 'action': ['python', |
| 548 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 549 | 'download', |
| 550 | '-b', 'chromium-ow2-asm', |
| 551 | '-l', 'third_party/ow2_asm' |
| 552 | ], |
| 553 | }, |
| 554 | { |
| 555 | 'name': 'desugar', |
| 556 | 'pattern': '.', |
| 557 | 'condition': 'checkout_android', |
| 558 | 'action': ['python', |
| 559 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 560 | 'download', |
| 561 | '-b', 'chromium-android-tools/bazel/desugar', |
| 562 | '-l', 'third_party/bazel/desugar' |
| 563 | ], |
| 564 | }, |
| 565 | { |
| 566 | 'name': 'icu4j', |
| 567 | 'pattern': '.', |
| 568 | 'condition': 'checkout_android', |
| 569 | 'action': ['python', |
| 570 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 571 | 'download', |
| 572 | '-b', 'chromium-icu4j', |
| 573 | '-l', 'third_party/icu4j' |
| 574 | ], |
| 575 | }, |
| 576 | { |
| 577 | 'name': 'accessibility_test_framework', |
| 578 | 'pattern': '.', |
| 579 | 'condition': 'checkout_android', |
| 580 | 'action': ['python', |
| 581 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 582 | 'download', |
| 583 | '-b', 'chromium-accessibility-test-framework', |
| 584 | '-l', 'third_party/accessibility_test_framework' |
| 585 | ], |
| 586 | }, |
| 587 | { |
| 588 | 'name': 'bouncycastle', |
| 589 | 'pattern': '.', |
| 590 | 'condition': 'checkout_android', |
| 591 | 'action': ['python', |
| 592 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 593 | 'download', |
| 594 | '-b', 'chromium-bouncycastle', |
| 595 | '-l', 'third_party/bouncycastle' |
| 596 | ], |
| 597 | }, |
| 598 | { |
| 599 | 'name': 'sqlite4java', |
| 600 | 'pattern': '.', |
| 601 | 'condition': 'checkout_android', |
| 602 | 'action': ['python', |
| 603 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 604 | 'download', |
| 605 | '-b', 'chromium-sqlite4java', |
| 606 | '-l', 'third_party/sqlite4java' |
| 607 | ], |
| 608 | }, |
| 609 | { |
| 610 | 'name': 'xstream', |
| 611 | 'pattern': '.', |
| 612 | 'condition': 'checkout_android', |
| 613 | 'action': ['python', |
| 614 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 615 | 'download', |
| 616 | '-b', 'chromium-robolectric', |
| 617 | '-l', 'third_party/xstream' |
| 618 | ], |
| 619 | }, |
| 620 | { |
| 621 | 'name': 'objenesis', |
| 622 | 'pattern': '.', |
| 623 | 'condition': 'checkout_android', |
| 624 | 'action': ['python', |
| 625 | 'src/build/android/update_deps/update_third_party_deps.py', |
| 626 | 'download', |
| 627 | '-b', 'chromium-objenesis', |
| 628 | '-l', 'third_party/objenesis' |
| 629 | ], |
| 630 | }, |
andrew@webrtc.org | 4ce52bb | 2012-07-31 21:54:13 +0000 | [diff] [blame] | 631 | ] |
kjellander | 200028f | 2017-08-17 09:54:12 -0700 | [diff] [blame] | 632 | |
kjellander | 24d812d | 2016-11-22 07:02:11 -0800 | [diff] [blame] | 633 | recursedeps = [ |
| 634 | # buildtools provides clang_format, libc++, and libc++abi. |
| 635 | 'src/buildtools', |
| 636 | # android_tools manages the NDK. |
| 637 | 'src/third_party/android_tools', |
| 638 | ] |
Mirko Bonadei | bb54720 | 2017-09-15 06:15:48 +0200 | [diff] [blame] | 639 | |
| 640 | # Define rules for which include paths are allowed in our source. |
| 641 | include_rules = [ |
| 642 | # Base is only used to build Android APK tests and may not be referenced by |
| 643 | # WebRTC production code. |
| 644 | "-base", |
| 645 | "-chromium", |
| 646 | "+external/webrtc/webrtc", # Android platform build. |
Mirko Bonadei | bb54720 | 2017-09-15 06:15:48 +0200 | [diff] [blame] | 647 | "+libyuv", |
Mirko Bonadei | bb54720 | 2017-09-15 06:15:48 +0200 | [diff] [blame] | 648 | # Individual headers that will be moved out of here, see webrtc:4243. |
Mirko Bonadei | 92ea95e | 2017-09-15 06:47:31 +0200 | [diff] [blame] | 649 | "+call/rtp_config.h", |
| 650 | "+common_types.h", |
| 651 | "+transport.h", |
| 652 | "+typedefs.h", |
Mirko Bonadei | bb54720 | 2017-09-15 06:15:48 +0200 | [diff] [blame] | 653 | |
| 654 | "+WebRTC", |
Mirko Bonadei | 92ea95e | 2017-09-15 06:47:31 +0200 | [diff] [blame] | 655 | "+api", |
| 656 | "+modules/include", |
| 657 | "+rtc_base", |
| 658 | "+test", |
| 659 | "+rtc_tools", |
Mirko Bonadei | bb54720 | 2017-09-15 06:15:48 +0200 | [diff] [blame] | 660 | ] |
| 661 | |
| 662 | # The below rules will be removed when webrtc:4243 is fixed. |
| 663 | specific_include_rules = { |
| 664 | "video_receive_stream\.h": [ |
Mirko Bonadei | 92ea95e | 2017-09-15 06:47:31 +0200 | [diff] [blame] | 665 | "+call/video_receive_stream.h", |
Mirko Bonadei | bb54720 | 2017-09-15 06:15:48 +0200 | [diff] [blame] | 666 | ], |
| 667 | "video_send_stream\.h": [ |
Mirko Bonadei | 92ea95e | 2017-09-15 06:47:31 +0200 | [diff] [blame] | 668 | "+call/video_send_stream.h", |
Mirko Bonadei | bb54720 | 2017-09-15 06:15:48 +0200 | [diff] [blame] | 669 | ], |
| 670 | } |