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

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: Changed variable naming 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
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 3988 matching lines...) Expand 10 before | Expand all | Expand 10 after
3999 'browser/ui/window_sizer_ash.cc', 3999 'browser/ui/window_sizer_ash.cc',
4000 'browser/ui/window_sizer_aura.cc', 4000 'browser/ui/window_sizer_aura.cc',
4001 'browser/ui/window_sizer_gtk.cc', 4001 'browser/ui/window_sizer_gtk.cc',
4002 'browser/ui/window_sizer_mac.mm', 4002 'browser/ui/window_sizer_mac.mm',
4003 'browser/ui/window_sizer_win.cc', 4003 'browser/ui/window_sizer_win.cc',
4004 'browser/ui/window_snapshot/window_snapshot.h', 4004 'browser/ui/window_snapshot/window_snapshot.h',
4005 'browser/ui/window_snapshot/window_snapshot_aura.cc', 4005 'browser/ui/window_snapshot/window_snapshot_aura.cc',
4006 'browser/ui/window_snapshot/window_snapshot_gtk.cc', 4006 'browser/ui/window_snapshot/window_snapshot_gtk.cc',
4007 'browser/ui/window_snapshot/window_snapshot_mac.mm', 4007 'browser/ui/window_snapshot/window_snapshot_mac.mm',
4008 'browser/ui/window_snapshot/window_snapshot_win.cc', 4008 'browser/ui/window_snapshot/window_snapshot_win.cc',
4009 'browser/ui/zoom/zoom_controller.cc',
4010 'browser/ui/zoom/zoom_controller.h',
4011 'browser/ui/zoom/zoom_observer.h',
4009 'browser/upgrade_detector.cc', 4012 'browser/upgrade_detector.cc',
4010 'browser/upgrade_detector.h', 4013 'browser/upgrade_detector.h',
4011 'browser/upgrade_detector_impl.cc', 4014 'browser/upgrade_detector_impl.cc',
4012 'browser/upgrade_detector_impl.h', 4015 'browser/upgrade_detector_impl.h',
4013 'browser/usb/usb_device.cc', 4016 'browser/usb/usb_device.cc',
4014 'browser/usb/usb_device.h', 4017 'browser/usb/usb_device.h',
4015 'browser/usb/usb_service.cc', 4018 'browser/usb/usb_service.cc',
4016 'browser/usb/usb_service.h', 4019 'browser/usb/usb_service.h',
4017 'browser/usb/usb_service_factory.cc', 4020 'browser/usb/usb_service_factory.cc',
4018 'browser/usb/usb_service_factory.h', 4021 'browser/usb/usb_service_factory.h',
(...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after
5143 'browser/metrics/proto/study.proto', 5146 'browser/metrics/proto/study.proto',
5144 ], 5147 ],
5145 'variables': { 5148 'variables': {
5146 'proto_in_dir': 'browser/metrics/proto', 5149 'proto_in_dir': 'browser/metrics/proto',
5147 'proto_out_dir': 'chrome/browser/metrics/proto', 5150 'proto_out_dir': 'chrome/browser/metrics/proto',
5148 }, 5151 },
5149 'includes': [ '../build/protoc.gypi' ] 5152 'includes': [ '../build/protoc.gypi' ]
5150 }, 5153 },
5151 ], 5154 ],
5152 } 5155 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698