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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10821104: Support GrabWindowSnapshot with no g_browser_process (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased Created 8 years, 4 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/window_snapshot/window_snapshot_win.cc ('k') | chrome/chrome_tests.gypi » ('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 4231 matching lines...) Expand 10 before | Expand all | Expand 10 after
4242 'browser/ui/webui/web_ui_util.h', 4242 'browser/ui/webui/web_ui_util.h',
4243 'browser/ui/window_sizer/window_sizer.cc', 4243 'browser/ui/window_sizer/window_sizer.cc',
4244 'browser/ui/window_sizer/window_sizer.h', 4244 'browser/ui/window_sizer/window_sizer.h',
4245 'browser/ui/window_sizer/window_sizer_ash.cc', 4245 'browser/ui/window_sizer/window_sizer_ash.cc',
4246 'browser/ui/window_sizer/window_sizer_aura.cc', 4246 'browser/ui/window_sizer/window_sizer_aura.cc',
4247 'browser/ui/window_sizer/window_sizer_gtk.cc', 4247 'browser/ui/window_sizer/window_sizer_gtk.cc',
4248 'browser/ui/window_sizer/window_sizer_mac.mm', 4248 'browser/ui/window_sizer/window_sizer_mac.mm',
4249 'browser/ui/window_sizer/window_sizer_win.cc', 4249 'browser/ui/window_sizer/window_sizer_win.cc',
4250 'browser/ui/window_snapshot/window_snapshot.cc', 4250 'browser/ui/window_snapshot/window_snapshot.cc',
4251 'browser/ui/window_snapshot/window_snapshot.h', 4251 'browser/ui/window_snapshot/window_snapshot.h',
4252 'browser/ui/window_snapshot/window_snapshot_aura.cc',
4253 'browser/ui/window_snapshot/window_snapshot_gtk.cc',
4254 'browser/ui/window_snapshot/window_snapshot_mac.mm',
4255 'browser/ui/window_snapshot/window_snapshot_win.cc',
4256 'browser/ui/zoom/zoom_controller.cc', 4252 'browser/ui/zoom/zoom_controller.cc',
4257 'browser/ui/zoom/zoom_controller.h', 4253 'browser/ui/zoom/zoom_controller.h',
4258 'browser/ui/zoom/zoom_observer.h', 4254 'browser/ui/zoom/zoom_observer.h',
4259 'browser/upgrade_detector.cc', 4255 'browser/upgrade_detector.cc',
4260 'browser/upgrade_detector.h', 4256 'browser/upgrade_detector.h',
4261 'browser/upgrade_detector_impl.cc', 4257 'browser/upgrade_detector_impl.cc',
4262 'browser/upgrade_detector_impl.h', 4258 'browser/upgrade_detector_impl.h',
4263 'browser/usb/usb_device.cc', 4259 'browser/usb/usb_device.cc',
4264 'browser/usb/usb_device.h', 4260 'browser/usb/usb_device.h',
4265 'browser/usb/usb_service.cc', 4261 'browser/usb/usb_service.cc',
(...skipping 1229 matching lines...) Expand 10 before | Expand all | Expand 10 after
5495 'variables': { 5491 'variables': {
5496 'jni_gen_dir': 'chrome', 5492 'jni_gen_dir': 'chrome',
5497 }, 5493 },
5498 'includes': [ '../build/jni_generator.gypi' ], 5494 'includes': [ '../build/jni_generator.gypi' ],
5499 }, 5495 },
5500 ], 5496 ],
5501 }, 5497 },
5502 ], 5498 ],
5503 ], 5499 ],
5504 } 5500 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/window_snapshot/window_snapshot_win.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698