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

Unified Diff: sync/BUILD.gn

Issue 1398483004: Remove locale files not needed by sync_unit_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove in GN too. Created 5 years, 2 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 | sync/sync_unit_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/BUILD.gn
diff --git a/sync/BUILD.gn b/sync/BUILD.gn
index 9fdc65f431ab4011151e4e169aa6e62f709fde29..2d7c424bc8ac8d8f60e308670806146c8820f74f 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -687,10 +687,6 @@ test("sync_unit_tests") {
"$root_out_dir/pyproto/google/",
]
- if (is_android) {
- data += [ "$root_out_dir/locales/en-US.pak" ]
- }
-
deps = [
":test_support_sync_core",
":test_support_sync_internal_api",
« no previous file with comments | « no previous file | sync/sync_unit_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698