Chromium Code Reviews| Index: tools/grit/grit_rule.gni |
| diff --git a/tools/grit/grit_rule.gni b/tools/grit/grit_rule.gni |
| index f60d8fa1076bb3b7dbb2ead6b28093c135a1e88c..8d81c069c62ff09a81bccd963a9ea53507933e6a 100644 |
| --- a/tools/grit/grit_rule.gni |
| +++ b/tools/grit/grit_rule.gni |
| @@ -249,6 +249,13 @@ if (enable_webrtc) { |
| "-D", |
| "enable_webrtc", |
| ] |
| + import("//third_party/webrtc/build/webrtc.gni") |
|
hbos_chromium
2016/03/03 16:51:42
(For GN variable rtc_use_h264)
|
| + if (rtc_use_h264) { |
| + grit_defines += [ |
| + "-D", |
| + "rtc_use_h264", |
| + ] |
| + } |
| } |
| if (enable_hangout_services_extension) { |
| grit_defines += [ |