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

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

Issue 57463002: Have Blink be told of scrollbar changes rather than paying attention itself (Blink side). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: good version Created 7 years, 1 month 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/mac/WebScrollbarTheme.cpp ('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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 ], 198 ],
199 'link_settings': { 199 'link_settings': {
200 'libraries': [ 200 'libraries': [
201 '$(SDKROOT)/System/Library/Frameworks/Accelerate.fra mework', 201 '$(SDKROOT)/System/Library/Frameworks/Accelerate.fra mework',
202 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framewo rk', 202 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framewo rk',
203 ], 203 ],
204 }, 204 },
205 }, { # else: OS!="mac" 205 }, { # else: OS!="mac"
206 'sources/': [ 206 'sources/': [
207 ['exclude', 'WebInputEventFactoryMac.mm$'], 207 ['exclude', 'WebInputEventFactoryMac.mm$'],
208 ['exclude', 'mac/WebScrollbarTheme.cpp$'],
208 ], 209 ],
209 }], 210 }],
210 ['OS=="win"', { 211 ['OS=="win"', {
211 'include_dirs': [ 212 'include_dirs': [
212 '../../public/web/win', 213 '../../public/web/win',
213 ], 214 ],
214 }, { # else: OS!="win" 215 }, { # else: OS!="win"
215 'sources/': [ 216 'sources/': [
216 ['exclude', 'WebInputEventFactoryWin.cpp$'], 217 ['exclude', 'WebInputEventFactoryWin.cpp$'],
217 ], 218 ],
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 ['clang==1', { 377 ['clang==1', {
377 'target_defaults': { 378 'target_defaults': {
378 'cflags': ['-Wglobal-constructors'], 379 'cflags': ['-Wglobal-constructors'],
379 'xcode_settings': { 380 'xcode_settings': {
380 'WARNING_CFLAGS': ['-Wglobal-constructors'], 381 'WARNING_CFLAGS': ['-Wglobal-constructors'],
381 }, 382 },
382 }, 383 },
383 }], 384 }],
384 ], # conditions 385 ], # conditions
385 } 386 }
OLDNEW
« no previous file with comments | « Source/web/mac/WebScrollbarTheme.cpp ('k') | Source/web/web.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698