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

Unified Diff: third_party/power_gadget/BUILD.gn

Issue 300383002: Start work on adding content/browser to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « content/renderer/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/power_gadget/BUILD.gn
diff --git a/mojo/public/interfaces/service_provider/BUILD.gn b/third_party/power_gadget/BUILD.gn
similarity index 59%
copy from mojo/public/interfaces/service_provider/BUILD.gn
copy to third_party/power_gadget/BUILD.gn
index 990d3e9b6264ceac8ce9bc5e69e02dcf3db0bfd5..0a3f81ff215025a72ff6925b61431e7daee31c39 100644
--- a/mojo/public/interfaces/service_provider/BUILD.gn
+++ b/third_party/power_gadget/BUILD.gn
@@ -2,10 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//mojo/public/tools/bindings/mojom.gni")
+assert(is_win, "This only compiles on Windows")
-mojom("service_provider") {
+source_set("power_gadget") {
sources = [
- "service_provider.mojom",
+ "PowerGadgetLib.cpp",
+ "PowerGadgetLib.h",
]
}
« no previous file with comments | « content/renderer/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698