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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8241012: Enable accelerated WebKit compositor for Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "" Created 9 years, 2 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 4031 matching lines...) Expand 10 before | Expand all | Expand 10 after
4042 'sources!': [ 4042 'sources!': [
4043 'browser/password_manager/native_backend_gnome_x.cc', 4043 'browser/password_manager/native_backend_gnome_x.cc',
4044 'browser/password_manager/native_backend_gnome_x.h', 4044 'browser/password_manager/native_backend_gnome_x.h',
4045 ], 4045 ],
4046 }], 4046 }],
4047 ['touchui==0', { 4047 ['touchui==0', {
4048 'sources/': [ 4048 'sources/': [
4049 ['exclude', '^browser/chromeos/login/touch_*'], 4049 ['exclude', '^browser/chromeos/login/touch_*'],
4050 ['exclude', '^browser/extensions/extension_input_ui_api.cc'], 4050 ['exclude', '^browser/extensions/extension_input_ui_api.cc'],
4051 ['exclude', '^browser/extensions/extension_input_ui_api.h'], 4051 ['exclude', '^browser/extensions/extension_input_ui_api.h'],
4052 ['exclude', '^browser/renderer_host/accelerated_surface_container_to uch.cc'],
4053 ['exclude', '^browser/renderer_host/accelerated_surface_container_to uch.h'],
4054 ['exclude', '^browser/renderer_host/render_widget_host_view_views_to uch.cc'], 4052 ['exclude', '^browser/renderer_host/render_widget_host_view_views_to uch.cc'],
4055 ['exclude', '^browser/ui/touch/*'], 4053 ['exclude', '^browser/ui/touch/*'],
4056 ], 4054 ],
4057 }], 4055 }],
4058 ['touchui==1', { 4056 ['touchui==1', {
4059 'dependencies': [
4060 '../ui/gfx/compositor/compositor.gyp:compositor',
4061 '../ui/gfx/gl/gl.gyp:gl',
4062 ],
4063 'sources/': [ 4057 'sources/': [
4064 ['include', '^browser/ui/touch/*'], 4058 ['include', '^browser/ui/touch/*'],
4065 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f actory_chromeos.cc'], 4059 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f actory_chromeos.cc'],
4066 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] , 4060 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] ,
4067 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], 4061 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
4068 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f actory_x11.cc'], 4062 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f actory_x11.cc'],
4069 ['exclude', '^browser/ui/views/handle_web_keyboard_event_gtk.cc'], 4063 ['exclude', '^browser/ui/views/handle_web_keyboard_event_gtk.cc'],
4070 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _gtk.*'], 4064 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _gtk.*'],
4071 ['exclude', '^browser/chromeos/input_method/candidate_window.cc'], 4065 ['exclude', '^browser/chromeos/input_method/candidate_window.cc'],
4072 ['exclude', '^browser/chromeos/input_method/candidate_window.h'], 4066 ['exclude', '^browser/chromeos/input_method/candidate_window.h'],
4073 ], 4067 ],
4074 'include_dirs': [
4075 '../third_party/angle/include',
4076 ],
4077 'link_settings': {
4078 'libraries': [
4079 '-lXcomposite',
4080 ],
4081 },
4082 }], 4068 }],
4083 ['use_aura==1', { 4069 ['use_aura==1', {
4084 'sources/': [ 4070 'sources/': [
4085 ['exclude', '^browser/aeropeek_manager.cc'], 4071 ['exclude', '^browser/aeropeek_manager.cc'],
4086 ['exclude', '^browser/automation/automation_provider_win.cc'], 4072 ['exclude', '^browser/automation/automation_provider_win.cc'],
4087 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc '], 4073 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc '],
4088 ['exclude', '^browser/automation/chrome_frame_automation_provider.h' ], 4074 ['exclude', '^browser/automation/chrome_frame_automation_provider.h' ],
4089 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ], 4075 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ],
4090 ['exclude', '^browser/chromeos/native_dialog_window.cc'], 4076 ['exclude', '^browser/chromeos/native_dialog_window.cc'],
4091 ['exclude', '^browser/chromeos/native_dialog_window.h'], 4077 ['exclude', '^browser/chromeos/native_dialog_window.h'],
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
4148 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.h'], 4134 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.h'],
4149 ['include', '^browser/ui/webui/cookies_tree_model_adapter.cc'], 4135 ['include', '^browser/ui/webui/cookies_tree_model_adapter.cc'],
4150 ['include', '^browser/ui/webui/cookies_tree_model_adapter.h'], 4136 ['include', '^browser/ui/webui/cookies_tree_model_adapter.h'],
4151 ['include', '^browser/ui/webui/repost_form_warning_ui.cc'], 4137 ['include', '^browser/ui/webui/repost_form_warning_ui.cc'],
4152 ['include', '^browser/ui/webui/repost_form_warning_ui.h'], 4138 ['include', '^browser/ui/webui/repost_form_warning_ui.h'],
4153 ], 4139 ],
4154 'dependencies': [ 4140 'dependencies': [
4155 '../ui/aura_shell/aura_shell.gyp:aura_shell', 4141 '../ui/aura_shell/aura_shell.gyp:aura_shell',
4156 ], 4142 ],
4157 }], 4143 }],
4144 ['views_gpu_image_transport==0', {
4145 'sources/': [
4146 ['exclude', '^browser/renderer_host/accelerated_surface_container_to uch.cc'],
4147 ['exclude', '^browser/renderer_host/accelerated_surface_container_to uch.h'],
4148 ],
4149 }],
4150 ['views_gpu_image_transport==1', {
4151 'dependencies': [
4152 '../ui/gfx/compositor/compositor.gyp:compositor',
4153 '../ui/gfx/gl/gl.gyp:gl',
4154 ],
4155 'link_settings': {
4156 'libraries': [
4157 '-lXcomposite',
4158 ],
4159 },
4160 'include_dirs': [
4161 '../third_party/angle/include',
4162 ],
4163 }],
4158 ['use_virtual_keyboard==0', { 4164 ['use_virtual_keyboard==0', {
4159 'sources/': [ 4165 'sources/': [
4160 ['exclude', '^browser/ui/virtual_keyboard/*'], 4166 ['exclude', '^browser/ui/virtual_keyboard/*'],
4161 ['exclude', '^browser/ui/webui/keyboard_ui.*'], 4167 ['exclude', '^browser/ui/webui/keyboard_ui.*'],
4162 ], 4168 ],
4163 }], 4169 }],
4164 ['os_posix == 1 and OS != "mac"', { 4170 ['os_posix == 1 and OS != "mac"', {
4165 'link_settings': { 4171 'link_settings': {
4166 'libraries': [ 4172 'libraries': [
4167 '-lXss', 4173 '-lXss',
(...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after
5090 'type': 'static_library', 5096 'type': 'static_library',
5091 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5097 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5092 'variables': { 5098 'variables': {
5093 'proto_in_dir': 'browser/history', 5099 'proto_in_dir': 'browser/history',
5094 'proto_out_dir': 'chrome/browser/history', 5100 'proto_out_dir': 'chrome/browser/history',
5095 }, 5101 },
5096 'includes': [ '../build/protoc.gypi' ] 5102 'includes': [ '../build/protoc.gypi' ]
5097 }, 5103 },
5098 ], 5104 ],
5099 } 5105 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698