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

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

Issue 2716593006: Remove PowerUsageMonitor. (Closed)
Patch Set: Adjust comment Created 3 years, 9 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/chrome_browser_main.h » ('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 3310 matching lines...) Expand 10 before | Expand all | Expand 10 after
3321 "notifications/system_component_notifier_source_chromeos.cc", 3321 "notifications/system_component_notifier_source_chromeos.cc",
3322 "notifications/system_component_notifier_source_chromeos.h", 3322 "notifications/system_component_notifier_source_chromeos.h",
3323 "notifications/web_page_notifier_source.cc", 3323 "notifications/web_page_notifier_source.cc",
3324 "notifications/web_page_notifier_source.h", 3324 "notifications/web_page_notifier_source.h",
3325 "obsolete_system/obsolete_system.h", 3325 "obsolete_system/obsolete_system.h",
3326 "obsolete_system/obsolete_system_linux.cc", 3326 "obsolete_system/obsolete_system_linux.cc",
3327 "obsolete_system/obsolete_system_mac.cc", 3327 "obsolete_system/obsolete_system_mac.cc",
3328 "obsolete_system/obsolete_system_win.cc", 3328 "obsolete_system/obsolete_system_win.cc",
3329 "pdf/pdf_extension_util.cc", 3329 "pdf/pdf_extension_util.cc",
3330 "pdf/pdf_extension_util.h", 3330 "pdf/pdf_extension_util.h",
3331 "power_usage_monitor/power_usage_monitor.cc",
3332 "power_usage_monitor/power_usage_monitor.h",
3333 "process_singleton_modal_dialog_lock.cc", 3331 "process_singleton_modal_dialog_lock.cc",
3334 "process_singleton_modal_dialog_lock.h", 3332 "process_singleton_modal_dialog_lock.h",
3335 "process_singleton_posix.cc", 3333 "process_singleton_posix.cc",
3336 "process_singleton_startup_lock.cc", 3334 "process_singleton_startup_lock.cc",
3337 "process_singleton_startup_lock.h", 3335 "process_singleton_startup_lock.h",
3338 "profile_resetter/brandcode_config_fetcher.cc", 3336 "profile_resetter/brandcode_config_fetcher.cc",
3339 "profile_resetter/brandcode_config_fetcher.h", 3337 "profile_resetter/brandcode_config_fetcher.h",
3340 "profile_resetter/brandcoded_default_settings.cc", 3338 "profile_resetter/brandcoded_default_settings.cc",
3341 "profile_resetter/brandcoded_default_settings.h", 3339 "profile_resetter/brandcoded_default_settings.h",
3342 "profile_resetter/profile_resetter.cc", 3340 "profile_resetter/profile_resetter.cc",
(...skipping 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after
4542 "media/pepper_cdm_test_constants.cc", 4540 "media/pepper_cdm_test_constants.cc",
4543 "media/pepper_cdm_test_constants.h", 4541 "media/pepper_cdm_test_constants.h",
4544 ] 4542 ]
4545 } 4543 }
4546 } 4544 }
4547 4545
4548 service_manifest("preferences_manifest") { 4546 service_manifest("preferences_manifest") {
4549 name = "preferences" 4547 name = "preferences"
4550 source = "prefs/preferences_manifest.json" 4548 source = "prefs/preferences_manifest.json"
4551 } 4549 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698