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

Unified Diff: components/safe_json.gypi

Issue 2306443002: Remove GYP files from components. (Closed)
Patch Set: Remove compiled resources Created 4 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 | « components/safe_browsing_db.gypi ('k') | components/search.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_json.gypi
diff --git a/components/safe_json.gypi b/components/safe_json.gypi
deleted file mode 100644
index bdd34645e3e8573ec2ccdf9fdfd4e7290080a48f..0000000000000000000000000000000000000000
--- a/components/safe_json.gypi
+++ /dev/null
@@ -1,127 +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.
-
-{
- 'targets': [
- {
- # GN version: //components/safe_json
- 'target_name': 'safe_json',
- 'type': 'static_library',
- 'dependencies': [
- 'safe_json_mojo_bindings',
- '../base/base.gyp:base',
- '../components/components_strings.gyp:components_strings',
- '../content/content.gyp:content_browser',
- '../content/content.gyp:content_common',
- '../ui/base/ui_base.gyp:ui_base',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'safe_json/android/component_jni_registrar.cc',
- 'safe_json/android/component_jni_registrar.h',
- 'safe_json/json_sanitizer.cc',
- 'safe_json/json_sanitizer.h',
- 'safe_json/json_sanitizer_android.cc',
- 'safe_json/safe_json_parser.cc',
- 'safe_json/safe_json_parser.h',
- 'safe_json/safe_json_parser_android.cc',
- 'safe_json/safe_json_parser_android.h',
- 'safe_json/safe_json_parser_impl.cc',
- 'safe_json/safe_json_parser_impl.h',
- ],
- 'conditions': [
- ['OS == "android"', {
- 'dependencies': [
- 'safe_json_jni_headers',
- ],
- 'sources!': [
- 'safe_json/json_sanitizer.cc',
- 'safe_json/safe_json_parser_impl.cc',
- 'safe_json/safe_json_parser_impl.h',
- ],
- }],
- ],
- },
- {
- 'target_name': 'safe_json_test_support',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- ':safe_json',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'safe_json/testing_json_parser.cc',
- 'safe_json/testing_json_parser.h',
- ],
- },
- {
- # GN version: //components/safe_json/public/interfaces
- 'target_name': 'safe_json_mojo_bindings',
- 'type': 'static_library',
- 'variables': {
- 'mojom_typemaps': [
- 'safe_json/public/interfaces/safe_json.typemap',
- ],
- 'use_new_wrapper_types': 'false',
- },
- 'sources': [
- 'safe_json/public/interfaces/safe_json.mojom',
- ],
- 'includes': [ '../mojo/mojom_bindings_generator.gypi'],
- },
- {
- 'target_name': 'safe_json_parser_mojo',
- 'type': 'static_library',
- 'dependencies': [
- 'safe_json_mojo_bindings',
- '../base/base.gyp:base',
- '../content/content.gyp:content_common',
- '../content/content.gyp:content_utility',
- '../ipc/ipc.gyp:ipc',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'safe_json/utility/safe_json_parser_mojo_impl.cc',
- 'safe_json/utility/safe_json_parser_mojo_impl.h',
- ],
- },
- ],
- 'conditions': [
- ['OS=="android"', {
- 'targets': [
- {
- # GN version: //components/safe_json/android:safe_json_java
- 'target_name': 'safe_json_java',
- 'type': 'none',
- 'dependencies': [
- '../base/base.gyp:base',
- ],
- 'variables': {
- 'java_in_dir': 'safe_json/android/java',
- },
- 'includes': [ '../build/java.gypi' ],
- },
- {
- # GN version: //components/safe_json:jni
- 'target_name': 'safe_json_jni_headers',
- 'type': 'none',
- 'sources': [
- 'safe_json/android/java/src/org/chromium/components/safejson/JsonSanitizer.java',
- ],
- 'variables': {
- 'jni_gen_package': 'safe_json',
- },
- 'includes': [ '../build/jni_generator.gypi' ],
- },
- ],
- }],
- ]
-}
« no previous file with comments | « components/safe_browsing_db.gypi ('k') | components/search.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698