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

Unified Diff: components/data_usage.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/data_reduction_proxy.gypi ('k') | components/data_use_measurement.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_usage.gypi
diff --git a/components/data_usage.gypi b/components/data_usage.gypi
deleted file mode 100644
index 6fcef19dbdd2855643028a7283bc981205e3125a..0000000000000000000000000000000000000000
--- a/components/data_usage.gypi
+++ /dev/null
@@ -1,44 +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.
-{
- 'targets': [
- {
- 'target_name': 'data_usage_core',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../net/net.gyp:net',
- '../url/url.gyp:url_lib',
- ],
- 'sources': [
- 'data_usage/core/data_use.cc',
- 'data_usage/core/data_use.h',
- 'data_usage/core/data_use_aggregator.cc',
- 'data_usage/core/data_use_aggregator.h',
- 'data_usage/core/data_use_amortizer.h',
- 'data_usage/core/data_use_annotator.h',
- ]
- },
- ],
- 'conditions': [
- ['OS=="android"', {
- 'targets': [
- {
- 'target_name': 'data_usage_android',
- 'type': 'static_library',
- 'dependencies': [
- ':data_usage_core',
- '../base/base.gyp:base',
- '../net/net.gyp:net',
- '../url/url.gyp:url_lib',
- ],
- 'sources': [
- 'data_usage/android/traffic_stats_amortizer.cc',
- 'data_usage/android/traffic_stats_amortizer.h',
- ]
- },
- ]
- }], # OS=="android"
- ],
-}
« no previous file with comments | « components/data_reduction_proxy.gypi ('k') | components/data_use_measurement.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698