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

Unified Diff: mojo/file_utils/BUILD.gn

Issue 1915193002: Simplify the organization of //mojo_file_utils. (Closed) Base URL: https://github.com/domokit/mojo.git@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 | « no previous file | mojo/file_utils/file_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/file_utils/BUILD.gn
diff --git a/mojo/file_utils/BUILD.gn b/mojo/file_utils/BUILD.gn
index c029b25af6136ee9bdbef2c82c2089023a2a36fa..511d4a275217839709e29d8b10a781229404a12d 100644
--- a/mojo/file_utils/BUILD.gn
+++ b/mojo/file_utils/BUILD.gn
@@ -8,8 +8,8 @@ import("//mojo/public/mojo_application.gni")
# files service.
source_set("file_utils") {
sources = [
+ "file_util.cc",
"file_util.h",
- "lib/file_util.cc",
]
public_deps = [
@@ -23,9 +23,7 @@ mojo_native_application("file_utils_apptests") {
testonly = true
sources = [
- "tests/file_util_test_base.cc",
- "tests/file_util_test_base.h",
- "tests/file_util_unittest.cc",
+ "file_util_unittest.cc",
]
deps = [
« no previous file with comments | « no previous file | mojo/file_utils/file_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698