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

Unified Diff: third_party/custom_tabs_client/custom_tabs_client.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
« no previous file with comments | « third_party/codesighs/codesighs.gyp ('k') | third_party/decklink/decklink.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/custom_tabs_client/custom_tabs_client.gyp
diff --git a/third_party/custom_tabs_client/custom_tabs_client.gyp b/third_party/custom_tabs_client/custom_tabs_client.gyp
deleted file mode 100644
index 1ac57c8ef214d91b70d54c7b3a8554c587507ba4..0000000000000000000000000000000000000000
--- a/third_party/custom_tabs_client/custom_tabs_client.gyp
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright (c) 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': [
- {
- 'target_name': 'custom_tabs_client_example_apk',
- 'type': 'none',
- 'variables': {
- 'java_in_dir': 'src/Application/src/main/',
- 'java_in_dir_suffix': 'java/',
- 'resource_dir': '<(java_in_dir)/res',
- 'apk_name': 'CustomTabsClientExample',
- 'run_findbugs': 0,
- },
- 'dependencies': [
- 'custom_tabs_support_lib',
- 'custom_tabs_client_shared_lib',
- ],
- 'includes': [ '../../build/java_apk.gypi' ],
- },
- {
- 'target_name': 'custom_tabs_client_shared_lib',
- 'type': 'none',
- 'variables': {
- 'java_in_dir': 'src/shared/src/main/java/org/chromium/customtabsclient/shared/',
- 'java_in_dir_suffix': '',
- },
- 'dependencies': [
- 'custom_tabs_support_lib',
- ],
- 'includes': [ '../../build/java.gypi' ],
- },
- {
- 'target_name': 'custom_tabs_support_lib',
- 'type': 'none',
- 'variables': {
- 'java_in_dir': 'src/customtabs/src/',
- 'java_in_dir_suffix': '',
- },
- 'dependencies': [
- 'chrome_custom_tabs_service_aidl',
- '../android_tools/android_tools.gyp:android_support_v13_javalib',
- ],
- 'includes': [ '../../build/java.gypi' ],
- },
- {
- 'target_name': "chrome_custom_tabs_service_aidl",
- 'type': 'none',
- 'variables': {
- 'java_in_dir': 'src/customtabs/src/android/support/customtabs/',
- 'java_in_dir_suffix': '',
- # The filename should not end with ".aidl", as it upsets gradle.
- # 'aidl_interface_file': '<(java_in_dir)/common.aidl.txt',
- 'aidl_interface_file': 'common.aidl',
- },
- 'sources': [
- '<(java_in_dir)/ICustomTabsCallback.aidl',
- '<(java_in_dir)/ICustomTabsService.aidl',
- ],
- 'includes': [ '../../build/java_aidl.gypi' ],
- },
- ],
-}
« no previous file with comments | « third_party/codesighs/codesighs.gyp ('k') | third_party/decklink/decklink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698