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

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

Issue 1808203005: [OnionSoup] Moving VR service from content to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reworked as per comments! Created 4 years, 9 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 1276 matching lines...) Expand 10 before | Expand all | Expand 10 after
1287 ], 1287 ],
1288 } 1288 }
1289 ], 1289 ],
1290 ['OS!="mac"', 1290 ['OS!="mac"',
1291 { 1291 {
1292 'platform_test_files': [ 1292 'platform_test_files': [
1293 'scroll/ScrollAnimatorTest.cpp', 1293 'scroll/ScrollAnimatorTest.cpp',
1294 ], 1294 ],
1295 } 1295 }
1296 ], 1296 ],
1297 ['enable_webvr==1',
1298 {
1299 'platform_files': [
1300 'vr/vr_dispatcher.cc',
1301 'vr/vr_dispatcher.h',
1302 'vr/vr_type_converters.cc',
1303 'vr/vr_type_converters.h',
1304 ],
1305 }
1306 ],
1297 ], 1307 ],
1298 }, 1308 },
1299 } 1309 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698