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

Unified Diff: components/profile_metrics.gypi

Issue 1417903006: Componentize ProfileMetrics::Counts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix include 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.gyp ('k') | components/profile_metrics/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
],
« no previous file with comments | « components/components.gyp ('k') | components/profile_metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698