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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11399002: Implemented GetWindowSnapshot on RenderViewImpl (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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_ui', 9 'target_name': 'browser_ui',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2063 matching lines...) Expand 10 before | Expand all | Expand 10 after
2074 'browser/ui/webui/welcome_ui_android.h', 2074 'browser/ui/webui/welcome_ui_android.h',
2075 'browser/ui/window_sizer/window_sizer.cc', 2075 'browser/ui/window_sizer/window_sizer.cc',
2076 'browser/ui/window_sizer/window_sizer.h', 2076 'browser/ui/window_sizer/window_sizer.h',
2077 'browser/ui/window_sizer/window_sizer_ash.cc', 2077 'browser/ui/window_sizer/window_sizer_ash.cc',
2078 'browser/ui/window_sizer/window_sizer_aura.cc', 2078 'browser/ui/window_sizer/window_sizer_aura.cc',
2079 'browser/ui/window_sizer/window_sizer_gtk.cc', 2079 'browser/ui/window_sizer/window_sizer_gtk.cc',
2080 'browser/ui/window_sizer/window_sizer_mac.mm', 2080 'browser/ui/window_sizer/window_sizer_mac.mm',
2081 'browser/ui/window_sizer/window_sizer_win.cc', 2081 'browser/ui/window_sizer/window_sizer_win.cc',
2082 'browser/ui/window_snapshot/window_snapshot.cc', 2082 'browser/ui/window_snapshot/window_snapshot.cc',
2083 'browser/ui/window_snapshot/window_snapshot.h', 2083 'browser/ui/window_snapshot/window_snapshot.h',
2084 'browser/ui/window_snapshot/window_snapshot_aura.cc',
2085 'browser/ui/window_snapshot/window_snapshot_gtk.cc',
2086 'browser/ui/window_snapshot/window_snapshot_mac.mm',
2087 'browser/ui/window_snapshot/window_snapshot_win.cc',
2088 'browser/ui/zoom/zoom_controller.cc', 2084 'browser/ui/zoom/zoom_controller.cc',
2089 'browser/ui/zoom/zoom_controller.h', 2085 'browser/ui/zoom/zoom_controller.h',
2090 'browser/ui/zoom/zoom_observer.h', 2086 'browser/ui/zoom/zoom_observer.h',
2091 ], 2087 ],
2092 'conditions': [ 2088 'conditions': [
2093 ['OS != "ios"', { 2089 ['OS != "ios"', {
2094 'dependencies': [ 2090 'dependencies': [
2095 'autofill_regexes', 2091 'autofill_regexes',
2096 'browser_extensions', 2092 'browser_extensions',
2097 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2093 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
2740 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2736 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2741 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2737 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2742 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2738 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2743 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2739 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2744 ]} 2740 ]}
2745 ], 2741 ],
2746 ], 2742 ],
2747 }, 2743 },
2748 ], 2744 ],
2749 } 2745 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698