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

Unified Diff: components/components_tests.gyp

Issue 1229933005: Revert "Componentize chrome/browser/rlz" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/rlz.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 6b4e10189a48bc08dd4a1002ce0d7423318b201d..4dd484687bf01f5c59f93e81a3172a75e4324ce1 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -488,9 +488,6 @@
'rappor/rappor_utils_unittest.cc',
'rappor/sampler_unittest.cc',
],
- 'rlz_unittest_sources': [
- 'rlz/rlz_tracker_unittest.cc',
- ],
'scheduler_unittest_sources': [
'scheduler/child/idle_helper_unittest.cc',
'scheduler/child/nestable_task_runner_for_test.cc',
@@ -867,23 +864,6 @@
'mime_util/mime_util.gyp:mime_util',
],
'conditions': [
- ['enable_rlz_support==1', {
- 'sources': [
- '<@(rlz_unittest_sources)',
- ],
- 'dependencies': [
- '../net/net.gyp:net_test_support',
- '../rlz/rlz.gyp:test_support_rlz',
- 'components.gyp:rlz',
- ],
- 'conditions': [
- ['OS == "ios"', {
- 'dependencies': [
- '../ui/base/ui_base.gyp:ui_base',
- ],
- }],
- ],
- }],
['toolkit_views == 1', {
'sources': [
'bookmarks/browser/bookmark_node_data_unittest.cc',
« no previous file with comments | « components/components.gyp ('k') | components/rlz.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698