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

Side by Side Diff: webkit/webkit.gyp

Issue 67145: Linux: move X operations from the IO to UI2 thread. (Closed)
Patch Set: ... Created 11 years, 8 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 | « webkit/tools/test_shell/webwidget_host_gtk.cc ('k') | no next file » | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'feature_defines': [ 7 'feature_defines': [
8 'ENABLE_CHANNEL_MESSAGING=1', 8 'ENABLE_CHANNEL_MESSAGING=1',
9 'ENABLE_DATABASE=1', 9 'ENABLE_DATABASE=1',
10 'ENABLE_DASHBOARD_SUPPORT=0', 10 'ENABLE_DASHBOARD_SUPPORT=0',
(...skipping 4130 matching lines...) Expand 10 before | Expand all | Expand 10 after
4141 ], 4141 ],
4142 'include_dirs': [ 4142 'include_dirs': [
4143 '../third_party/WebKit/WebKit/chromium/public', 4143 '../third_party/WebKit/WebKit/chromium/public',
4144 '../third_party/WebKit/WebKit/chromium/src', 4144 '../third_party/WebKit/WebKit/chromium/src',
4145 ], 4145 ],
4146 'defines': [ 4146 'defines': [
4147 'WEBKIT_IMPLEMENTATION', 4147 'WEBKIT_IMPLEMENTATION',
4148 ], 4148 ],
4149 'sources': [ 4149 'sources': [
4150 '../third_party/WebKit/WebKit/chromium/public/gtk/WebInputEventFactory.h ', 4150 '../third_party/WebKit/WebKit/chromium/public/gtk/WebInputEventFactory.h ',
4151 '../third_party/WebKit/WebKit/chromium/public/gtk/WebScreenInfoFactory.h ', 4151 '../third_party/WebKit/WebKit/chromium/public/x11/WebScreenInfoFactory.h ',
4152 '../third_party/WebKit/WebKit/chromium/public/mac/WebInputEventFactory.h ', 4152 '../third_party/WebKit/WebKit/chromium/public/mac/WebInputEventFactory.h ',
4153 '../third_party/WebKit/WebKit/chromium/public/mac/WebScreenInfoFactory.h ', 4153 '../third_party/WebKit/WebKit/chromium/public/mac/WebScreenInfoFactory.h ',
4154 '../third_party/WebKit/WebKit/chromium/public/WebCache.h', 4154 '../third_party/WebKit/WebKit/chromium/public/WebCache.h',
4155 '../third_party/WebKit/WebKit/chromium/public/WebCanvas.h', 4155 '../third_party/WebKit/WebKit/chromium/public/WebCanvas.h',
4156 '../third_party/WebKit/WebKit/chromium/public/WebClipboard.h', 4156 '../third_party/WebKit/WebKit/chromium/public/WebClipboard.h',
4157 '../third_party/WebKit/WebKit/chromium/public/WebColor.h', 4157 '../third_party/WebKit/WebKit/chromium/public/WebColor.h',
4158 '../third_party/WebKit/WebKit/chromium/public/WebCommon.h', 4158 '../third_party/WebKit/WebKit/chromium/public/WebCommon.h',
4159 '../third_party/WebKit/WebKit/chromium/public/WebConsoleMessage.h', 4159 '../third_party/WebKit/WebKit/chromium/public/WebConsoleMessage.h',
4160 '../third_party/WebKit/WebKit/chromium/public/WebCString.h', 4160 '../third_party/WebKit/WebKit/chromium/public/WebCString.h',
4161 '../third_party/WebKit/WebKit/chromium/public/WebData.h', 4161 '../third_party/WebKit/WebKit/chromium/public/WebData.h',
(...skipping 13 matching lines...) Expand all
4175 '../third_party/WebKit/WebKit/chromium/public/WebURL.h', 4175 '../third_party/WebKit/WebKit/chromium/public/WebURL.h',
4176 '../third_party/WebKit/WebKit/chromium/public/WebVector.h', 4176 '../third_party/WebKit/WebKit/chromium/public/WebVector.h',
4177 '../third_party/WebKit/WebKit/chromium/public/win/WebInputEventFactory.h ', 4177 '../third_party/WebKit/WebKit/chromium/public/win/WebInputEventFactory.h ',
4178 '../third_party/WebKit/WebKit/chromium/public/win/WebSandboxSupport.h', 4178 '../third_party/WebKit/WebKit/chromium/public/win/WebSandboxSupport.h',
4179 '../third_party/WebKit/WebKit/chromium/public/win/WebScreenInfoFactory.h ', 4179 '../third_party/WebKit/WebKit/chromium/public/win/WebScreenInfoFactory.h ',
4180 '../third_party/WebKit/WebKit/chromium/public/win/WebScreenInfoFactory.h ', 4180 '../third_party/WebKit/WebKit/chromium/public/win/WebScreenInfoFactory.h ',
4181 '../third_party/WebKit/WebKit/chromium/src/ChromiumBridge.cpp', 4181 '../third_party/WebKit/WebKit/chromium/src/ChromiumBridge.cpp',
4182 '../third_party/WebKit/WebKit/chromium/src/ChromiumCurrentTime.cpp', 4182 '../third_party/WebKit/WebKit/chromium/src/ChromiumCurrentTime.cpp',
4183 '../third_party/WebKit/WebKit/chromium/src/ChromiumThreading.cpp', 4183 '../third_party/WebKit/WebKit/chromium/src/ChromiumThreading.cpp',
4184 '../third_party/WebKit/WebKit/chromium/src/gtk/WebInputEventFactory.cpp' , 4184 '../third_party/WebKit/WebKit/chromium/src/gtk/WebInputEventFactory.cpp' ,
4185 '../third_party/WebKit/WebKit/chromium/src/gtk/WebScreenInfoFactory.cpp' , 4185 '../third_party/WebKit/WebKit/chromium/src/x11/WebScreenInfoFactory.cpp' ,
4186 '../third_party/WebKit/WebKit/chromium/src/mac/WebInputEventFactory.mm', 4186 '../third_party/WebKit/WebKit/chromium/src/mac/WebInputEventFactory.mm',
4187 '../third_party/WebKit/WebKit/chromium/src/mac/WebScreenInfoFactory.mm', 4187 '../third_party/WebKit/WebKit/chromium/src/mac/WebScreenInfoFactory.mm',
4188 '../third_party/WebKit/WebKit/chromium/src/WebCache.cpp', 4188 '../third_party/WebKit/WebKit/chromium/src/WebCache.cpp',
4189 '../third_party/WebKit/WebKit/chromium/src/WebCString.cpp', 4189 '../third_party/WebKit/WebKit/chromium/src/WebCString.cpp',
4190 '../third_party/WebKit/WebKit/chromium/src/WebData.cpp', 4190 '../third_party/WebKit/WebKit/chromium/src/WebData.cpp',
4191 '../third_party/WebKit/WebKit/chromium/src/WebDragData.cpp', 4191 '../third_party/WebKit/WebKit/chromium/src/WebDragData.cpp',
4192 '../third_party/WebKit/WebKit/chromium/src/WebImageSkia.cpp', 4192 '../third_party/WebKit/WebKit/chromium/src/WebImageSkia.cpp',
4193 '../third_party/WebKit/WebKit/chromium/src/WebInputEvent.cpp', 4193 '../third_party/WebKit/WebKit/chromium/src/WebInputEvent.cpp',
4194 '../third_party/WebKit/WebKit/chromium/src/WebKit.cpp', 4194 '../third_party/WebKit/WebKit/chromium/src/WebKit.cpp',
4195 '../third_party/WebKit/WebKit/chromium/src/WebString.cpp', 4195 '../third_party/WebKit/WebKit/chromium/src/WebString.cpp',
4196 '../third_party/WebKit/WebKit/chromium/src/WebURL.cpp', 4196 '../third_party/WebKit/WebKit/chromium/src/WebURL.cpp',
4197 '../third_party/WebKit/WebKit/chromium/src/win/WebInputEventFactory.cpp' , 4197 '../third_party/WebKit/WebKit/chromium/src/win/WebInputEventFactory.cpp' ,
4198 '../third_party/WebKit/WebKit/chromium/src/win/WebScreenInfoFactory.cpp' , 4198 '../third_party/WebKit/WebKit/chromium/src/win/WebScreenInfoFactory.cpp' ,
4199 ], 4199 ],
4200 'conditions': [ 4200 'conditions': [
4201 ['OS=="linux"', { 4201 ['OS=="linux"', {
4202 'dependencies': [ 4202 'dependencies': [
4203 '../build/linux/system.gyp:gtk', 4203 '../build/linux/system.gyp:gtk',
4204 ], 4204 ],
4205 'include_dirs': [ 4205 'include_dirs': [
4206 '../third_party/WebKit/WebKit/chromium/public/x11',
4206 '../third_party/WebKit/WebKit/chromium/public/gtk', 4207 '../third_party/WebKit/WebKit/chromium/public/gtk',
4207 ], 4208 ],
4208 }, { # else: OS!="linux" 4209 }, { # else: OS!="linux"
4209 'sources/': [['exclude', '/gtk/']], 4210 'sources/': [
4211 ['exclude', '/gtk/'],
4212 ['exclude', '/x11/'],
4213 ],
4210 }], 4214 }],
4211 ['OS=="mac"', { 4215 ['OS=="mac"', {
4212 'include_dirs': [ 4216 'include_dirs': [
4213 '../third_party/WebKit/WebKit/chromium/public/mac', 4217 '../third_party/WebKit/WebKit/chromium/public/mac',
4214 ], 4218 ],
4215 'sources!': [ 4219 'sources!': [
4216 '../third_party/WebKit/WebKit/chromium/src/WebImageSkia.cpp', 4220 '../third_party/WebKit/WebKit/chromium/src/WebImageSkia.cpp',
4217 ], 4221 ],
4218 }, { # else: OS!="mac" 4222 }, { # else: OS!="mac"
4219 'sources/': [['exclude', '/mac/']], 4223 'sources/': [['exclude', '/mac/']],
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
4554 'sources!': [ 4558 'sources!': [
4555 'glue/plugins/plugin_stubs.cc', 4559 'glue/plugins/plugin_stubs.cc',
4556 # Used directly in test_shell* so it can be replaced in chromium. 4560 # Used directly in test_shell* so it can be replaced in chromium.
4557 'glue/simple_clipboard_impl.cc', 4561 'glue/simple_clipboard_impl.cc',
4558 ], 4562 ],
4559 }], 4563 }],
4560 ], 4564 ],
4561 }, 4565 },
4562 ], 4566 ],
4563 } 4567 }
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/webwidget_host_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698