Chromium Code Reviews| Index: components/profile_metrics.gypi |
| diff --git a/components/toolbar.gypi b/components/profile_metrics.gypi |
| similarity index 70% |
| copy from components/toolbar.gypi |
| copy to components/profile_metrics.gypi |
| index 77dc03909b459acaa06f46cf338bb82c19ab881f..49e713ada4ce35d0a8f06ae5d98388a7956bf53d 100644 |
| --- a/components/toolbar.gypi |
| +++ b/components/profile_metrics.gypi |
| @@ -5,20 +5,19 @@ |
| { |
| 'targets': [ |
| { |
| - # GN version: //components/toolbar |
| - 'target_name': 'toolbar', |
| + # GN version: //components/profile_metrics |
| + 'target_name': 'profile_metrics', |
| 'type': 'static_library', |
| - 'dependencies': [ |
| - '../base/base.gyp:base', |
| - '../url/url.gyp:url_lib', |
| - ], |
| 'include_dirs': [ |
| '..', |
| ], |
| + 'dependencies': [ |
| + '../base/base.gyp:base', |
| + ], |
| 'sources': [ |
| # Note: sources list duplicated in GN build. |
| - 'toolbar/toolbar_model.cc', |
|
anthonyvd
2015/10/30 16:13:04
Not sure I understand this toolbar stuff being rem
droger
2015/10/30 17:05:03
This is actually a new file. The code review tool
|
| - 'toolbar/toolbar_model.h', |
| + 'profile_metrics/counts.cc', |
| + 'profile_metrics/counts.h', |
| ], |
| }, |
| ], |