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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2864973002: [Sync] Create UserEventService. (Closed)
Patch Set: Updates for Patrick. Created 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1301 matching lines...) Expand 10 before | Expand all | Expand 10 after
1312 "sync/sessions/sync_sessions_router_tab_helper.cc", 1312 "sync/sessions/sync_sessions_router_tab_helper.cc",
1313 "sync/sessions/sync_sessions_router_tab_helper.h", 1313 "sync/sessions/sync_sessions_router_tab_helper.h",
1314 "sync/sessions/sync_sessions_web_contents_router.cc", 1314 "sync/sessions/sync_sessions_web_contents_router.cc",
1315 "sync/sessions/sync_sessions_web_contents_router.h", 1315 "sync/sessions/sync_sessions_web_contents_router.h",
1316 "sync/sessions/sync_sessions_web_contents_router_factory.cc", 1316 "sync/sessions/sync_sessions_web_contents_router_factory.cc",
1317 "sync/sessions/sync_sessions_web_contents_router_factory.h", 1317 "sync/sessions/sync_sessions_web_contents_router_factory.h",
1318 "sync/supervised_user_signin_manager_wrapper.cc", 1318 "sync/supervised_user_signin_manager_wrapper.cc",
1319 "sync/supervised_user_signin_manager_wrapper.h", 1319 "sync/supervised_user_signin_manager_wrapper.h",
1320 "sync/sync_startup_tracker.cc", 1320 "sync/sync_startup_tracker.cc",
1321 "sync/sync_startup_tracker.h", 1321 "sync/sync_startup_tracker.h",
1322 "sync/user_event_service_factory.cc",
1323 "sync/user_event_service_factory.h",
1322 "tab_contents/navigation_metrics_recorder.cc", 1324 "tab_contents/navigation_metrics_recorder.cc",
1323 "tab_contents/navigation_metrics_recorder.h", 1325 "tab_contents/navigation_metrics_recorder.h",
1324 "tab_contents/tab_util.cc", 1326 "tab_contents/tab_util.cc",
1325 "tab_contents/tab_util.h", 1327 "tab_contents/tab_util.h",
1326 "task_manager/web_contents_tags.cc", 1328 "task_manager/web_contents_tags.cc",
1327 "task_manager/web_contents_tags.h", 1329 "task_manager/web_contents_tags.h",
1328 "task_profiler/task_profiler_data_serializer.cc", 1330 "task_profiler/task_profiler_data_serializer.cc",
1329 "task_profiler/task_profiler_data_serializer.h", 1331 "task_profiler/task_profiler_data_serializer.h",
1330 "themes/theme_service_win.cc", 1332 "themes/theme_service_win.cc",
1331 "themes/theme_service_win.h", 1333 "themes/theme_service_win.h",
(...skipping 3368 matching lines...) Expand 10 before | Expand all | Expand 10 after
4700 "media/pepper_cdm_test_constants.cc", 4702 "media/pepper_cdm_test_constants.cc",
4701 "media/pepper_cdm_test_constants.h", 4703 "media/pepper_cdm_test_constants.h",
4702 ] 4704 ]
4703 } 4705 }
4704 } 4706 }
4705 4707
4706 service_manifest("preferences_forwarder_manifest") { 4708 service_manifest("preferences_forwarder_manifest") {
4707 name = "preferences_forwarder" 4709 name = "preferences_forwarder"
4708 source = "prefs/forwarder_manifest.json" 4710 source = "prefs/forwarder_manifest.json"
4709 } 4711 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698