Index: cloud_print/virtual_driver/win/BUILD.gn |
diff --git a/tools/perf/clear_system_cache/BUILD.gn b/cloud_print/virtual_driver/win/BUILD.gn |
similarity index 52% |
copy from tools/perf/clear_system_cache/BUILD.gn |
copy to cloud_print/virtual_driver/win/BUILD.gn |
index dad3319765041168a769457e754a13b8aa1b914a..110b5a36f0272f9266bcaf057507c0cf5e8dcafc 100644 |
--- a/tools/perf/clear_system_cache/BUILD.gn |
+++ b/cloud_print/virtual_driver/win/BUILD.gn |
@@ -2,16 +2,18 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-executable("clear_system_cache") { |
- testonly = true |
+assert(is_win) |
+source_set("win") { |
sources = [ |
- "clear_system_cache_main.cc", |
+ "virtual_driver_consts.cc", |
+ "virtual_driver_consts.h", |
+ "virtual_driver_helpers.cc", |
+ "virtual_driver_helpers.h", |
] |
deps = [ |
"//base", |
- "//base/test:test_support", |
- "//build/config/sanitizers:deps", |
+ "//cloud_print/common", |
] |
} |