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

Unified Diff: device/nfc/nfc.gyp

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge Created 4 years, 3 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: device/nfc/nfc.gyp
diff --git a/device/nfc/nfc.gyp b/device/nfc/nfc.gyp
deleted file mode 100644
index ecbfe7d0b1db4124d2c2bb87c2afef72b0f4c065..0000000000000000000000000000000000000000
--- a/device/nfc/nfc.gyp
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 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.
-
-{
- 'variables': {
- 'chromium_code': 1,
- 'android_support_v13_target%':
- '../../third_party/android_tools/android_tools.gyp:android_support_v13_javalib',
- },
- 'targets': [
- {
- 'target_name': 'device_nfc_mojo_bindings',
- 'type': 'static_library',
- 'includes': [
- '../../mojo/mojom_bindings_generator.gypi',
- ],
- 'sources': [
- 'nfc.mojom',
- ],
- 'variables': {
- 'use_new_wrapper_types': 'false',
- },
- },
- {
- 'target_name': 'device_nfc_mojo_bindings_for_blink',
- 'type': 'static_library',
- 'variables': {
- 'for_blink': 'true',
- 'use_new_wrapper_types': 'false',
- },
- 'includes': [
- '../../mojo/mojom_bindings_generator.gypi',
- ],
- 'sources': [
- 'nfc.mojom',
- ],
- },
- ],
- 'conditions': [
- ['OS == "android"', {
- 'targets': [
- {
- 'target_name': 'device_nfc_java',
- 'type': 'none',
- 'dependencies': [
- '<(android_support_v13_target)',
- '../../base/base.gyp:base',
- '../../mojo/mojo_public.gyp:mojo_bindings_java',
- 'device_nfc_mojo_bindings',
- ],
- 'variables': {
- 'java_in_dir': '../../device/nfc/android/java',
- },
- 'includes': [ '../../build/java.gypi' ],
- },
- ],
- }, { # OS != "android"
- }],
- ],
-}
« no previous file with comments | « device/media_transfer_protocol/media_transfer_protocol.gyp ('k') | device/power_save_blocker/power_save_blocker.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698