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

Unified Diff: services/files/c/BUILD.gn

Issue 1060683002: Update clang, re-enable checker, fix issues it flags (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
Index: services/files/c/BUILD.gn
diff --git a/services/files/c/BUILD.gn b/services/files/c/BUILD.gn
index b3768cd7b468bd923e01da2647c52aac0b5e4bb5..11e446aefbd6e5ad5d1954ec0e8de8b427bbcd00 100644
--- a/services/files/c/BUILD.gn
+++ b/services/files/c/BUILD.gn
@@ -20,6 +20,7 @@ if (is_linux) {
"lib/mojio_fcntl.cc",
"lib/mojio_sys_stat.cc",
"lib/mojio_unistd.cc",
+ "lib/real_errno_impl.cc",
"lib/real_errno_impl.h",
"lib/singletons.cc",
"lib/singletons.h",
@@ -53,9 +54,12 @@ if (is_linux) {
"tests/errno_impl_unittest.cc",
"tests/fd_table_unittest.cc",
"tests/file_fd_impl_unittest.cc",
+ "tests/mock_errno_impl.cc",
"tests/mock_errno_impl.h",
+ "tests/mojio_impl_test_base.cc",
"tests/mojio_impl_test_base.h",
"tests/mojio_sys_stat_unittest.cc",
+ "tests/mojio_test_base.cc",
"tests/mojio_test_base.h",
"tests/mojio_unistd_unittest.cc",
"tests/real_errno_impl_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698