|
2063 | 2063 | 'base/platform/platform-linux.cc',
|
2064 | 2064 | 'base/platform/platform-posix.h',
|
2065 | 2065 | 'base/platform/platform-posix.cc',
|
| 2066 | + 'base/platform/platform-posix-time.h', |
| 2067 | + 'base/platform/platform-posix-time.cc', |
2066 | 2068 | ],
|
2067 | 2069 | }
|
2068 | 2070 | ],
|
|
2071 | 2073 | 'base/debug/stack_trace_android.cc',
|
2072 | 2074 | 'base/platform/platform-posix.h',
|
2073 | 2075 | 'base/platform/platform-posix.cc',
|
| 2076 | + 'base/platform/platform-posix-time.h', |
| 2077 | + 'base/platform/platform-posix-time.cc', |
2074 | 2078 | ],
|
2075 | 2079 | 'link_settings': {
|
2076 | 2080 | 'target_conditions': [
|
|
2127 | 2131 | 'base/debug/stack_trace_posix.cc',
|
2128 | 2132 | 'base/platform/platform-posix.h',
|
2129 | 2133 | 'base/platform/platform-posix.cc',
|
| 2134 | + 'base/platform/platform-posix-time.h', |
| 2135 | + 'base/platform/platform-posix-time.cc', |
2130 | 2136 | 'base/qnx-math.h'
|
2131 | 2137 | ],
|
2132 | 2138 | 'target_conditions': [
|
|
2158 | 2164 | 'base/platform/platform-freebsd.cc',
|
2159 | 2165 | 'base/platform/platform-posix.h',
|
2160 | 2166 | 'base/platform/platform-posix.cc',
|
| 2167 | + 'base/platform/platform-posix-time.h', |
| 2168 | + 'base/platform/platform-posix-time.cc', |
2161 | 2169 | ],
|
2162 | 2170 | }
|
2163 | 2171 | ],
|
|
2170 | 2178 | 'base/platform/platform-openbsd.cc',
|
2171 | 2179 | 'base/platform/platform-posix.h',
|
2172 | 2180 | 'base/platform/platform-posix.cc'
|
| 2181 | + 'base/platform/platform-posix-time.h', |
| 2182 | + 'base/platform/platform-posix-time.cc', |
2173 | 2183 | ],
|
2174 | 2184 | }
|
2175 | 2185 | ],
|
|
2183 | 2193 | 'base/platform/platform-openbsd.cc',
|
2184 | 2194 | 'base/platform/platform-posix.h',
|
2185 | 2195 | 'base/platform/platform-posix.cc',
|
| 2196 | + 'base/platform/platform-posix-time.h', |
| 2197 | + 'base/platform/platform-posix-time.cc', |
2186 | 2198 | ],
|
2187 | 2199 | }
|
2188 | 2200 | ],
|
|
2213 | 2225 | 'base/platform/platform-macos.cc',
|
2214 | 2226 | 'base/platform/platform-posix.h',
|
2215 | 2227 | 'base/platform/platform-posix.cc',
|
| 2228 | + 'base/platform/platform-posix-time.h', |
| 2229 | + 'base/platform/platform-posix-time.cc', |
2216 | 2230 | ]},
|
2217 | 2231 | ],
|
2218 | 2232 | ['OS=="win"', {
|
|
0 commit comments