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

Unified Diff: webkit/BUILD.gn

Issue 458053002: Refactor webkit resources targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/shell/BUILD.gn ('k') | webkit/glue/resources/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/BUILD.gn
diff --git a/webkit/BUILD.gn b/webkit/BUILD.gn
deleted file mode 100644
index c6aef8e1e00a24859a60409336ef8439f5052601..0000000000000000000000000000000000000000
--- a/webkit/BUILD.gn
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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")
-
-group("resources") {
- deps = [
- ":webkit_resources_action",
- ":blink_common_resources",
- ]
-}
-
-grit("webkit_resources_action") {
- visibility = ":resources"
- source = "glue/resources/webkit_resources.grd"
- outputs = [
- "grit/webkit_resources.h",
- "webkit_resources_100_percent.pak",
- "webkit_resources_200_percent.pak",
- ]
-}
-
-grit("blink_common_resources") {
- visibility = ":resources"
- source = "//third_party/WebKit/public/blink_resources.grd"
- outputs = [
- "grit/blink_resources.h",
- "blink_resources.rc",
- "blink_resources.pak",
- ]
-}
« no previous file with comments | « content/shell/BUILD.gn ('k') | webkit/glue/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698