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

Unified Diff: webkit/glue/resources/BUILD.gn

Issue 486573002: Move webkit resources over to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm the build files from webkit/glue/resources 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
Index: webkit/glue/resources/BUILD.gn
diff --git a/webkit/glue/resources/BUILD.gn b/webkit/glue/resources/BUILD.gn
deleted file mode 100644
index c467e9f1c9d37588741394905e6a0b21dd827abb..0000000000000000000000000000000000000000
--- a/webkit/glue/resources/BUILD.gn
+++ /dev/null
@@ -1,15 +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")
-
-grit("resources") {
- source = "webkit_resources.grd"
- output_dir = "$root_gen_dir/webkit"
- outputs = [
- "grit/webkit_resources.h",
- "webkit_resources_100_percent.pak",
- "webkit_resources_200_percent.pak",
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698