We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4de9e commit d5b93a7Copy full SHA for d5b93a7
tools/v8_gypfiles/abseil.gyp
@@ -369,7 +369,15 @@
369
'<(ABSEIL_ROOT)/absl/types/span.h',
370
'<(ABSEIL_ROOT)/absl/types/variant.h',
371
'<(ABSEIL_ROOT)/absl/utility/utility.h',
372
- ]
+ ],
373
+ 'conditions': [
374
+ ['OS=="win"', {
375
+ 'sources': [
376
+ '<(ABSEIL_ROOT)/absl/time/internal/cctz/src/time_zone_name_win.h',
377
+ '<(ABSEIL_ROOT)/absl/time/internal/cctz/src/time_zone_name_win.cc',
378
379
+ }],
380
381
}, # abseil
382
]
383
}
0 commit comments