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

Unified Diff: components/web_restrictions.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/web_resource.gypi ('k') | components/webcrypto/webcrypto.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_restrictions.gypi
diff --git a/components/web_restrictions.gypi b/components/web_restrictions.gypi
deleted file mode 100644
index c55a3f5c6c742b1778cb228bd2859c44c9c33035..0000000000000000000000000000000000000000
--- a/components/web_restrictions.gypi
+++ /dev/null
@@ -1,119 +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.
-
-{
- 'conditions': [
- ['OS == "android"', {
- 'targets': [
- {
- 'target_name': 'web_restrictions_java_browser',
- 'type': 'none',
- 'variables': {
- 'java_in_dir': 'web_restrictions/browser/java',
- },
- 'dependencies': [
- '../base/base.gyp:base',
- ],
- 'includes': [ '../build/java.gypi' ],
- },
- {
- # GN: //components/web_restrictions:web_restrictions_jni_headers
- 'target_name': 'web_restrictions_jni_headers',
- 'type': 'none',
- 'sources': [
- 'web_restrictions/browser/java/src/org/chromium/components/webrestrictions/browser/WebRestrictionsClient.java',
- 'web_restrictions/browser/java/src/org/chromium/components/webrestrictions/browser/WebRestrictionsClientResult.java',
- ],
- 'variables': {
- 'jni_gen_package': 'components/web_restrictions',
- },
- 'includes': [ '../build/jni_generator.gypi' ],
- },
- {
- # GN: //components/web_restrictions:browser
- 'target_name': 'web_restrictions_browser',
- 'type': 'static_library',
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/content/content.gyp:content_browser',
- 'web_restrictions_interfaces',
- 'web_restrictions_jni_headers',
- ],
- 'sources': [
- "web_restrictions/browser/web_restrictions_client.cc",
- "web_restrictions/browser/web_restrictions_client.h",
- "web_restrictions/browser/web_restrictions_client_result.cc",
- "web_restrictions/browser/web_restrictions_client_result.h",
- "web_restrictions/browser/web_restrictions_mojo_implementation.cc",
- "web_restrictions/browser/web_restrictions_mojo_implementation.h",
- "web_restrictions/browser/web_restrictions_resource_throttle.cc",
- "web_restrictions/browser/web_restrictions_resource_throttle.h",
- ],
- },
- {
- 'target_name': 'web_restrictions_test_support_jni_headers',
- 'type': 'none',
- 'sources': [
- 'web_restrictions/browser/javatest/src/org/chromium/components/webrestrictions/browser/MockWebRestrictionsClient.java',
- ],
- 'variables': {
- 'jni_gen_package': 'components/web_restrictions',
- },
- 'includes': [ '../build/jni_generator.gypi' ],
- },
- {
- 'target_name': 'web_restrictions_test_support_java',
- 'type': 'none',
- 'dependencies': [
- 'components.gyp:web_restrictions_java_browser',
- '../base/base.gyp:base_java',
- ],
- 'variables': {
- 'java_in_dir': [
- 'web_restrictions/browser/javatest/'
- ],
- },
- 'includes': [ '../build/java.gypi' ],
- },
- {
- 'target_name': 'web_restrictions_test_support',
- 'type': 'static_library',
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- 'web_restrictions_test_support_jni_headers',
- ],
- 'sources': [
- 'web_restrictions/browser/mock_web_restrictions_client.cc',
- 'web_restrictions/browser/mock_web_restrictions_client.h',
- ],
- },
- {
- 'target_name': 'components_web_restrictions_junit_tests',
- 'type': 'none',
- 'dependencies': [
- '../testing/android/junit/junit_test.gyp:junit_test_support',
- ],
- 'variables': {
- 'main_class': 'org.chromium.testing.local.JunitTestMain',
- 'src_paths': [
- '../testing/android/junit/DummyTest.java',
- ],
- 'wrapper_script_name': 'helper/<(_target_name)',
- },
- 'includes': [ '../build/host_jar.gypi' ],
- },
- {
- 'target_name': 'web_restrictions_interfaces',
- 'type': 'static_library',
- 'includes': [
- '../mojo/mojom_bindings_generator.gypi',
- ],
- 'sources': [
- 'web_restrictions/interfaces/web_restrictions.mojom'
- ],
- },
- ],
- }
- ]]
-}
« no previous file with comments | « components/web_resource.gypi ('k') | components/webcrypto/webcrypto.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698