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

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

Issue 1945473002: Break dependencies of browser -> blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android filter Created 4 years, 7 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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 'exported/WebURLError.cpp', 376 'exported/WebURLError.cpp',
377 'exported/WebURLLoaderClient.cpp', 377 'exported/WebURLLoaderClient.cpp',
378 'exported/WebURLLoaderTestDelegate.cpp', 378 'exported/WebURLLoaderTestDelegate.cpp',
379 'exported/WebURLLoadTiming.cpp', 379 'exported/WebURLLoadTiming.cpp',
380 'exported/WebURLRequest.cpp', 380 'exported/WebURLRequest.cpp',
381 'exported/WebURLRequestPrivate.h', 381 'exported/WebURLRequestPrivate.h',
382 'exported/WebURLResponse.cpp', 382 'exported/WebURLResponse.cpp',
383 'exported/WebURLResponsePrivate.h', 383 'exported/WebURLResponsePrivate.h',
384 'exported/WrappedResourceRequest.h', 384 'exported/WrappedResourceRequest.h',
385 'exported/WrappedResourceResponse.h', 385 'exported/WrappedResourceResponse.h',
386 'exported/linux/WebFontRenderStyle.cpp',
387 'fonts/AcceptLanguagesResolver.cpp', 386 'fonts/AcceptLanguagesResolver.cpp',
388 'fonts/AcceptLanguagesResolver.h', 387 'fonts/AcceptLanguagesResolver.h',
389 'fonts/AlternateFontFamily.h', 388 'fonts/AlternateFontFamily.h',
390 'fonts/CharacterRange.h', 389 'fonts/CharacterRange.h',
391 'fonts/CustomFontData.h', 390 'fonts/CustomFontData.h',
392 'fonts/Font.cpp', 391 'fonts/Font.cpp',
393 'fonts/Font.h', 392 'fonts/Font.h',
394 'fonts/FontBaseline.h', 393 'fonts/FontBaseline.h',
395 'fonts/FontCache.cpp', 394 'fonts/FontCache.cpp',
396 'fonts/FontCache.h', 395 'fonts/FontCache.h',
(...skipping 921 matching lines...) Expand 10 before | Expand all | Expand 10 after
1318 ['OS!="mac"', 1317 ['OS!="mac"',
1319 { 1318 {
1320 'platform_test_files': [ 1319 'platform_test_files': [
1321 'scroll/ScrollAnimatorTest.cpp', 1320 'scroll/ScrollAnimatorTest.cpp',
1322 ], 1321 ],
1323 } 1322 }
1324 ], 1323 ],
1325 ], 1324 ],
1326 }, 1325 },
1327 } 1326 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698