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

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: 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 1263 matching lines...) Expand 10 before | Expand all | Expand 10 after
1274 ], 1274 ],
1275 } 1275 }
1276 ], 1276 ],
1277 ['OS!="mac"', 1277 ['OS!="mac"',
1278 { 1278 {
1279 'platform_test_files': [ 1279 'platform_test_files': [
1280 'scroll/ScrollAnimatorTest.cpp', 1280 'scroll/ScrollAnimatorTest.cpp',
1281 ], 1281 ],
1282 } 1282 }
1283 ], 1283 ],
1284 ['enable_webvr==1',
1285 {
1286 'platform_files': [
1287 'vr/vr_dispatcher.cc',
1288 'vr/vr_dispatcher.h',
1289 'vr/vr_type_converters.cc',
1290 'vr/vr_type_converters.h',
1291 ],
1292 }
1293 ],
1284 ], 1294 ],
1285 }, 1295 },
1286 } 1296 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698