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

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

Issue 2716593006: Remove PowerUsageMonitor. (Closed)
Patch Set: Created 3 years, 10 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 3299 matching lines...) Expand 10 before | Expand all | Expand 10 after
3310 "notifications/system_component_notifier_source_chromeos.cc", 3310 "notifications/system_component_notifier_source_chromeos.cc",
3311 "notifications/system_component_notifier_source_chromeos.h", 3311 "notifications/system_component_notifier_source_chromeos.h",
3312 "notifications/web_page_notifier_source.cc", 3312 "notifications/web_page_notifier_source.cc",
3313 "notifications/web_page_notifier_source.h", 3313 "notifications/web_page_notifier_source.h",
3314 "obsolete_system/obsolete_system.h", 3314 "obsolete_system/obsolete_system.h",
3315 "obsolete_system/obsolete_system_linux.cc", 3315 "obsolete_system/obsolete_system_linux.cc",
3316 "obsolete_system/obsolete_system_mac.cc", 3316 "obsolete_system/obsolete_system_mac.cc",
3317 "obsolete_system/obsolete_system_win.cc", 3317 "obsolete_system/obsolete_system_win.cc",
3318 "pdf/pdf_extension_util.cc", 3318 "pdf/pdf_extension_util.cc",
3319 "pdf/pdf_extension_util.h", 3319 "pdf/pdf_extension_util.h",
3320 "power_usage_monitor/power_usage_monitor.cc",
3321 "power_usage_monitor/power_usage_monitor.h",
3322 "process_singleton_modal_dialog_lock.cc", 3320 "process_singleton_modal_dialog_lock.cc",
3323 "process_singleton_modal_dialog_lock.h", 3321 "process_singleton_modal_dialog_lock.h",
3324 "process_singleton_posix.cc", 3322 "process_singleton_posix.cc",
3325 "process_singleton_startup_lock.cc", 3323 "process_singleton_startup_lock.cc",
3326 "process_singleton_startup_lock.h", 3324 "process_singleton_startup_lock.h",
3327 "profile_resetter/brandcode_config_fetcher.cc", 3325 "profile_resetter/brandcode_config_fetcher.cc",
3328 "profile_resetter/brandcode_config_fetcher.h", 3326 "profile_resetter/brandcode_config_fetcher.h",
3329 "profile_resetter/brandcoded_default_settings.cc", 3327 "profile_resetter/brandcoded_default_settings.cc",
3330 "profile_resetter/brandcoded_default_settings.h", 3328 "profile_resetter/brandcoded_default_settings.h",
3331 "profile_resetter/profile_resetter.cc", 3329 "profile_resetter/profile_resetter.cc",
(...skipping 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after
4531 "media/pepper_cdm_test_constants.cc", 4529 "media/pepper_cdm_test_constants.cc",
4532 "media/pepper_cdm_test_constants.h", 4530 "media/pepper_cdm_test_constants.h",
4533 ] 4531 ]
4534 } 4532 }
4535 } 4533 }
4536 4534
4537 service_manifest("preferences_manifest") { 4535 service_manifest("preferences_manifest") {
4538 name = "preferences" 4536 name = "preferences"
4539 source = "prefs/preferences_manifest.json" 4537 source = "prefs/preferences_manifest.json"
4540 } 4538 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.h » ('j') | tools/metrics/histograms/histograms.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698