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

Unified Diff: components/data_usage.gypi

Issue 1373373002: Create component to expose network usage stats to consumers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed nits Created 5 years, 2 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/components_tests.gyp ('k') | components/data_usage/OWNERS » ('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/toolbar.gypi b/components/data_usage.gypi
similarity index 57%
copy from components/toolbar.gypi
copy to components/data_usage.gypi
index 77dc03909b459acaa06f46cf338bb82c19ab881f..81515393e69be4721c1b3a55d91a1af3eb6c3a75 100644
--- a/components/toolbar.gypi
+++ b/components/data_usage.gypi
@@ -1,25 +1,22 @@
# 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': [
{
- # GN version: //components/toolbar
- 'target_name': 'toolbar',
+ 'target_name': 'data_usage_core',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
+ '../net/net.gyp:net',
'../url/url.gyp:url_lib',
],
- 'include_dirs': [
- '..',
- ],
'sources': [
- # Note: sources list duplicated in GN build.
- 'toolbar/toolbar_model.cc',
- 'toolbar/toolbar_model.h',
- ],
+ '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',
+ ]
},
- ],
+ ]
}
« no previous file with comments | « components/components_tests.gyp ('k') | components/data_usage/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698