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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10444040: Tracks changes to zoom icon and zoom percentage. Notifies browser window if the icon should be chan… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased Created 8 years, 6 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 | « chrome/browser/ui/zoom/zoom_observer.h ('k') | chrome/test/base/test_browser_window.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 3996 matching lines...) Expand 10 before | Expand all | Expand 10 after
4007 'browser/ui/window_sizer_ash.cc', 4007 'browser/ui/window_sizer_ash.cc',
4008 'browser/ui/window_sizer_aura.cc', 4008 'browser/ui/window_sizer_aura.cc',
4009 'browser/ui/window_sizer_gtk.cc', 4009 'browser/ui/window_sizer_gtk.cc',
4010 'browser/ui/window_sizer_mac.mm', 4010 'browser/ui/window_sizer_mac.mm',
4011 'browser/ui/window_sizer_win.cc', 4011 'browser/ui/window_sizer_win.cc',
4012 'browser/ui/window_snapshot/window_snapshot.h', 4012 'browser/ui/window_snapshot/window_snapshot.h',
4013 'browser/ui/window_snapshot/window_snapshot_aura.cc', 4013 'browser/ui/window_snapshot/window_snapshot_aura.cc',
4014 'browser/ui/window_snapshot/window_snapshot_gtk.cc', 4014 'browser/ui/window_snapshot/window_snapshot_gtk.cc',
4015 'browser/ui/window_snapshot/window_snapshot_mac.mm', 4015 'browser/ui/window_snapshot/window_snapshot_mac.mm',
4016 'browser/ui/window_snapshot/window_snapshot_win.cc', 4016 'browser/ui/window_snapshot/window_snapshot_win.cc',
4017 'browser/ui/zoom/zoom_controller.cc',
4018 'browser/ui/zoom/zoom_controller.h',
4019 'browser/ui/zoom/zoom_observer.h',
4017 'browser/upgrade_detector.cc', 4020 'browser/upgrade_detector.cc',
4018 'browser/upgrade_detector.h', 4021 'browser/upgrade_detector.h',
4019 'browser/upgrade_detector_impl.cc', 4022 'browser/upgrade_detector_impl.cc',
4020 'browser/upgrade_detector_impl.h', 4023 'browser/upgrade_detector_impl.h',
4021 'browser/usb/usb_device.cc', 4024 'browser/usb/usb_device.cc',
4022 'browser/usb/usb_device.h', 4025 'browser/usb/usb_device.h',
4023 'browser/usb/usb_service.cc', 4026 'browser/usb/usb_service.cc',
4024 'browser/usb/usb_service.h', 4027 'browser/usb/usb_service.h',
4025 'browser/usb/usb_service_factory.cc', 4028 'browser/usb/usb_service_factory.cc',
4026 'browser/usb/usb_service_factory.h', 4029 'browser/usb/usb_service_factory.h',
(...skipping 1144 matching lines...) Expand 10 before | Expand all | Expand 10 after
5171 'browser/metrics/proto/study.proto', 5174 'browser/metrics/proto/study.proto',
5172 ], 5175 ],
5173 'variables': { 5176 'variables': {
5174 'proto_in_dir': 'browser/metrics/proto', 5177 'proto_in_dir': 'browser/metrics/proto',
5175 'proto_out_dir': 'chrome/browser/metrics/proto', 5178 'proto_out_dir': 'chrome/browser/metrics/proto',
5176 }, 5179 },
5177 'includes': [ '../build/protoc.gypi' ] 5180 'includes': [ '../build/protoc.gypi' ]
5178 }, 5181 },
5179 ], 5182 ],
5180 } 5183 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/zoom/zoom_observer.h ('k') | chrome/test/base/test_browser_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698