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

Side by Side Diff: components/BUILD.gn

Issue 2567263003: Basic UkmService implementation (Closed)
Patch Set: Rebase Created 3 years, 11 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//rlz/features/features.gni") 9 import("//rlz/features/features.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 "//components/supervised_user_error_page:unit_tests", 136 "//components/supervised_user_error_page:unit_tests",
137 "//components/sync:unit_tests", 137 "//components/sync:unit_tests",
138 "//components/sync_bookmarks:unit_tests", 138 "//components/sync_bookmarks:unit_tests",
139 "//components/sync_preferences:unit_tests", 139 "//components/sync_preferences:unit_tests",
140 "//components/sync_sessions:unit_tests", 140 "//components/sync_sessions:unit_tests",
141 "//components/task_scheduler_util/common:unit_tests", 141 "//components/task_scheduler_util/common:unit_tests",
142 "//components/test:test_support", 142 "//components/test:test_support",
143 "//components/translate/core/browser:unit_tests", 143 "//components/translate/core/browser:unit_tests",
144 "//components/translate/core/common:unit_tests", 144 "//components/translate/core/common:unit_tests",
145 "//components/translate/core/language_detection:unit_tests", 145 "//components/translate/core/language_detection:unit_tests",
146 "//components/ukm:unit_tests",
146 "//components/undo:unit_tests", 147 "//components/undo:unit_tests",
147 "//components/update_client:unit_tests", 148 "//components/update_client:unit_tests",
148 "//components/upload_list:unit_tests", 149 "//components/upload_list:unit_tests",
149 "//components/url_formatter:unit_tests", 150 "//components/url_formatter:unit_tests",
150 "//components/url_matcher:unit_tests", 151 "//components/url_matcher:unit_tests",
151 "//components/user_prefs/tracked:unit_tests", 152 "//components/user_prefs/tracked:unit_tests",
152 "//components/variations:unit_tests", 153 "//components/variations:unit_tests",
153 "//components/variations/service:unit_tests", 154 "//components/variations/service:unit_tests",
154 "//components/web_resource:unit_tests", 155 "//components/web_resource:unit_tests",
155 "//components/webdata/common:unit_tests", 156 "//components/webdata/common:unit_tests",
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 "//testing/perf", 499 "//testing/perf",
499 "//url", 500 "//url",
500 ] 501 ]
501 502
502 if (!is_ios) { 503 if (!is_ios) {
503 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ] 504 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ]
504 deps += [ "//components/discardable_memory/common" ] 505 deps += [ "//components/discardable_memory/common" ]
505 } 506 }
506 } 507 }
507 } 508 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698