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

Unified Diff: base/json/BUILD.gn

Issue 1647803004: Move base to DEPS (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 11 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 | « base/ios/weak_nsobject_unittest.mm ('k') | base/json/json_file_value_serializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/json/BUILD.gn
diff --git a/base/json/BUILD.gn b/base/json/BUILD.gn
deleted file mode 100644
index 70830c15e55d583b71bd25de188855edee898914..0000000000000000000000000000000000000000
--- a/base/json/BUILD.gn
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright (c) 2013 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.
-
-source_set("json") {
- sources = [
- "json_file_value_serializer.cc",
- "json_file_value_serializer.h",
- "json_parser.cc",
- "json_parser.h",
- "json_reader.cc",
- "json_reader.h",
- "json_string_value_serializer.cc",
- "json_string_value_serializer.h",
- "json_value_converter.cc",
- "json_value_converter.h",
- "json_writer.cc",
- "json_writer.h",
- "string_escape.cc",
- "string_escape.h",
- ]
-
- if (is_nacl) {
- sources -= [
- "json_file_value_serializer.cc",
- "json_file_value_serializer.h",
- ]
- }
-
- configs += [ "//base:base_implementation" ]
-
- deps = [
- "//base/memory",
- ]
-
- visibility = [ "//base/*" ]
-}
« no previous file with comments | « base/ios/weak_nsobject_unittest.mm ('k') | base/json/json_file_value_serializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698