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

Unified Diff: components/components_tests.gyp

Issue 1983073002: Query the existence other forms of browsing history. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit. Created 4 years, 7 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/browsing_data_ui/history_notice_utils_unittest.cc ('k') | components/history.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 750e20682ccbde82d75172aee099e53e7e571e2e..d327c8ea75315bcda1638a85d9c49f0968198ffb 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1,4 +1,4 @@
- # Copyright 2014 The Chromium Authors. All rights reserved.
+# Copyright 2014 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.
@@ -89,6 +89,9 @@
'browser_watcher/watcher_metrics_provider_win_unittest.cc',
'browser_watcher/window_hang_monitor_win_unittest.cc',
],
+ 'browsing_data_ui_unittest_sources': [
+ 'browsing_data_ui/history_notice_utils_unittest.cc'
+ ],
'bubble_unittest_sources': [
'bubble/bubble_manager_mocks.cc',
'bubble/bubble_manager_mocks.h',
@@ -980,6 +983,7 @@
'<@(bookmarks_unittest_sources)',
'<@(browser_sync_unittest_sources)',
'<@(browser_watcher_unittest_sources)',
+ '<@(browsing_data_ui_unittest_sources)',
'<@(bubble_unittest_sources)',
'<@(captive_portal_unittest_sources)',
'<@(cast_certificate_unittest_sources)',
@@ -1090,6 +1094,7 @@
'components.gyp:bookmarks_test_support',
'components.gyp:browser_sync_browser',
'components.gyp:browser_sync_browser_test_support',
+ 'components.gyp:browsing_data_ui',
'components.gyp:bubble',
'components.gyp:captive_portal_test_support',
'components.gyp:cast_certificate',
« no previous file with comments | « components/browsing_data_ui/history_notice_utils_unittest.cc ('k') | components/history.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698