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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 1212123003: Componentization: make symbols visible. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 'exported/WebRTCVoidRequest.cpp', 312 'exported/WebRTCVoidRequest.cpp',
313 'exported/WebScrollbarImpl.cpp', 313 'exported/WebScrollbarImpl.cpp',
314 'exported/WebScrollbarImpl.h', 314 'exported/WebScrollbarImpl.h',
315 'exported/WebScrollbarThemeClientImpl.cpp', 315 'exported/WebScrollbarThemeClientImpl.cpp',
316 'exported/WebScrollbarThemeClientImpl.h', 316 'exported/WebScrollbarThemeClientImpl.h',
317 'exported/WebScrollbarThemeGeometryNative.cpp', 317 'exported/WebScrollbarThemeGeometryNative.cpp',
318 'exported/WebScrollbarThemeGeometryNative.h', 318 'exported/WebScrollbarThemeGeometryNative.h',
319 'exported/WebScrollbarThemePainter.cpp', 319 'exported/WebScrollbarThemePainter.cpp',
320 'exported/WebSecurityOrigin.cpp', 320 'exported/WebSecurityOrigin.cpp',
321 'exported/WebSerializedOrigin.cpp', 321 'exported/WebSerializedOrigin.cpp',
322 'exported/WebServicePortProviderClient.cpp',
322 'exported/WebServiceWorkerProviderClient.cpp', 323 'exported/WebServiceWorkerProviderClient.cpp',
323 'exported/WebServiceWorkerProxy.cpp', 324 'exported/WebServiceWorkerProxy.cpp',
324 'exported/WebServiceWorkerRequest.cpp', 325 'exported/WebServiceWorkerRequest.cpp',
325 'exported/WebServiceWorkerResponse.cpp', 326 'exported/WebServiceWorkerResponse.cpp',
326 'exported/WebSocketHandshakeRequestInfo.cpp', 327 'exported/WebSocketHandshakeRequestInfo.cpp',
327 'exported/WebSocketHandshakeResponseInfo.cpp', 328 'exported/WebSocketHandshakeResponseInfo.cpp',
328 'exported/WebSourceInfo.cpp', 329 'exported/WebSourceInfo.cpp',
329 'exported/WebSpeechSynthesisUtterance.cpp', 330 'exported/WebSpeechSynthesisUtterance.cpp',
330 'exported/WebSpeechSynthesisVoice.cpp', 331 'exported/WebSpeechSynthesisVoice.cpp',
331 'exported/WebSpeechSynthesizerClientImpl.cpp', 332 'exported/WebSpeechSynthesizerClientImpl.cpp',
(...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 ['os_posix==1 and OS!="mac"', 1039 ['os_posix==1 and OS!="mac"',
1039 { 1040 {
1040 'platform_test_files': [ 1041 'platform_test_files': [
1041 'text/LocaleICUTest.cpp', 1042 'text/LocaleICUTest.cpp',
1042 ], 1043 ],
1043 } 1044 }
1044 ], 1045 ],
1045 ], 1046 ],
1046 }, 1047 },
1047 } 1048 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698