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

Unified Diff: components/safe_json_parser/BUILD.gn

Issue 1211793002: Rename safe_json_parser component to safe_json. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 5 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 | « components/safe_json_parser.gypi ('k') | components/safe_json_parser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_json_parser/BUILD.gn
diff --git a/components/safe_json_parser/BUILD.gn b/components/safe_json_parser/BUILD.gn
deleted file mode 100644
index 95be97b8ec86fd88a3c6fb1d219ae266f4d03001..0000000000000000000000000000000000000000
--- a/components/safe_json_parser/BUILD.gn
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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.
-
-# GYP version: components/safe_json_parser.gypi:safe_json_parser
-static_library("safe_json_parser") {
- sources = [
- "safe_json_parser.cc",
- "safe_json_parser.h",
- ]
-
- defines = [ "SAFE_JSON_PARSER_IMPLEMENTATION" ]
-
- deps = [
- ":safe_json_parser_message_filter",
- "//base",
- "//components/strings",
- "//content/public/browser",
- "//ui/base",
- ]
-}
-
-static_library("safe_json_parser_message_filter") {
- sources = [
- "safe_json_parser_message_filter.cc",
- "safe_json_parser_message_filter.h",
- "safe_json_parser_messages.cc",
- "safe_json_parser_messages.h",
- ]
-
- deps = [
- "//base",
- "//content/public/browser",
- "//ipc",
- ]
-}
« no previous file with comments | « components/safe_json_parser.gypi ('k') | components/safe_json_parser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698