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

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: Fixed aura snapshot circular dependency Created 8 years 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2097 matching lines...) Expand 10 before | Expand all | Expand 10 after
2108 'browser/ui/window_sizer/window_sizer.cc', 2108 'browser/ui/window_sizer/window_sizer.cc',
2109 'browser/ui/window_sizer/window_sizer.h', 2109 'browser/ui/window_sizer/window_sizer.h',
2110 'browser/ui/window_sizer/window_sizer_ash.cc', 2110 'browser/ui/window_sizer/window_sizer_ash.cc',
2111 'browser/ui/window_sizer/window_sizer_aura.cc', 2111 'browser/ui/window_sizer/window_sizer_aura.cc',
2112 'browser/ui/window_sizer/window_sizer_gtk.cc', 2112 'browser/ui/window_sizer/window_sizer_gtk.cc',
2113 'browser/ui/window_sizer/window_sizer_mac.mm', 2113 'browser/ui/window_sizer/window_sizer_mac.mm',
2114 'browser/ui/window_sizer/window_sizer_win.cc', 2114 'browser/ui/window_sizer/window_sizer_win.cc',
2115 'browser/ui/window_snapshot/window_snapshot.cc', 2115 'browser/ui/window_snapshot/window_snapshot.cc',
2116 'browser/ui/window_snapshot/window_snapshot.h', 2116 'browser/ui/window_snapshot/window_snapshot.h',
2117 'browser/ui/window_snapshot/window_snapshot_aura.cc', 2117 'browser/ui/window_snapshot/window_snapshot_aura.cc',
2118 'browser/ui/window_snapshot/window_snapshot_gtk.cc', 2118 'browser/ui/window_snapshot/window_snapshot_aura.h',
2119 'browser/ui/window_snapshot/window_snapshot_mac.mm',
2120 'browser/ui/window_snapshot/window_snapshot_win.cc',
2121 'browser/ui/zoom/zoom_controller.cc', 2119 'browser/ui/zoom/zoom_controller.cc',
2122 'browser/ui/zoom/zoom_controller.h', 2120 'browser/ui/zoom/zoom_controller.h',
2123 'browser/ui/zoom/zoom_observer.h', 2121 'browser/ui/zoom/zoom_observer.h',
2124 ], 2122 ],
2125 'conditions': [ 2123 'conditions': [
2126 ['OS != "ios"', { 2124 ['OS != "ios"', {
2127 'dependencies': [ 2125 'dependencies': [
2128 'autofill_regexes', 2126 'autofill_regexes',
2129 'browser_extensions', 2127 'browser_extensions',
2130 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2128 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
2342 ['exclude', '^browser/ui/views/color_chooser_dialog.h'], 2340 ['exclude', '^browser/ui/views/color_chooser_dialog.h'],
2343 ['exclude', '^browser/ui/views/color_chooser_win.cc'], 2341 ['exclude', '^browser/ui/views/color_chooser_win.cc'],
2344 ['exclude', '^browser/ui/views/simple_message_box_win.cc'], 2342 ['exclude', '^browser/ui/views/simple_message_box_win.cc'],
2345 ['exclude', '^browser/ui/views/tabs/native_view_photobooth.h'], 2343 ['exclude', '^browser/ui/views/tabs/native_view_photobooth.h'],
2346 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.cc'], 2344 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.cc'],
2347 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.h'], 2345 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.h'],
2348 ['exclude', '^browser/ui/views/task_manager_view.cc'], 2346 ['exclude', '^browser/ui/views/task_manager_view.cc'],
2349 ['exclude', '^browser/ui/views/user_data_dir_dialog_view.cc'], 2347 ['exclude', '^browser/ui/views/user_data_dir_dialog_view.cc'],
2350 ['exclude', '^browser/ui/webui/help/version_updater_win.cc'], 2348 ['exclude', '^browser/ui/webui/help/version_updater_win.cc'],
2351 ['exclude', '^browser/ui/window_sizer/window_sizer_win.cc'], 2349 ['exclude', '^browser/ui/window_sizer/window_sizer_win.cc'],
2352 ['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'],
2353 # TODO: (stevenjb/beng): Find a home for these. 2350 # TODO: (stevenjb/beng): Find a home for these.
2354 ['include', '^browser/ui/views/simple_message_box_views.cc'], 2351 ['include', '^browser/ui/views/simple_message_box_views.cc'],
2355 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'], 2352 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'],
2356 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], 2353 ['include', '^browser/ui/webui/certificate_viewer_webui.h'],
2357 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], 2354 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'],
2358 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], 2355 ['include', '^browser/ui/webui/certificate_viewer_ui.h'],
2359 ], 2356 ],
2360 'dependencies': [ 2357 'dependencies': [
2361 # aura uses some of ash resources. 2358 # aura uses some of ash resources.
2362 '../ash/ash.gyp:ash_resources', 2359 '../ash/ash.gyp:ash_resources',
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
2765 }, { # else: enable_app_list==0 2762 }, { # else: enable_app_list==0
2766 'sources/': [ 2763 'sources/': [
2767 ['exclude', '^browser/ui/views/app_list/'], 2764 ['exclude', '^browser/ui/views/app_list/'],
2768 ['exclude', '^browser/ui/app_list/'], 2765 ['exclude', '^browser/ui/app_list/'],
2769 ] 2766 ]
2770 }], 2767 }],
2771 ], 2768 ],
2772 }, 2769 },
2773 ], 2770 ],
2774 } 2771 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698