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

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: 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 3967 matching lines...) Expand 10 before | Expand all | Expand 10 after
3978 'browser/ui/window_sizer_ash.cc', 3978 'browser/ui/window_sizer_ash.cc',
3979 'browser/ui/window_sizer_aura.cc', 3979 'browser/ui/window_sizer_aura.cc',
3980 'browser/ui/window_sizer_gtk.cc', 3980 'browser/ui/window_sizer_gtk.cc',
3981 'browser/ui/window_sizer_mac.mm', 3981 'browser/ui/window_sizer_mac.mm',
3982 'browser/ui/window_sizer_win.cc', 3982 'browser/ui/window_sizer_win.cc',
3983 'browser/ui/window_snapshot/window_snapshot.h', 3983 'browser/ui/window_snapshot/window_snapshot.h',
3984 'browser/ui/window_snapshot/window_snapshot_aura.cc', 3984 'browser/ui/window_snapshot/window_snapshot_aura.cc',
3985 'browser/ui/window_snapshot/window_snapshot_gtk.cc', 3985 'browser/ui/window_snapshot/window_snapshot_gtk.cc',
3986 'browser/ui/window_snapshot/window_snapshot_mac.mm', 3986 'browser/ui/window_snapshot/window_snapshot_mac.mm',
3987 'browser/ui/window_snapshot/window_snapshot_win.cc', 3987 'browser/ui/window_snapshot/window_snapshot_win.cc',
3988 'browser/ui/zoom/zoom_tab_helper.cc',
3989 'browser/ui/zoom/zoom_tab_helper.h',
3990 'browser/ui/zoom/zoom_tab_helper_delegate.cc',
3991 'browser/ui/zoom/zoom_tab_helper_delegate.h',
3988 'browser/upgrade_detector.cc', 3992 'browser/upgrade_detector.cc',
3989 'browser/upgrade_detector.h', 3993 'browser/upgrade_detector.h',
3990 'browser/upgrade_detector_impl.cc', 3994 'browser/upgrade_detector_impl.cc',
3991 'browser/upgrade_detector_impl.h', 3995 'browser/upgrade_detector_impl.h',
3992 'browser/usb/usb_device.cc', 3996 'browser/usb/usb_device.cc',
3993 'browser/usb/usb_device.h', 3997 'browser/usb/usb_device.h',
3994 'browser/usb/usb_service.cc', 3998 'browser/usb/usb_service.cc',
3995 'browser/usb/usb_service.h', 3999 'browser/usb/usb_service.h',
3996 'browser/usb/usb_service_factory.cc', 4000 'browser/usb/usb_service_factory.cc',
3997 'browser/usb/usb_service_factory.h', 4001 'browser/usb/usb_service_factory.h',
(...skipping 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after
5106 'browser/metrics/proto/study.proto', 5110 'browser/metrics/proto/study.proto',
5107 ], 5111 ],
5108 'variables': { 5112 'variables': {
5109 'proto_in_dir': 'browser/metrics/proto', 5113 'proto_in_dir': 'browser/metrics/proto',
5110 'proto_out_dir': 'chrome/browser/metrics/proto', 5114 'proto_out_dir': 'chrome/browser/metrics/proto',
5111 }, 5115 },
5112 'includes': [ '../build/protoc.gypi' ] 5116 'includes': [ '../build/protoc.gypi' ]
5113 }, 5117 },
5114 ], 5118 ],
5115 } 5119 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698