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

Unified Diff: components/browsing_data_ui.gypi

Issue 1806873002: Add an infrastructure to query history.google.com about other forms of browsing history. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 9 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 | « no previous file | components/browsing_data_ui/BUILD.gn » ('j') | components/browsing_data_ui/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browsing_data_ui.gypi
diff --git a/components/profile_metrics.gypi b/components/browsing_data_ui.gypi
similarity index 51%
copy from components/profile_metrics.gypi
copy to components/browsing_data_ui.gypi
index 49e713ada4ce35d0a8f06ae5d98388a7956bf53d..1df5a6e881c885d8dc883880524ab1e8a48ff82e 100644
--- a/components/profile_metrics.gypi
+++ b/components/browsing_data_ui.gypi
@@ -1,23 +1,24 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
+# Copyright 2016 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/profile_metrics
- 'target_name': 'profile_metrics',
+ # GN version: //components/browsing_data_ui
+ 'target_name': 'browsing_data_ui',
'type': 'static_library',
+ 'dependencies': [
+ 'browser_sync_browser',
+ 'history_core_browser',
+ ],
'include_dirs': [
'..',
],
- 'dependencies': [
- '../base/base.gyp:base',
- ],
'sources': [
# Note: sources list duplicated in GN build.
- 'profile_metrics/counts.cc',
- 'profile_metrics/counts.h',
+ 'browsing_data_ui/history_notice_utils.cc',
+ 'browsing_data_ui/history_notice_utils.h',
],
},
],
« no previous file with comments | « no previous file | components/browsing_data_ui/BUILD.gn » ('j') | components/browsing_data_ui/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698