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

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

Issue 2882933002: Add update available icon in system tray (Closed)
Patch Set: Add file to BUILD.gn 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 | « ash/system/update/tray_update.cc ('k') | chrome/browser/chromeos/upgrade_detector_chromeos.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 3636 matching lines...) Expand 10 before | Expand all | Expand 10 after
3647 "themes/theme_properties.cc", 3647 "themes/theme_properties.cc",
3648 "themes/theme_service.cc", 3648 "themes/theme_service.cc",
3649 "themes/theme_service.h", 3649 "themes/theme_service.h",
3650 "themes/theme_service_factory.cc", 3650 "themes/theme_service_factory.cc",
3651 "themes/theme_service_factory.h", 3651 "themes/theme_service_factory.h",
3652 "themes/theme_service_mac.mm", 3652 "themes/theme_service_mac.mm",
3653 "themes/theme_syncable_service.cc", 3653 "themes/theme_syncable_service.cc",
3654 "themes/theme_syncable_service.h", 3654 "themes/theme_syncable_service.h",
3655 "upgrade_detector.cc", 3655 "upgrade_detector.cc",
3656 "upgrade_detector.h", 3656 "upgrade_detector.h",
3657 "upgrade_observer.h",
3657 "usb/usb_chooser_controller.cc", 3658 "usb/usb_chooser_controller.cc",
3658 "usb/usb_chooser_controller.h", 3659 "usb/usb_chooser_controller.h",
3659 "usb/web_usb_chooser_service.cc", 3660 "usb/web_usb_chooser_service.cc",
3660 "usb/web_usb_chooser_service.h", 3661 "usb/web_usb_chooser_service.h",
3661 "usb/web_usb_detector.cc", 3662 "usb/web_usb_detector.cc",
3662 "usb/web_usb_detector.h", 3663 "usb/web_usb_detector.h",
3663 ] 3664 ]
3664 deps += [ 3665 deps += [
3665 ":theme_properties", 3666 ":theme_properties",
3666 "//apps", 3667 "//apps",
(...skipping 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after
4748 "media/pepper_cdm_test_constants.cc", 4749 "media/pepper_cdm_test_constants.cc",
4749 "media/pepper_cdm_test_constants.h", 4750 "media/pepper_cdm_test_constants.h",
4750 ] 4751 ]
4751 } 4752 }
4752 } 4753 }
4753 4754
4754 service_manifest("preferences_forwarder_manifest") { 4755 service_manifest("preferences_forwarder_manifest") {
4755 name = "preferences_forwarder" 4756 name = "preferences_forwarder"
4756 source = "prefs/forwarder_manifest.json" 4757 source = "prefs/forwarder_manifest.json"
4757 } 4758 }
OLDNEW
« no previous file with comments | « ash/system/update/tray_update.cc ('k') | chrome/browser/chromeos/upgrade_detector_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698