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

Unified Diff: cloud_print/virtual_driver/win/BUILD.gn

Issue 1408623002: Add cloud_print to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes 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
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698