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

Side by Side Diff: webkit/webkit.gyp

Issue 60036: Fix build oops. I forgot to add WebScreenInfoFactory to the build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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_DATABASE=1', 8 'ENABLE_DATABASE=1',
9 'ENABLE_DASHBOARD_SUPPORT=0', 9 'ENABLE_DASHBOARD_SUPPORT=0',
10 'ENABLE_JAVASCRIPT_DEBUGGER=0', 10 'ENABLE_JAVASCRIPT_DEBUGGER=0',
(...skipping 4093 matching lines...) Expand 10 before | Expand all | Expand 10 after
4104 '../third_party/WebKit/WebKit/chromium/public/WebClipboard.h', 4104 '../third_party/WebKit/WebKit/chromium/public/WebClipboard.h',
4105 '../third_party/WebKit/WebKit/chromium/public/WebCommon.h', 4105 '../third_party/WebKit/WebKit/chromium/public/WebCommon.h',
4106 '../third_party/WebKit/WebKit/chromium/public/WebConsoleMessage.h', 4106 '../third_party/WebKit/WebKit/chromium/public/WebConsoleMessage.h',
4107 '../third_party/WebKit/WebKit/chromium/public/WebFindInPageRequest.h', 4107 '../third_party/WebKit/WebKit/chromium/public/WebFindInPageRequest.h',
4108 '../third_party/WebKit/WebKit/chromium/public/WebImage.h', 4108 '../third_party/WebKit/WebKit/chromium/public/WebImage.h',
4109 '../third_party/WebKit/WebKit/chromium/public/WebKit.h', 4109 '../third_party/WebKit/WebKit/chromium/public/WebKit.h',
4110 '../third_party/WebKit/WebKit/chromium/public/WebKitClient.h', 4110 '../third_party/WebKit/WebKit/chromium/public/WebKitClient.h',
4111 '../third_party/WebKit/WebKit/chromium/public/WebMimeRegistry.h', 4111 '../third_party/WebKit/WebKit/chromium/public/WebMimeRegistry.h',
4112 '../third_party/WebKit/WebKit/chromium/public/WebPoint.h', 4112 '../third_party/WebKit/WebKit/chromium/public/WebPoint.h',
4113 '../third_party/WebKit/WebKit/chromium/public/WebRect.h', 4113 '../third_party/WebKit/WebKit/chromium/public/WebRect.h',
4114 '../third_party/WebKit/WebKit/chromium/public/WebScreenInfo.h',
4114 '../third_party/WebKit/WebKit/chromium/public/WebScriptSource.h', 4115 '../third_party/WebKit/WebKit/chromium/public/WebScriptSource.h',
4115 '../third_party/WebKit/WebKit/chromium/public/WebSize.h', 4116 '../third_party/WebKit/WebKit/chromium/public/WebSize.h',
4116 '../third_party/WebKit/WebKit/chromium/public/WebString.h', 4117 '../third_party/WebKit/WebKit/chromium/public/WebString.h',
4117 '../third_party/WebKit/WebKit/chromium/public/WebURL.h', 4118 '../third_party/WebKit/WebKit/chromium/public/WebURL.h',
4118 '../third_party/WebKit/WebKit/chromium/src/ChromiumBridge.cpp', 4119 '../third_party/WebKit/WebKit/chromium/src/ChromiumBridge.cpp',
4119 '../third_party/WebKit/WebKit/chromium/src/ChromiumCurrentTime.cpp', 4120 '../third_party/WebKit/WebKit/chromium/src/ChromiumCurrentTime.cpp',
4120 '../third_party/WebKit/WebKit/chromium/src/ChromiumThreading.cpp', 4121 '../third_party/WebKit/WebKit/chromium/src/ChromiumThreading.cpp',
4121 '../third_party/WebKit/WebKit/chromium/src/WebCache.cpp', 4122 '../third_party/WebKit/WebKit/chromium/src/WebCache.cpp',
4122 '../third_party/WebKit/WebKit/chromium/src/WebCString.cpp', 4123 '../third_party/WebKit/WebKit/chromium/src/WebCString.cpp',
4123 '../third_party/WebKit/WebKit/chromium/src/WebImageSkia.cpp', 4124 '../third_party/WebKit/WebKit/chromium/src/WebImageSkia.cpp',
4124 '../third_party/WebKit/WebKit/chromium/src/WebInputEvent.cpp', 4125 '../third_party/WebKit/WebKit/chromium/src/WebInputEvent.cpp',
4125 '../third_party/WebKit/WebKit/chromium/src/WebKit.cpp', 4126 '../third_party/WebKit/WebKit/chromium/src/WebKit.cpp',
4126 '../third_party/WebKit/WebKit/chromium/src/WebString.cpp', 4127 '../third_party/WebKit/WebKit/chromium/src/WebString.cpp',
4127 '../third_party/WebKit/WebKit/chromium/src/WebURL.cpp', 4128 '../third_party/WebKit/WebKit/chromium/src/WebURL.cpp',
4128 ], 4129 ],
4129 'conditions': [ 4130 'conditions': [
4130 ['OS=="linux"', { 4131 ['OS=="linux"', {
4131 'dependencies': [ 4132 'dependencies': [
4132 '../build/linux/system.gyp:gtk', 4133 '../build/linux/system.gyp:gtk',
4133 ], 4134 ],
4134 'include_dirs': [ 4135 'include_dirs': [
4135 '../third_party/WebKit/WebKit/chromium/public/gtk', 4136 '../third_party/WebKit/WebKit/chromium/public/gtk',
4136 ], 4137 ],
4137 'sources': [ 4138 'sources': [
4138 '../third_party/WebKit/WebKit/chromium/src/gtk/WebInputEventFactory. cpp', 4139 '../third_party/WebKit/WebKit/chromium/src/gtk/WebInputEventFactory. cpp',
4140 '../third_party/WebKit/WebKit/chromium/src/gtk/WebScreenInfoFactory. cpp',
4139 ], 4141 ],
4140 }], 4142 }],
4141 ['OS=="mac"', { 4143 ['OS=="mac"', {
4142 'include_dirs': [ 4144 'include_dirs': [
4143 '../third_party/WebKit/WebKit/chromium/public/mac', 4145 '../third_party/WebKit/WebKit/chromium/public/mac',
4144 ], 4146 ],
4145 'sources': [ 4147 'sources': [
4146 '../third_party/WebKit/WebKit/chromium/src/mac/WebInputEventFactory. mm', 4148 '../third_party/WebKit/WebKit/chromium/src/mac/WebInputEventFactory. mm',
4149 '../third_party/WebKit/WebKit/chromium/src/mac/WebScreenInfoFactory. mm',
4147 ], 4150 ],
4148 'sources!': [ 4151 'sources!': [
4149 '../third_party/WebKit/WebKit/chromium/src/WebImageSkia.cpp', 4152 '../third_party/WebKit/WebKit/chromium/src/WebImageSkia.cpp',
4150 ], 4153 ],
4151 }], 4154 }],
4152 ['OS=="win"', { 4155 ['OS=="win"', {
4153 'include_dirs': [ 4156 'include_dirs': [
4154 '../third_party/WebKit/WebKit/chromium/public/win', 4157 '../third_party/WebKit/WebKit/chromium/public/win',
4155 ], 4158 ],
4156 'sources': [ 4159 'sources': [
4157 '../third_party/WebKit/WebKit/chromium/public/win/WebSandboxSupport. h', 4160 '../third_party/WebKit/WebKit/chromium/public/win/WebSandboxSupport. h',
4158 '../third_party/WebKit/WebKit/chromium/public/win/WebThemeEngine.h', 4161 '../third_party/WebKit/WebKit/chromium/public/win/WebThemeEngine.h',
4159 '../third_party/WebKit/WebKit/chromium/src/win/WebInputEventFactory. cpp', 4162 '../third_party/WebKit/WebKit/chromium/src/win/WebInputEventFactory. cpp',
4163 '../third_party/WebKit/WebKit/chromium/src/win/WebScreenInfoFactory. cpp',
4160 ], 4164 ],
4161 }], 4165 }],
4162 ], 4166 ],
4163 }, 4167 },
4164 { 4168 {
4165 'target_name': 'webkit_resources', 4169 'target_name': 'webkit_resources',
4166 'type': 'none', 4170 'type': 'none',
4167 'dependencies': [ 4171 'dependencies': [
4168 'webcore', 4172 'webcore',
4169 'webkit', 4173 'webkit',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
4470 'default_plugin/default_plugin.gyp:default_plugin', 4474 'default_plugin/default_plugin.gyp:default_plugin',
4471 ], 4475 ],
4472 'sources!': [ 4476 'sources!': [
4473 'glue/plugins/plugin_stubs.cc', 4477 'glue/plugins/plugin_stubs.cc',
4474 ], 4478 ],
4475 }], 4479 }],
4476 ], 4480 ],
4477 }, 4481 },
4478 ], 4482 ],
4479 } 4483 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698