1*3ac0a46fSAndroid Build Coastguard WorkerName: Google Test: Google's C++ Testing Framework 2*3ac0a46fSAndroid Build Coastguard WorkerShort Name: googletest 3*3ac0a46fSAndroid Build Coastguard WorkerURL: https://github.com/google/googletest.git 4*3ac0a46fSAndroid Build Coastguard WorkerVersion: 1.8.0.git-a45c24ac1878932e0dc5fbc0d78a699befd386d3 5*3ac0a46fSAndroid Build Coastguard WorkerLicense: BSD 6*3ac0a46fSAndroid Build Coastguard WorkerShipped: no 7*3ac0a46fSAndroid Build Coastguard WorkerSecurity critical: no 8*3ac0a46fSAndroid Build Coastguard Worker 9*3ac0a46fSAndroid Build Coastguard WorkerGoogle Test is imported as-is, to facilitate version bumping. However, the 10*3ac0a46fSAndroid Build Coastguard Workerfile/directory layout of Google Test is not yet considered stable. Therefore, 11*3ac0a46fSAndroid Build Coastguard Workeruntil Google Test's layout stabilizes, PDFium code MUST NOT depend on it 12*3ac0a46fSAndroid Build Coastguard Workerdirectly. Instead, PDFium code MUST: 13*3ac0a46fSAndroid Build Coastguard Worker 14*3ac0a46fSAndroid Build Coastguard Worker* #include the headers in testing/gtest and testing/gmock 15*3ac0a46fSAndroid Build Coastguard Worker* use //testing/gtest(:gtest_main) and //testing/gmock(:gmock_main) in BUILD.gn 16*3ac0a46fSAndroid Build Coastguard Worker deps 17*3ac0a46fSAndroid Build Coastguard Worker 18*3ac0a46fSAndroid Build Coastguard WorkerThis will allow us to adapt to Google Test changes with minimal disruption. 19