Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 1301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1312 { | 1312 { |
| 1313 'platform_test_files': [ | 1313 'platform_test_files': [ |
| 1314 'text/LocaleICUTest.cpp', | 1314 'text/LocaleICUTest.cpp', |
| 1315 ], | 1315 ], |
| 1316 } | 1316 } |
| 1317 ], | 1317 ], |
| 1318 ['OS!="mac"', | 1318 ['OS!="mac"', |
| 1319 { | 1319 { |
| 1320 'platform_test_files': [ | 1320 'platform_test_files': [ |
| 1321 'scroll/ScrollAnimatorTest.cpp', | 1321 'scroll/ScrollAnimatorTest.cpp', |
| 1322 'scroll/ScrollbarThemeAuraTest.cpp', | |
|
jbroman
2016/05/11 21:24:08
similarly, this should be guarded by use_default_r
Bret
2016/05/12 00:18:12
Done.
| |
| 1322 ], | 1323 ], |
| 1323 } | 1324 } |
| 1324 ], | 1325 ], |
| 1325 ], | 1326 ], |
| 1326 }, | 1327 }, |
| 1327 } | 1328 } |
| OLD | NEW |