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

Unified Diff: extensions/BUILD.gn

Issue 344873006: Add widevine and extensions resources to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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') | extensions/extensions_strings.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..47b4769936984dd29f51e03a99287d8639908e2b
--- /dev/null
+++ b/extensions/BUILD.gn
@@ -0,0 +1,25 @@
+# Copyright 2014 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.
+
+import("//tools/grit/grit_rule.gni")
+
+# GYP version: extensions/extensions_resources.gyp:extensions_resources
+group("extensions_resources") {
+ deps = [
+ ":extensions_renderer_resources",
+ ":extensions_resources_grd",
+ ]
+}
+
+# GYP version: extensions/extensions_resources.gyp:extensions_resources
+# (exntensions_resources action)
+grit("extensions_resources_grd") {
+ source = "extensions_resources.grd"
+}
+
+# GYP version: extensions/extensions_resources.gyp:extensions_resources
+# (exntensions_renderer_resources action)
+grit("extensions_renderer_resources") {
+ source = "renderer/resources/extensions_renderer_resources.grd"
+}
« no previous file with comments | « content/renderer/BUILD.gn ('k') | extensions/extensions_strings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698