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

Unified Diff: chrome/chrome_android.gypi

Issue 2321703002: Remove all gyp[i] files in //chrome (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 | « chrome/chrome.gyp ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_android.gypi
diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi
deleted file mode 100644
index c7849303650cf4fc565d4553cf172b1aed4f1c9a..0000000000000000000000000000000000000000
--- a/chrome/chrome_android.gypi
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright (c) 2012 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,
- },
- 'targets': [
- {
- # GN: //chrome:chrome_android_core
- 'target_name': 'chrome_android_core',
- 'type': 'static_library',
- 'dependencies': [
- 'chrome.gyp:browser',
- 'chrome.gyp:browser_ui',
- 'chrome.gyp:child',
- 'chrome.gyp:gpu',
- 'chrome_features.gyp:chrome_common_features',
- 'chrome.gyp:renderer',
- 'chrome.gyp:utility',
- '../components/components.gyp:safe_browsing_db_mobile',
- '../content/content.gyp:content',
- '../content/content.gyp:content_app_both',
- ],
- 'include_dirs': [
- '..',
- '<(android_ndk_include)',
- ],
- 'sources': [
- 'app/android/chrome_android_initializer.cc',
- 'app/android/chrome_android_initializer.h',
- 'app/android/chrome_jni_onload.cc',
- 'app/android/chrome_jni_onload.h',
- 'app/android/chrome_main_delegate_android.cc',
- 'app/android/chrome_main_delegate_android.h',
- 'app/chrome_main_delegate.cc',
- 'app/chrome_main_delegate.h',
- ],
- 'link_settings': {
- 'libraries': [
- '-landroid',
- '-ljnigraphics',
- ],
- },
- },
- {
- # GYP: //chrome/android:chrome_version_java
- 'target_name': 'chrome_version_java',
- 'type': 'none',
- 'variables': {
- 'template_input_path': 'android/java/ChromeVersionConstants.java.version',
- 'version_path': 'VERSION',
- 'version_py_path': '<(DEPTH)/build/util/version.py',
- 'output_path': '<(SHARED_INTERMEDIATE_DIR)/templates/<(_target_name)/org/chromium/chrome/browser/ChromeVersionConstants.java',
-
- 'conditions': [
- ['branding == "Chrome"', {
- 'branding_path': 'app/theme/google_chrome/BRANDING',
- }, {
- 'branding_path': 'app/theme/chromium/BRANDING',
- }],
- ],
- },
- 'direct_dependent_settings': {
- 'variables': {
- # Ensure that the output directory is used in the class path
- # when building targets that depend on this one.
- 'generated_src_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)/templates/<(_target_name)',
- ],
- # Ensure dependents are rebuilt when the generated Java file changes.
- 'additional_input_paths': [
- '<(output_path)',
- ],
- },
- },
- 'actions': [
- {
- 'action_name': 'chrome_version_java_template',
- 'inputs': [
- '<(template_input_path)',
- '<(version_path)',
- '<(branding_path)',
- '<(version_py_path)',
- ],
- 'outputs': [
- '<(output_path)',
- ],
- 'action': [
- 'python',
- '<(version_py_path)',
- '-f', '<(version_path)',
- '-f', '<(branding_path)',
- '-e', 'CHANNEL=str.upper("<(android_channel)")',
- '<(template_input_path)',
- '<(output_path)',
- ],
- },
- ],
- },
- ],
-}
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698