| 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..b7affcc83668d2cdaf9b38739746a7da8064befc 100644
|
| --- a/components/toolbar.gypi
|
| +++ b/components/data_usage.gypi
|
| @@ -1,25 +1,20 @@
|
| # 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_aggregator.cc',
|
| + 'data_usage/core/data_use_aggregator.h',
|
| + ]
|
| },
|
| - ],
|
| + ]
|
| }
|
|
|