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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10692110: screenshot disabling policy (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressed comments (2), hooking into GrabWindowSnapshot instead of ChromeShellDelegate, rebased on … Created 8 years, 5 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 4159 matching lines...) Expand 10 before | Expand all | Expand 10 after
4170 'browser/ui/webui/web_ui_util.cc', 4170 'browser/ui/webui/web_ui_util.cc',
4171 'browser/ui/webui/web_ui_util.h', 4171 'browser/ui/webui/web_ui_util.h',
4172 'browser/ui/window_sizer/window_sizer.cc', 4172 'browser/ui/window_sizer/window_sizer.cc',
4173 'browser/ui/window_sizer/window_sizer.h', 4173 'browser/ui/window_sizer/window_sizer.h',
4174 'browser/ui/window_sizer/window_sizer_ash.cc', 4174 'browser/ui/window_sizer/window_sizer_ash.cc',
4175 'browser/ui/window_sizer/window_sizer_aura.cc', 4175 'browser/ui/window_sizer/window_sizer_aura.cc',
4176 'browser/ui/window_sizer/window_sizer_gtk.cc', 4176 'browser/ui/window_sizer/window_sizer_gtk.cc',
4177 'browser/ui/window_sizer/window_sizer_mac.mm', 4177 'browser/ui/window_sizer/window_sizer_mac.mm',
4178 'browser/ui/window_sizer/window_sizer_win.cc', 4178 'browser/ui/window_sizer/window_sizer_win.cc',
4179 'browser/ui/window_snapshot/window_snapshot.h', 4179 'browser/ui/window_snapshot/window_snapshot.h',
4180 'browser/ui/window_snapshot/window_snapshot.cc',
Joao da Silva 2012/07/12 09:10:34 .cc before .h
qfel 2012/07/12 14:48:06 Done.
4180 'browser/ui/window_snapshot/window_snapshot_aura.cc', 4181 'browser/ui/window_snapshot/window_snapshot_aura.cc',
4181 'browser/ui/window_snapshot/window_snapshot_gtk.cc', 4182 'browser/ui/window_snapshot/window_snapshot_gtk.cc',
4182 'browser/ui/window_snapshot/window_snapshot_mac.mm', 4183 'browser/ui/window_snapshot/window_snapshot_mac.mm',
4183 'browser/ui/window_snapshot/window_snapshot_win.cc', 4184 'browser/ui/window_snapshot/window_snapshot_win.cc',
4184 'browser/ui/zoom/zoom_controller.cc', 4185 'browser/ui/zoom/zoom_controller.cc',
4185 'browser/ui/zoom/zoom_controller.h', 4186 'browser/ui/zoom/zoom_controller.h',
4186 'browser/ui/zoom/zoom_observer.h', 4187 'browser/ui/zoom/zoom_observer.h',
4187 'browser/upgrade_detector.cc', 4188 'browser/upgrade_detector.cc',
4188 'browser/upgrade_detector.h', 4189 'browser/upgrade_detector.h',
4189 'browser/upgrade_detector_impl.cc', 4190 'browser/upgrade_detector_impl.cc',
(...skipping 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after
5370 'browser/metrics/proto/study.proto', 5371 'browser/metrics/proto/study.proto',
5371 ], 5372 ],
5372 'variables': { 5373 'variables': {
5373 'proto_in_dir': 'browser/metrics/proto', 5374 'proto_in_dir': 'browser/metrics/proto',
5374 'proto_out_dir': 'chrome/browser/metrics/proto', 5375 'proto_out_dir': 'chrome/browser/metrics/proto',
5375 }, 5376 },
5376 'includes': [ '../build/protoc.gypi' ] 5377 'includes': [ '../build/protoc.gypi' ]
5377 }, 5378 },
5378 ], 5379 ],
5379 } 5380 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698