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

Unified Diff: webrtc/system_wrappers/BUILD.gn

Issue 2883033002: Adding target to track asm_defines.h (Closed)
Patch Set: Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/system_wrappers/BUILD.gn
diff --git a/webrtc/system_wrappers/BUILD.gn b/webrtc/system_wrappers/BUILD.gn
index 325c0166a0ef0421c2f23b6d5b6aedea93413f6a..1cf1b6f3b05f28b2fede68bf44ecb6a213675ae5 100644
--- a/webrtc/system_wrappers/BUILD.gn
+++ b/webrtc/system_wrappers/BUILD.gn
@@ -130,6 +130,12 @@ rtc_source_set("cpu_features_api") {
]
}
+rtc_source_set("asm_defines") {
+ sources = [
+ "include/asm_defines.h",
+ ]
+}
+
rtc_source_set("field_trial_api") {
sources = [
"include/field_trial.h",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698