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

Unified Diff: components/ntp_tiles.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/ntp_snippets.gypi ('k') | components/offline_pages.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles.gypi
diff --git a/components/ntp_tiles.gypi b/components/ntp_tiles.gypi
deleted file mode 100644
index 020435d69ab92c46ab2ffdf3395075a13b30bcb1..0000000000000000000000000000000000000000
--- a/components/ntp_tiles.gypi
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 2016 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/ntp_tiles
- 'target_name': 'ntp_tiles',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- 'history_core_browser',
- 'pref_registry',
- 'search_engines',
- 'suggestions',
- 'variations',
- ],
- 'sources': [
- 'ntp_tiles/constants.cc',
- 'ntp_tiles/constants.h',
- 'ntp_tiles/most_visited_sites.cc',
- 'ntp_tiles/most_visited_sites.h',
- 'ntp_tiles/popular_sites.cc',
- 'ntp_tiles/popular_sites.h',
- 'ntp_tiles/pref_names.h',
- 'ntp_tiles/pref_names.cc',
- 'ntp_tiles/switches.h',
- 'ntp_tiles/switches.cc',
- ],
- 'conditions': [
- ['OS == "android"', {
- 'dependencies': [
- 'ntp_tiles_jni_headers',
- ],
- }],
- ],
- },
- ],
-
- 'conditions': [
- ['OS == "android"', {
- 'targets': [
- {
- # GN: //components/ntp_tiles:ntp_tiles_enums_java
- 'target_name': 'ntp_tiles_enums_java',
- 'type': 'none',
- 'variables': {
- 'source_file': 'ntp_tiles/most_visited_sites.h',
- },
- 'includes': [
- '../build/android/java_cpp_enum.gypi'
- ],
- },
- {
- # GN version: //components/ntp_tiles/android:ntp_tiles_java
- 'target_name': 'ntp_tiles_java',
- 'type': 'none',
- 'dependencies': [
- '../base/base.gyp:base',
- ],
- 'variables': {
- 'java_in_dir': 'ntp_tiles/android/java',
- },
- 'includes': [ '../build/java.gypi' ],
- },
- {
- # GN version: //components/ntp_tiles:jni
- 'target_name': 'ntp_tiles_jni_headers',
- 'type': 'none',
- 'sources': [
- 'ntp_tiles/android/java/src/org/chromium/components/ntptiles/MostVisitedSites.java',
- ],
- 'variables': {
- 'jni_gen_package': 'ntp_tiles',
- },
- 'includes': [ '../build/jni_generator.gypi' ],
- },
- ],
- }],
- ],
-}
« no previous file with comments | « components/ntp_snippets.gypi ('k') | components/offline_pages.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698