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

Unified Diff: third_party/ashmem/BUILD.gn

Issue 988693005: Chromium roll (https://codereview.chromium.org/976353002) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fixed bad android build patch Created 5 years, 9 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 | « testing/scripts/webkit_python_tests.py ('k') | third_party/fontconfig/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ashmem/BUILD.gn
diff --git a/third_party/ashmem/BUILD.gn b/third_party/ashmem/BUILD.gn
index a3f7e6a28657131501024ba45b28627ae0893fff..5e92b3773f55fb76b7c40303caaf2c66468ddcb8 100644
--- a/third_party/ashmem/BUILD.gn
+++ b/third_party/ashmem/BUILD.gn
@@ -6,7 +6,7 @@ assert(is_android)
source_set("ashmem") {
sources = [
- "ashmem.h",
"ashmem-dev.c",
+ "ashmem.h",
]
}
« no previous file with comments | « testing/scripts/webkit_python_tests.py ('k') | third_party/fontconfig/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698