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

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

Issue 1393123003: Add cloud_print to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/chrome/installer/launcher_support/BUILD.gn b/cloud_print/virtual_driver/win/BUILD.gn
similarity index 54%
copy from chrome/installer/launcher_support/BUILD.gn
copy to cloud_print/virtual_driver/win/BUILD.gn
index 9abab50df0aefabdc299b6795e0fee8f77ee83f2..3ed32ace03ae637b832213dcbfe5a8279969c3ea 100644
--- a/chrome/installer/launcher_support/BUILD.gn
+++ b/cloud_print/virtual_driver/win/BUILD.gn
@@ -1,14 +1,17 @@
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
+# found in the LICENSE file.
-source_set("launcher_support") {
+source_set("win") {
sources = [
- "chrome_launcher_support.cc",
- "chrome_launcher_support.h",
+ "virtual_driver_consts.cc",
+ "virtual_driver_consts.h",
+ "virtual_driver_helpers.cc",
+ "virtual_driver_helpers.h",
]
deps = [
"//base",
+ "//cloud_print/common",
]
}

Powered by Google App Engine
This is Rietveld 408576698