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

Unified Diff: BUILD.gn

Issue 1866743002: Add //build/config/BUILD.gn to exec whitelist for GN. (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Created 4 years, 8 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 | « .gn ('k') | README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index d1e55de16c68e39e1ad9e36df70fb4fc0848aab6..b091cbc22d77f3ef681dab5ee4caba9d17aecdf9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -20,6 +20,7 @@ use_neon = current_cpu == "arm64" || (current_cpu == "arm" && (arm_use_neon || a
source_set("libyuv") {
sources = [
+ # Headers
"include/libyuv.h",
"include/libyuv/basic_types.h",
"include/libyuv/compare.h",
@@ -40,7 +41,7 @@ source_set("libyuv") {
"include/libyuv/version.h",
"include/libyuv/video_common.h",
- # sources.
+ # Source Files
"source/compare.cc",
"source/compare_common.cc",
"source/compare_gcc.cc",
@@ -113,6 +114,7 @@ source_set("libyuv") {
if (use_neon) {
static_library("libyuv_neon") {
sources = [
+ # ARM Source Files
"source/compare_neon.cc",
"source/compare_neon64.cc",
"source/rotate_neon.cc",
« no previous file with comments | « .gn ('k') | README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698