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

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

Issue 2333113002: Rename DesktopEngagement* to DesktopSessionDuration*. (Closed)
Patch Set: Created 4 years, 3 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/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 2430 matching lines...) Expand 10 before | Expand all | Expand 10 after
2441 "sessions/session_service_utils.h", 2441 "sessions/session_service_utils.h",
2442 "sessions/tab_loader.cc", 2442 "sessions/tab_loader.cc",
2443 "sessions/tab_loader.h", 2443 "sessions/tab_loader.h",
2444 "sessions/tab_loader_delegate.cc", 2444 "sessions/tab_loader_delegate.cc",
2445 "sessions/tab_loader_delegate.h", 2445 "sessions/tab_loader_delegate.h",
2446 ] 2446 ]
2447 } 2447 }
2448 2448
2449 if (!is_android && !is_chromeos) { 2449 if (!is_android && !is_chromeos) {
2450 sources += [ 2450 sources += [
2451 "metrics/desktop_engagement/audible_contents_tracker.cc", 2451 "metrics/desktop_session/audible_contents_tracker.cc",
2452 "metrics/desktop_engagement/audible_contents_tracker.h", 2452 "metrics/desktop_session/audible_contents_tracker.h",
2453 "metrics/desktop_engagement/chrome_visibility_observer.cc", 2453 "metrics/desktop_session/chrome_visibility_observer.cc",
2454 "metrics/desktop_engagement/chrome_visibility_observer.h", 2454 "metrics/desktop_session/chrome_visibility_observer.h",
2455 "metrics/desktop_engagement/desktop_engagement_observer.cc", 2455 "metrics/desktop_session/desktop_session_observer.cc",
2456 "metrics/desktop_engagement/desktop_engagement_observer.h", 2456 "metrics/desktop_session/desktop_session_observer.h",
2457 "metrics/desktop_engagement/desktop_engagement_service.cc", 2457 "metrics/desktop_session/desktop_session_service.cc",
2458 "metrics/desktop_engagement/desktop_engagement_service.h", 2458 "metrics/desktop_session/desktop_session_service.h",
2459 "net/disk_cache_dir_policy_handler.cc", 2459 "net/disk_cache_dir_policy_handler.cc",
2460 "net/disk_cache_dir_policy_handler.h", 2460 "net/disk_cache_dir_policy_handler.h",
2461 "platform_util.cc", 2461 "platform_util.cc",
2462 "policy/cloud/user_policy_signin_service.cc", 2462 "policy/cloud/user_policy_signin_service.cc",
2463 "policy/cloud/user_policy_signin_service.h", 2463 "policy/cloud/user_policy_signin_service.h",
2464 "profiles/avatar_menu_actions_desktop.cc", 2464 "profiles/avatar_menu_actions_desktop.cc",
2465 "profiles/avatar_menu_actions_desktop.h", 2465 "profiles/avatar_menu_actions_desktop.h",
2466 "profiles/avatar_menu_desktop.cc", 2466 "profiles/avatar_menu_desktop.cc",
2467 "profiles/avatar_menu_observer.h", 2467 "profiles/avatar_menu_observer.h",
2468 "profiles/profile_list_desktop.cc", 2468 "profiles/profile_list_desktop.cc",
(...skipping 1757 matching lines...) Expand 10 before | Expand all | Expand 10 after
4226 # linking all of the test support. 4226 # linking all of the test support.
4227 static_library("pepper_cdm_test_constants") { 4227 static_library("pepper_cdm_test_constants") {
4228 testonly = true 4228 testonly = true
4229 visibility = [ "//chrome/*" ] 4229 visibility = [ "//chrome/*" ]
4230 sources = [ 4230 sources = [
4231 "media/pepper_cdm_test_constants.cc", 4231 "media/pepper_cdm_test_constants.cc",
4232 "media/pepper_cdm_test_constants.h", 4232 "media/pepper_cdm_test_constants.h",
4233 ] 4233 ]
4234 } 4234 }
4235 } 4235 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698