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

Side by Side Diff: Source/web/web.gyp

Issue 1335673002: [KeyEvent Mac] Remove the WebInputEventFactory from blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 3 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 | « Source/web/tests/WebInputEventFactoryTestMac.mm ('k') | Source/web/web.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Copyright (C) 2011 Google Inc. All rights reserved. 2 # Copyright (C) 2011 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 }], 185 }],
186 ['OS=="mac"', { 186 ['OS=="mac"', {
187 'link_settings': { 187 'link_settings': {
188 'libraries': [ 188 'libraries': [
189 '$(SDKROOT)/System/Library/Frameworks/Accelerate.fra mework', 189 '$(SDKROOT)/System/Library/Frameworks/Accelerate.fra mework',
190 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framewo rk', 190 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framewo rk',
191 ], 191 ],
192 }, 192 },
193 }, { # else: OS!="mac" 193 }, { # else: OS!="mac"
194 'sources/': [ 194 'sources/': [
195 ['exclude', 'WebInputEventFactoryMac.mm$'],
196 ['exclude', 'mac/WebScrollbarTheme.cpp$'], 195 ['exclude', 'mac/WebScrollbarTheme.cpp$'],
197 ], 196 ],
198 }], 197 }],
199 ['use_default_render_theme==0', { 198 ['use_default_render_theme==0', {
200 'sources/': [ 199 'sources/': [
201 ['exclude', 'default/WebRenderTheme.cpp'], 200 ['exclude', 'default/WebRenderTheme.cpp'],
202 ], 201 ],
203 }], 202 }],
204 ], 203 ],
205 'direct_dependent_settings': { 204 'direct_dependent_settings': {
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa' ], 276 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa' ],
278 'copies': [{ 277 'copies': [{
279 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten ts/MacOS/', 278 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten ts/MacOS/',
280 'files': ['<(PRODUCT_DIR)/osmesa.so'], 279 'files': ['<(PRODUCT_DIR)/osmesa.so'],
281 }], 280 }],
282 }, 281 },
283 ], 282 ],
284 }], 283 }],
285 ], # conditions 284 ], # conditions
286 } 285 }
OLDNEW
« no previous file with comments | « Source/web/tests/WebInputEventFactoryTestMac.mm ('k') | Source/web/web.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698