Advertisement
Guest User

brave AUR build problem

a guest
Oct 19th, 2020 (edited)
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 314.53 KB | None | 0 0
  1. kido@sparky ~/t/s/brave (master)> makepkg -si
  2. ==> Making package: brave 1.15.75-1 (Mon Oct 19 15:39:27 2020)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving sources...
  6.   -> Updating brave-browser git repo...
  7. Fetching origin
  8. remote: Enumerating objects: 28, done.
  9. remote: Counting objects: 100% (28/28), done.
  10. remote: Compressing objects: 100% (19/19), done.
  11. remote: Total 28 (delta 17), reused 13 (delta 9), pack-reused 0
  12. Unpacking objects: 100% (28/28), 6.59 KiB | 674.00 KiB/s, done.
  13. From https://github.com/brave/brave-browser
  14.    bac4d191..9492df9b  1.16.x                -> 1.16.x
  15.    b851fda2..c2e5bf77  master                -> master
  16.  + a19fec7d...3334e9a5 refs/pull/10426/merge -> refs/pull/10426/merge  (forced update)
  17.  + cd9c4031...06ce1ea6 refs/pull/10777/merge -> refs/pull/10777/merge  (forced update)
  18.  + be11fb8e...3986faf6 refs/pull/11071/merge -> refs/pull/11071/merge  (forced update)
  19.  + b434c3f7...3494c19a refs/pull/11535/merge -> refs/pull/11535/merge  (forced update)
  20.  + 4aad70d5...2089224d refs/pull/9974/merge  -> refs/pull/9974/merge  (forced update)
  21.  * [new tag]           v1.16.64              -> v1.16.64
  22.  * [new tag]           v1.17.40              -> v1.17.40
  23.   -> Found brave-launcher
  24.   -> Found brave-browser.desktop
  25.   -> Found chromium-86-patchset-6.tar.xz
  26.   -> Found brave-custom-build.patch
  27.   -> Found fix-invalid-end-iterator-usage-in-CookieMonster.patch
  28.   -> Found only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch
  29.   -> Found remove-dead-reloc-in-nonalloc-LD-flags.patch
  30.   -> Found check-for-enable-accelerated-video-decode-on-Linux.patch
  31.   -> Found chromium-skia-harmony.patch
  32. ==> Validating source files with sha256sums...
  33.     brave-browser ... Skipped
  34.     brave-launcher ... Passed
  35.     brave-browser.desktop ... Passed
  36.     chromium-86-patchset-6.tar.xz ... Passed
  37.     brave-custom-build.patch ... Passed
  38.     fix-invalid-end-iterator-usage-in-CookieMonster.patch ... Passed
  39.     only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch ... Passed
  40.     remove-dead-reloc-in-nonalloc-LD-flags.patch ... Passed
  41.     check-for-enable-accelerated-video-decode-on-Linux.patch ... Passed
  42.     chromium-skia-harmony.patch ... Passed
  43. ==> Extracting sources...
  44.   -> Creating working copy of brave-browser git repo...
  45. From /home/kido/trash/source/brave/brave-browser
  46.    bac4d191..9492df9b  1.16.x     -> origin/1.16.x
  47.    b851fda2..c2e5bf77  master     -> origin/master
  48.  * [new tag]           v1.16.64   -> v1.16.64
  49.  * [new tag]           v1.17.40   -> v1.17.40
  50. Reset branch 'makepkg'
  51.   -> Extracting chromium-86-patchset-6.tar.xz with bsdtar
  52. ==> Starting prepare()...
  53.   -> Prepare the environment...
  54. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents):
  55. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  56.  
  57. audited 641 packages in 9.875s
  58.  
  59. 24 packages are looking for funding
  60.   run `npm fund` for details
  61.  
  62. found 0 vulnerabilities
  63.  
  64.  
  65. > brave@1.15.75 init /home/kido/trash/source/brave/src/brave-browser
  66. > node ./scripts/init.js
  67.  
  68. Performing initial checkout of brave-core
  69. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  70. /home/kido/trash/source/brave/src/brave-browser/src/brave
  71. > npm install
  72. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  73. /home/kido/trash/source/brave/src/brave-browser/src/brave
  74. > npm run sync -- --init
  75.  
  76. > brave-core@1.15.75 sync /home/kido/trash/source/brave/src/brave-browser/src/brave
  77. > node ./build/commands/scripts/sync.js "--init"
  78.  
  79. Recursing through GRD to find GRDP files...
  80. Done recursing through GRD to find GRDP files.
  81. Brave Browser Sync starting
  82. Fixup Depot Tools...
  83. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  84. /home/kido/trash/source/brave/src/brave-browser/src/brave
  85. > git -C /home/kido/trash/source/brave/src/brave-browser/src/brave/vendor/depot_tools clean -fxd
  86. Removing .cipd_bin/
  87. Removing .cipd_client
  88. Removing .cipd_client_cache/
  89. Removing .versions/
  90. Removing bootstrap-3.8.0.chromium.8_bin/
  91. Removing external_bin/
  92. Removing metrics.cfg
  93. Removing python3_bin_reldir.txt
  94. Removing python_bin_reldir.txt
  95. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  96. /home/kido/trash/source/brave/src/brave-browser/src/brave
  97. > git -C /home/kido/trash/source/brave/src/brave-browser/src/brave/vendor/depot_tools reset --hard HEAD
  98. HEAD is now at 958dc626 Fix goma regex detection and add optional nice launching
  99. Done Depot Tools...
  100. Stashing any local changes
  101. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  102. /home/kido/trash/source/brave/src/brave-browser/src/brave
  103. > git stash
  104. Resetting brave core to "v1.15.75"...
  105. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  106. /home/kido/trash/source/brave/src/brave-browser/src/brave
  107. > git reset --hard HEAD
  108. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  109. /home/kido/trash/source/brave/src/brave-browser/src/brave
  110. > git checkout v1.15.75
  111. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  112. /home/kido/trash/source/brave/src/brave-browser/src/brave
  113. > git rev-parse HEAD
  114. ...brave core is now at commit ID b2e2863a9b45cdc4909b0eebb1ea11334228aa1e
  115. Running gclient sync...
  116. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  117. /home/kido/trash/source/brave/src/brave-browser
  118. > gclient sync --reset --nohooks --revision src/brave@v1.15.75 --revision src@refs/tags/86.0.4240.99 --force --with_tags --with_branch_heads --upstream
  119. WARNING: Your metrics.cfg file was invalid or nonexistent. A new one will be created.
  120. Syncing projects: 100% (139/139), done.                                                                                                  
  121. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  122. /home/kido/trash/source/brave/src/brave-browser/src/brave
  123. > git log -n 1 --pretty=format:%h%d
  124. Brave Core is now at b2e2863a9b (HEAD, tag: v1.15.75, origin/1.15.x)
  125. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  126. /home/kido/trash/source/brave/src/brave-browser/src
  127. > git log -n 1 --pretty=format:%h%d
  128. Chromium is now at f7dae162d9b3 (HEAD, tag: 86.0.4240.99)
  129. ...gclient sync done
  130. Applying patches...
  131.  
  132. Getting patch data..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
  133. Resetting...done.
  134. Applying patches:...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................All patch apply done.
  135. There were 475 Chromium code patch updates to apply.
  136. 475 successful patches:
  137. android_webview/browser/aw_permission_manager.cc
  138.   - Patch applied because: The target file was modified since the patch was last applied.
  139. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  140. base/BUILD.gn
  141.   - Patch applied because: The target file was modified since the patch was last applied.
  142. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  143. base/win/embedded_i18n/create_string_rc.py
  144.   - Patch applied because: The target file was modified since the patch was last applied.
  145. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  146. base/win/embedded_i18n/generate_embedded_i18n.gni
  147.   - Patch applied because: The target file was modified since the patch was last applied.
  148. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  149. build/android/gyp/util/resource_utils.py
  150.   - Patch applied because: The target file was modified since the patch was last applied.
  151. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  152. build/config/BUILDCONFIG.gn
  153.   - Patch applied because: The target file was modified since the patch was last applied.
  154. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  155. build/config/android/BUILD.gn
  156.   - Patch applied because: The target file was modified since the patch was last applied.
  157. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  158. build/config/android/config.gni
  159.   - Patch applied because: The target file was modified since the patch was last applied.
  160. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  161. build/config/android/internal_rules.gni
  162.   - Patch applied because: The target file was modified since the patch was last applied.
  163. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  164. build/config/android/rules.gni
  165.   - Patch applied because: The target file was modified since the patch was last applied.
  166. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  167. build/config/chrome_build.gni
  168.   - Patch applied because: The target file was modified since the patch was last applied.
  169. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  170. build/config/compiler/BUILD.gn
  171.   - Patch applied because: The target file was modified since the patch was last applied.
  172. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  173. build/toolchain/win/setup_toolchain.py
  174.   - Patch applied because: The target file was modified since the patch was last applied.
  175. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  176. build/util/android_chrome_version.py
  177.   - Patch applied because: The target file was modified since the patch was last applied.
  178. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  179. chrome/BUILD.gn
  180.   - Patch applied because: The target file was modified since the patch was last applied.
  181. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  182. chrome/VERSION
  183.   - Patch applied because: The target file was modified since the patch was last applied.
  184. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  185. chrome/android/BUILD.gn
  186.   - Patch applied because: The target file was modified since the patch was last applied.
  187. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  188. chrome/android/chrome_java_sources.gni
  189.   - Patch applied because: The target file was modified since the patch was last applied.
  190. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  191. chrome/android/chrome_public_apk_tmpl.gni
  192.   - Patch applied because: The target file was modified since the patch was last applied.
  193. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  194. chrome/android/java/AndroidManifest.xml
  195.   - Patch applied because: The target file was modified since the patch was last applied.
  196. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  197. chrome/android/java/res/layout/bottom_toolbar_browsing.xml
  198.   - Patch applied because: The target file was modified since the patch was last applied.
  199. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  200. chrome/android/java/res/layout/custom_tabs_toolbar.xml
  201.   - Patch applied because: The target file was modified since the patch was last applied.
  202. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  203. chrome/android/java/res/layout/toolbar_phone.xml
  204.   - Patch applied because: The target file was modified since the patch was last applied.
  205. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  206. chrome/android/java/res/layout/toolbar_tablet.xml
  207.   - Patch applied because: The target file was modified since the patch was last applied.
  208. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  209. chrome/android/java/res/menu/save_password_preferences_action_bar_menu.xml
  210.   - Patch applied because: The target file was modified since the patch was last applied.
  211. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  212. chrome/android/java/src/org/chromium/chrome/browser/AppHooks.java
  213.   - Patch applied because: The target file was modified since the patch was last applied.
  214. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  215. chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java
  216.   - Patch applied because: The target file was modified since the patch was last applied.
  217. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  218. chrome/android/java/src/org/chromium/chrome/browser/TabbedModeTabDelegateFactory.java
  219.   - Patch applied because: The target file was modified since the patch was last applied.
  220. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  221. chrome/android/java/src/org/chromium/chrome/browser/about_settings/AboutChromeSettings.java
  222.   - Patch applied because: The target file was modified since the patch was last applied.
  223. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  224. chrome/android/java/src/org/chromium/chrome/browser/about_settings/LegalInformationSettings.java
  225.   - Patch applied because: The target file was modified since the patch was last applied.
  226. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  227. chrome/android/java/src/org/chromium/chrome/browser/accessibility/settings/AccessibilitySettings.java
  228.   - Patch applied because: The target file was modified since the patch was last applied.
  229. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  230. chrome/android/java/src/org/chromium/chrome/browser/app/ChromeActivity.java
  231.   - Patch applied because: The target file was modified since the patch was last applied.
  232. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  233. chrome/android/java/src/org/chromium/chrome/browser/autofill/settings/AndroidPaymentAppsFragment.java
  234.   - Patch applied because: The target file was modified since the patch was last applied.
  235. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  236. chrome/android/java/src/org/chromium/chrome/browser/autofill/settings/AutofillPaymentMethodsFragment.java
  237.   - Patch applied because: The target file was modified since the patch was last applied.
  238. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  239. chrome/android/java/src/org/chromium/chrome/browser/autofill/settings/AutofillProfilesFragment.java
  240.   - Patch applied because: The target file was modified since the patch was last applied.
  241. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  242. chrome/android/java/src/org/chromium/chrome/browser/autofill/settings/AutofillServerProfileFragment.java
  243.   - Patch applied because: The target file was modified since the patch was last applied.
  244. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  245. chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchPreferenceFragment.java
  246.   - Patch applied because: The target file was modified since the patch was last applied.
  247. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  248. chrome/android/java/src/org/chromium/chrome/browser/datareduction/settings/DataReductionPreferenceFragment.java
  249.   - Patch applied because: The target file was modified since the patch was last applied.
  250. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  251. chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java
  252.   - Patch applied because: The target file was modified since the patch was last applied.
  253. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  254. chrome/android/java/src/org/chromium/chrome/browser/homepage/settings/HomepageSettings.java
  255.   - Patch applied because: The target file was modified since the patch was last applied.
  256. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  257. chrome/android/java/src/org/chromium/chrome/browser/language/settings/LanguageSettings.java
  258.   - Patch applied because: The target file was modified since the patch was last applied.
  259. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  260. chrome/android/java/src/org/chromium/chrome/browser/native_page/NativePageFactory.java
  261.   - Patch applied because: The target file was modified since the patch was last applied.
  262. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  263. chrome/android/java/src/org/chromium/chrome/browser/night_mode/settings/ThemeSettingsFragment.java
  264.   - Patch applied because: The target file was modified since the patch was last applied.
  265. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  266. chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationPlatformBridge.java
  267.   - Patch applied because: The target file was modified since the patch was last applied.
  268. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  269. chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationService.java
  270.   - Patch applied because: The target file was modified since the patch was last applied.
  271. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  272. chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationWrapperBuilderFactory.java
  273.   - Patch applied because: The target file was modified since the patch was last applied.
  274. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  275. chrome/android/java/src/org/chromium/chrome/browser/notifications/channels/ChannelsUpdater.java
  276.   - Patch applied because: The target file was modified since the patch was last applied.
  277. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  278. chrome/android/java/src/org/chromium/chrome/browser/notifications/channels/ChromeChannelDefinitions.java
  279.   - Patch applied because: The target file was modified since the patch was last applied.
  280. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  281. chrome/android/java/src/org/chromium/chrome/browser/notifications/settings/NotificationSettings.java
  282.   - Patch applied because: The target file was modified since the patch was last applied.
  283. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  284. chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageLayout.java
  285.   - Patch applied because: The target file was modified since the patch was last applied.
  286. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  287. chrome/android/java/src/org/chromium/chrome/browser/omnibox/suggestions/DropdownItemViewInfoListBuilder.java
  288.   - Patch applied because: The target file was modified since the patch was last applied.
  289. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  290. chrome/android/java/src/org/chromium/chrome/browser/password_manager/settings/PasswordSettings.java
  291.   - Patch applied because: The target file was modified since the patch was last applied.
  292. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  293. chrome/android/java/src/org/chromium/chrome/browser/privacy/settings/DoNotTrackSettings.java
  294.   - Patch applied because: The target file was modified since the patch was last applied.
  295. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  296. chrome/android/java/src/org/chromium/chrome/browser/privacy/settings/PrivacySettings.java
  297.   - Patch applied because: The target file was modified since the patch was last applied.
  298. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  299. chrome/android/java/src/org/chromium/chrome/browser/settings/MainSettings.java
  300.   - Patch applied because: The target file was modified since the patch was last applied.
  301. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  302. chrome/android/java/src/org/chromium/chrome/browser/suggestions/tile/SuggestionsTileView.java
  303.   - Patch applied because: The target file was modified since the patch was last applied.
  304. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  305. chrome/android/java/src/org/chromium/chrome/browser/sync/AndroidSyncSettings.java
  306.   - Patch applied because: The target file was modified since the patch was last applied.
  307. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  308. chrome/android/java/src/org/chromium/chrome/browser/sync/settings/AccountManagementFragment.java
  309.   - Patch applied because: The target file was modified since the patch was last applied.
  310. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  311. chrome/android/java/src/org/chromium/chrome/browser/sync/settings/ManageSyncSettings.java
  312.   - Patch applied because: The target file was modified since the patch was last applied.
  313. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  314. chrome/android/java/src/org/chromium/chrome/browser/sync/settings/SyncAndServicesSettings.java
  315.   - Patch applied because: The target file was modified since the patch was last applied.
  316. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  317. chrome/android/java/src/org/chromium/chrome/browser/toolbar/ToolbarColors.java
  318.   - Patch applied because: The target file was modified since the patch was last applied.
  319. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  320. chrome/android/java/src/org/chromium/chrome/browser/toolbar/ToolbarManager.java
  321.   - Patch applied because: The target file was modified since the patch was last applied.
  322. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  323. chrome/android/java/src/org/chromium/chrome/browser/toolbar/bottom/BottomControlsCoordinator.java
  324.   - Patch applied because: The target file was modified since the patch was last applied.
  325. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  326. chrome/android/java/src/org/chromium/chrome/browser/toolbar/bottom/BottomToolbarConfiguration.java
  327.   - Patch applied because: The target file was modified since the patch was last applied.
  328. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  329. chrome/android/java/src/org/chromium/chrome/browser/toolbar/bottom/BottomToolbarCoordinator.java
  330.   - Patch applied because: The target file was modified since the patch was last applied.
  331. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  332. chrome/android/java/src/org/chromium/chrome/browser/toolbar/bottom/BottomToolbarVariationManager.java
  333.   - Patch applied because: The target file was modified since the patch was last applied.
  334. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  335. chrome/android/java/src/org/chromium/chrome/browser/toolbar/menu_button/MenuButtonCoordinator.java
  336.   - Patch applied because: The target file was modified since the patch was last applied.
  337. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  338. chrome/android/java/src/org/chromium/chrome/browser/toolbar/top/CustomTabToolbar.java
  339.   - Patch applied because: The target file was modified since the patch was last applied.
  340. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  341. chrome/android/java/src/org/chromium/chrome/browser/toolbar/top/TabSwitcherModeTTPhone.java
  342.   - Patch applied because: The target file was modified since the patch was last applied.
  343. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  344. chrome/android/java/src/org/chromium/chrome/browser/toolbar/top/ToolbarPhone.java
  345.   - Patch applied because: The target file was modified since the patch was last applied.
  346. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  347. chrome/android/java/src/org/chromium/chrome/browser/toolbar/top/ToolbarTablet.java
  348.   - Patch applied because: The target file was modified since the patch was last applied.
  349. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  350. chrome/android/java/src/org/chromium/chrome/browser/tracing/settings/DeveloperSettings.java
  351.   - Patch applied because: The target file was modified since the patch was last applied.
  352. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  353. chrome/android/java/src/org/chromium/chrome/browser/tracing/settings/TracingCategoriesSettings.java
  354.   - Patch applied because: The target file was modified since the patch was last applied.
  355. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  356. chrome/android/java/src/org/chromium/chrome/browser/tracing/settings/TracingSettings.java
  357.   - Patch applied because: The target file was modified since the patch was last applied.
  358. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  359. chrome/android/java_sources.gni
  360.   - Patch applied because: The target file was modified since the patch was last applied.
  361. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  362. chrome/app/BUILD.gn
  363.   - Patch applied because: The target file was modified since the patch was last applied.
  364. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  365. chrome/app/chrome_crash_reporter_client.cc
  366.   - Patch applied because: The target file was modified since the patch was last applied.
  367. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  368. chrome/app/chrome_dll.rc
  369.   - Patch applied because: The target file was modified since the patch was last applied.
  370. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  371. chrome/app/theme/BUILD.gn
  372.   - Patch applied because: The target file was modified since the patch was last applied.
  373. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  374. chrome/browser/BUILD.gn
  375.   - Patch applied because: The target file was modified since the patch was last applied.
  376. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  377. chrome/browser/about_flags.cc
  378.   - Patch applied because: The target file was modified since the patch was last applied.
  379. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  380. chrome/browser/android/browsing_data/browsing_data_bridge.cc
  381.   - Patch applied because: The target file was modified since the patch was last applied.
  382. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  383. chrome/browser/browser_process_impl.h
  384.   - Patch applied because: The target file was modified since the patch was last applied.
  385. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  386. chrome/browser/browsing_data/chrome_browsing_data_remover_delegate_factory.cc
  387.   - Patch applied because: The target file was modified since the patch was last applied.
  388. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  389. chrome/browser/chrome_content_browser_client.h
  390.   - Patch applied because: The target file was modified since the patch was last applied.
  391. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  392. chrome/browser/content_settings/content_settings_manager_delegate.h
  393.   - Patch applied because: The target file was modified since the patch was last applied.
  394. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  395. chrome/browser/content_settings/host_content_settings_map_factory.cc
  396.   - Patch applied because: The target file was modified since the patch was last applied.
  397. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  398. chrome/browser/devtools/devtools_ui_bindings.h
  399.   - Patch applied because: The target file was modified since the patch was last applied.
  400. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  401. chrome/browser/download/download_item_model.h
  402.   - Patch applied because: The target file was modified since the patch was last applied.
  403. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  404. chrome/browser/extensions/BUILD.gn
  405.   - Patch applied because: The target file was modified since the patch was last applied.
  406. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  407. chrome/browser/extensions/api/settings_private/prefs_util.h
  408.   - Patch applied because: The target file was modified since the patch was last applied.
  409. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  410. chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api.cc
  411.   - Patch applied because: The target file was modified since the patch was last applied.
  412. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  413. chrome/browser/extensions/chrome_component_extension_resource_manager.cc
  414.   - Patch applied because: The target file was modified since the patch was last applied.
  415. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  416. chrome/browser/extensions/component_loader.h
  417.   - Patch applied because: The target file was modified since the patch was last applied.
  418. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  419. chrome/browser/extensions/extension_management.cc
  420.   - Patch applied because: The target file was modified since the patch was last applied.
  421. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  422. chrome/browser/extensions/extension_management.h
  423.   - Patch applied because: The target file was modified since the patch was last applied.
  424. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  425. chrome/browser/extensions/extension_service.h
  426.   - Patch applied because: The target file was modified since the patch was last applied.
  427. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  428. chrome/browser/extensions/extension_tab_util.cc
  429.   - Patch applied because: The target file was modified since the patch was last applied.
  430. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  431. chrome/browser/extensions/updater/chrome_update_client_config.h
  432.   - Patch applied because: The target file was modified since the patch was last applied.
  433. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  434. chrome/browser/external_protocol/external_protocol_handler.cc
  435.   - Patch applied because: The target file was modified since the patch was last applied.
  436. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  437. chrome/browser/first_run/upgrade_util_win.cc
  438.   - Patch applied because: The target file was modified since the patch was last applied.
  439. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  440. chrome/browser/flags/android/chrome_feature_list.cc
  441.   - Patch applied because: The target file was modified since the patch was last applied.
  442. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  443. chrome/browser/global_keyboard_shortcuts_mac.mm
  444.   - Patch applied because: The target file was modified since the patch was last applied.
  445. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  446. chrome/browser/importer/external_process_importer_client.h
  447.   - Patch applied because: The target file was modified since the patch was last applied.
  448. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  449. chrome/browser/importer/external_process_importer_host.h
  450.   - Patch applied because: The target file was modified since the patch was last applied.
  451. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  452. chrome/browser/importer/importer_list.cc
  453.   - Patch applied because: The target file was modified since the patch was last applied.
  454. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  455. chrome/browser/importer/importer_uma.cc
  456.   - Patch applied because: The target file was modified since the patch was last applied.
  457. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  458. chrome/browser/importer/in_process_importer_bridge.cc
  459.   - Patch applied because: The target file was modified since the patch was last applied.
  460. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  461. chrome/browser/importer/in_process_importer_bridge.h
  462.   - Patch applied because: The target file was modified since the patch was last applied.
  463. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  464. chrome/browser/importer/profile_writer.h
  465.   - Patch applied because: The target file was modified since the patch was last applied.
  466. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  467. chrome/browser/media/webrtc/webrtc_event_log_uploader.cc
  468.   - Patch applied because: The target file was modified since the patch was last applied.
  469. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  470. chrome/browser/media/webrtc/webrtc_log_uploader.cc
  471.   - Patch applied because: The target file was modified since the patch was last applied.
  472. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  473. chrome/browser/metrics/chrome_metrics_services_manager_client.cc
  474.   - Patch applied because: The target file was modified since the patch was last applied.
  475. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  476. chrome/browser/net/net_error_tab_helper.cc
  477.   - Patch applied because: The target file was modified since the patch was last applied.
  478. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  479. chrome/browser/net/proxy_config_monitor.cc
  480.   - Patch applied because: The target file was modified since the patch was last applied.
  481. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  482. chrome/browser/net/proxy_config_monitor.h
  483.   - Patch applied because: The target file was modified since the patch was last applied.
  484. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  485. chrome/browser/net/system_network_context_manager.cc
  486.   - Patch applied because: The target file was modified since the patch was last applied.
  487. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  488. chrome/browser/notifications/notification_display_service_impl.cc
  489.   - Patch applied because: The target file was modified since the patch was last applied.
  490. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  491. chrome/browser/notifications/notification_platform_bridge_android.h
  492.   - Patch applied because: The target file was modified since the patch was last applied.
  493. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  494. chrome/browser/notifications/notification_platform_bridge_mac.mm
  495.   - Patch applied because: The target file was modified since the patch was last applied.
  496. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  497. chrome/browser/plugins/chrome_plugin_service_filter.cc
  498.   - Patch applied because: The target file was modified since the patch was last applied.
  499. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  500. chrome/browser/plugins/plugins_resource_service.cc
  501.   - Patch applied because: The target file was modified since the patch was last applied.
  502. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  503. chrome/browser/prefs/browser_prefs.cc
  504.   - Patch applied because: The target file was modified since the patch was last applied.
  505. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  506. chrome/browser/profile_resetter/brandcode_config_fetcher.cc
  507.   - Patch applied because: The target file was modified since the patch was last applied.
  508. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  509. chrome/browser/profile_resetter/reset_report_uploader.cc
  510.   - Patch applied because: The target file was modified since the patch was last applied.
  511. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  512. chrome/browser/profiles/bookmark_model_loaded_observer.h
  513.   - Patch applied because: The target file was modified since the patch was last applied.
  514. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  515. chrome/browser/profiles/profile.cc
  516.   - Patch applied because: The target file was modified since the patch was last applied.
  517. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  518. chrome/browser/profiles/profile_avatar_icon_util.cc
  519.   - Patch applied because: The target file was modified since the patch was last applied.
  520. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  521. chrome/browser/profiles/profile_impl.cc
  522.   - Patch applied because: The target file was modified since the patch was last applied.
  523. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  524. chrome/browser/profiles/profile_impl.h
  525.   - Patch applied because: The target file was modified since the patch was last applied.
  526. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  527. chrome/browser/profiles/profile_io_data.cc
  528.   - Patch applied because: The target file was modified since the patch was last applied.
  529. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  530. chrome/browser/profiles/profile_manager.h
  531.   - Patch applied because: The target file was modified since the patch was last applied.
  532. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  533. chrome/browser/profiles/profile_shortcut_manager_win.cc
  534.   - Patch applied because: The target file was modified since the patch was last applied.
  535. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  536. chrome/browser/profiles/profile_window.h
  537.   - Patch applied because: The target file was modified since the patch was last applied.
  538. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  539. chrome/browser/profiles/renderer_updater.cc
  540.   - Patch applied because: The target file was modified since the patch was last applied.
  541. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  542. chrome/browser/renderer_context_menu/render_view_context_menu.cc
  543.   - Patch applied because: The target file was modified since the patch was last applied.
  544. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  545. chrome/browser/renderer_context_menu/render_view_context_menu.h
  546.   - Patch applied because: The target file was modified since the patch was last applied.
  547. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  548. chrome/browser/renderer_context_menu/spelling_options_submenu_observer.h
  549.   - Patch applied because: The target file was modified since the patch was last applied.
  550. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  551. chrome/browser/resources/bookmarks/api_listener.js
  552.   - Patch applied because: The target file was modified since the patch was last applied.
  553. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  554. chrome/browser/resources/bookmarks/bookmarks.html
  555.   - Patch applied because: The target file was modified since the patch was last applied.
  556. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  557. chrome/browser/resources/bookmarks/command_manager.js
  558.   - Patch applied because: The target file was modified since the patch was last applied.
  559. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  560. chrome/browser/resources/bookmarks/reducers.js
  561.   - Patch applied because: The target file was modified since the patch was last applied.
  562. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  563. chrome/browser/resources/bookmarks/toolbar.js
  564.   - Patch applied because: The target file was modified since the patch was last applied.
  565. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  566. chrome/browser/resources/downloads/downloads.html
  567.   - Patch applied because: The target file was modified since the patch was last applied.
  568. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  569. chrome/browser/resources/downloads/manager.html
  570.   - Patch applied because: The target file was modified since the patch was last applied.
  571. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  572. chrome/browser/resources/downloads/toolbar.js
  573.   - Patch applied because: The target file was modified since the patch was last applied.
  574. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  575. chrome/browser/resources/extensions/BUILD.gn
  576.   - Patch applied because: The target file was modified since the patch was last applied.
  577. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  578. chrome/browser/resources/extensions/extensions.html
  579.   - Patch applied because: The target file was modified since the patch was last applied.
  580. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  581. chrome/browser/resources/extensions/item_list.html
  582.   - Patch applied because: The target file was modified since the patch was last applied.
  583. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  584. chrome/browser/resources/extensions/item_list.js
  585.   - Patch applied because: The target file was modified since the patch was last applied.
  586. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  587. chrome/browser/resources/extensions/manager.js
  588.   - Patch applied because: The target file was modified since the patch was last applied.
  589. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  590. chrome/browser/resources/extensions/sidebar.html
  591.   - Patch applied because: The target file was modified since the patch was last applied.
  592. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  593. chrome/browser/resources/extensions/toolbar.js
  594.   - Patch applied because: The target file was modified since the patch was last applied.
  595. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  596. chrome/browser/resources/history/app.html
  597.   - Patch applied because: The target file was modified since the patch was last applied.
  598. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  599. chrome/browser/resources/history/history.html
  600.   - Patch applied because: The target file was modified since the patch was last applied.
  601. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  602. chrome/browser/resources/history/history_item.html
  603.   - Patch applied because: The target file was modified since the patch was last applied.
  604. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  605. chrome/browser/resources/history/history_item.js
  606.   - Patch applied because: The target file was modified since the patch was last applied.
  607. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  608. chrome/browser/resources/history/history_toolbar.js
  609.   - Patch applied because: The target file was modified since the patch was last applied.
  610. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  611. chrome/browser/resources/history/shared_style.html
  612.   - Patch applied because: The target file was modified since the patch was last applied.
  613. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  614. chrome/browser/resources/history/side_bar.html
  615.   - Patch applied because: The target file was modified since the patch was last applied.
  616. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  617. chrome/browser/resources/local_discovery/local_discovery.html
  618.   - Patch applied because: The target file was modified since the patch was last applied.
  619. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  620. chrome/browser/resources/local_discovery/local_discovery.js
  621.   - Patch applied because: The target file was modified since the patch was last applied.
  622. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  623. chrome/browser/resources/optimize_webui.gni
  624.   - Patch applied because: The target file was modified since the patch was last applied.
  625. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  626. chrome/browser/resources/optimize_webui.py
  627.   - Patch applied because: The target file was modified since the patch was last applied.
  628. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  629. chrome/browser/resources/pdf/manifest.json
  630.   - Patch applied because: The target file was modified since the patch was last applied.
  631. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  632. chrome/browser/resources/settings/BUILD.gn
  633.   - Patch applied because: The target file was modified since the patch was last applied.
  634. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  635. chrome/browser/resources/settings/about_page/about_page.html
  636.   - Patch applied because: The target file was modified since the patch was last applied.
  637. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  638. chrome/browser/resources/settings/about_page/about_page.js
  639.   - Patch applied because: The target file was modified since the patch was last applied.
  640. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  641. chrome/browser/resources/settings/autofill_page/passwords_section.html
  642.   - Patch applied because: The target file was modified since the patch was last applied.
  643. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  644. chrome/browser/resources/settings/lifetime_browser_proxy.js
  645.   - Patch applied because: The target file was modified since the patch was last applied.
  646. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  647. chrome/browser/resources/settings/people_page/sync_controls.js
  648.   - Patch applied because: The target file was modified since the patch was last applied.
  649. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  650. chrome/browser/resources/settings/privacy_page/personalization_options.html
  651.   - Patch applied because: The target file was modified since the patch was last applied.
  652. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  653. chrome/browser/resources/settings/privacy_page/personalization_options.js
  654.   - Patch applied because: The target file was modified since the patch was last applied.
  655. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  656. chrome/browser/resources/settings/privacy_page/privacy_page.html
  657.   - Patch applied because: The target file was modified since the patch was last applied.
  658. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  659. chrome/browser/resources/settings/privacy_page/privacy_page.js
  660.   - Patch applied because: The target file was modified since the patch was last applied.
  661. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  662. chrome/browser/resources/settings/privacy_page/privacy_page_browser_proxy.js
  663.   - Patch applied because: The target file was modified since the patch was last applied.
  664. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  665. chrome/browser/resources/settings/route.js
  666.   - Patch applied because: The target file was modified since the patch was last applied.
  667. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  668. chrome/browser/resources/settings/settings.js
  669.   - Patch applied because: The target file was modified since the patch was last applied.
  670. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  671. chrome/browser/resources/settings/settings_ui/settings_ui.js
  672.   - Patch applied because: The target file was modified since the patch was last applied.
  673. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  674. chrome/browser/resources/settings/settings_v3.html
  675.   - Patch applied because: The target file was modified since the patch was last applied.
  676. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  677. chrome/browser/resources/settings/site_settings/category_default_setting.js
  678.   - Patch applied because: The target file was modified since the patch was last applied.
  679. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  680. chrome/browser/resources/settings/site_settings/constants.js
  681.   - Patch applied because: The target file was modified since the patch was last applied.
  682. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  683. chrome/browser/resources/settings/site_settings/site_details.html
  684.   - Patch applied because: The target file was modified since the patch was last applied.
  685. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  686. chrome/browser/resources/tools/rollup_plugin.js
  687.   - Patch applied because: The target file was modified since the patch was last applied.
  688. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  689. chrome/browser/resources_util.cc
  690.   - Patch applied because: The target file was modified since the patch was last applied.
  691. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  692. chrome/browser/safe_browsing/client_side_model_loader.cc
  693.   - Patch applied because: The target file was modified since the patch was last applied.
  694. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  695. chrome/browser/search_engines/template_url_service_factory.cc
  696.   - Patch applied because: The target file was modified since the patch was last applied.
  697. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  698. chrome/browser/shell_integration_linux.cc
  699.   - Patch applied because: The target file was modified since the patch was last applied.
  700. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  701. chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
  702.   - Patch applied because: The target file was modified since the patch was last applied.
  703. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  704. chrome/browser/supervised_user/supervised_user_settings_service_factory.cc
  705.   - Patch applied because: The target file was modified since the patch was last applied.
  706. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  707. chrome/browser/sync/profile_sync_service_factory.cc
  708.   - Patch applied because: The target file was modified since the patch was last applied.
  709. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  710. chrome/browser/themes/theme_helper.h
  711.   - Patch applied because: The target file was modified since the patch was last applied.
  712. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  713. chrome/browser/themes/theme_helper_win.h
  714.   - Patch applied because: The target file was modified since the patch was last applied.
  715. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  716. chrome/browser/themes/theme_service_factory.cc
  717.   - Patch applied because: The target file was modified since the patch was last applied.
  718. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  719. chrome/browser/tracing/crash_service_uploader.cc
  720.   - Patch applied because: The target file was modified since the patch was last applied.
  721. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  722. chrome/browser/ui/BUILD.gn
  723.   - Patch applied because: The target file was modified since the patch was last applied.
  724. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  725. chrome/browser/ui/autofill/payments/save_card_bubble_controller_impl.cc
  726.   - Patch applied because: The target file was modified since the patch was last applied.
  727. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  728. chrome/browser/ui/browser.h
  729.   - Patch applied because: The target file was modified since the patch was last applied.
  730. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  731. chrome/browser/ui/browser_navigator.cc
  732.   - Patch applied because: The target file was modified since the patch was last applied.
  733. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  734. chrome/browser/ui/chrome_pages.cc
  735.   - Patch applied because: The target file was modified since the patch was last applied.
  736. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  737. chrome/browser/ui/cocoa/accelerators_cocoa.mm
  738.   - Patch applied because: The target file was modified since the patch was last applied.
  739. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  740. chrome/browser/ui/cocoa/main_menu_builder.mm
  741.   - Patch applied because: The target file was modified since the patch was last applied.
  742. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  743. chrome/browser/ui/content_settings/content_setting_image_model.cc
  744.   - Patch applied because: The target file was modified since the patch was last applied.
  745. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  746. chrome/browser/ui/extensions/extension_action_view_controller.cc
  747.   - Patch applied because: The target file was modified since the patch was last applied.
  748. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  749. chrome/browser/ui/extensions/extension_action_view_controller.h
  750.   - Patch applied because: The target file was modified since the patch was last applied.
  751. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  752. chrome/browser/ui/extensions/icon_with_badge_image_source.cc
  753.   - Patch applied because: The target file was modified since the patch was last applied.
  754. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  755. chrome/browser/ui/extensions/icon_with_badge_image_source.h
  756.   - Patch applied because: The target file was modified since the patch was last applied.
  757. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  758. chrome/browser/ui/startup/startup_browser_creator_impl.cc
  759.   - Patch applied because: The target file was modified since the patch was last applied.
  760. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  761. chrome/browser/ui/startup/startup_tab_provider.cc
  762.   - Patch applied because: The target file was modified since the patch was last applied.
  763. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  764. chrome/browser/ui/tab_helpers.cc
  765.   - Patch applied because: The target file was modified since the patch was last applied.
  766. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  767. chrome/browser/ui/tabs/tab_style.cc
  768.   - Patch applied because: The target file was modified since the patch was last applied.
  769. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  770. chrome/browser/ui/toolbar/chrome_location_bar_model_delegate.h
  771.   - Patch applied because: The target file was modified since the patch was last applied.
  772. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  773. chrome/browser/ui/toolbar/toolbar_actions_model.h
  774.   - Patch applied because: The target file was modified since the patch was last applied.
  775. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  776. chrome/browser/ui/toolbar/toolbar_actions_model_factory.cc
  777.   - Patch applied because: The target file was modified since the patch was last applied.
  778. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  779. chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
  780.   - Patch applied because: The target file was modified since the patch was last applied.
  781. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  782. chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
  783.   - Patch applied because: The target file was modified since the patch was last applied.
  784. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  785. chrome/browser/ui/views/download/download_item_view.h
  786.   - Patch applied because: The target file was modified since the patch was last applied.
  787. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  788. chrome/browser/ui/views/extensions/extension_popup.cc
  789.   - Patch applied because: The target file was modified since the patch was last applied.
  790. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  791. chrome/browser/ui/views/location_bar/location_bar_view.cc
  792.   - Patch applied because: The target file was modified since the patch was last applied.
  793. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  794. chrome/browser/ui/views/location_bar/location_bar_view.h
  795.   - Patch applied because: The target file was modified since the patch was last applied.
  796. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  797. chrome/browser/ui/views/outdated_upgrade_bubble_view.cc
  798.   - Patch applied because: The target file was modified since the patch was last applied.
  799. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  800. chrome/browser/ui/views/permission_bubble/permission_prompt_bubble_view.cc
  801.   - Patch applied because: The target file was modified since the patch was last applied.
  802. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  803. chrome/browser/ui/views/profiles/avatar_toolbar_button.cc
  804.   - Patch applied because: The target file was modified since the patch was last applied.
  805. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  806. chrome/browser/ui/views/profiles/avatar_toolbar_button.h
  807.   - Patch applied because: The target file was modified since the patch was last applied.
  808. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  809. chrome/browser/ui/views/profiles/incognito_menu_view.h
  810.   - Patch applied because: The target file was modified since the patch was last applied.
  811. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  812. chrome/browser/ui/views/profiles/profile_menu_view.h
  813.   - Patch applied because: The target file was modified since the patch was last applied.
  814. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  815. chrome/browser/ui/views/profiles/profile_menu_view_base.h
  816.   - Patch applied because: The target file was modified since the patch was last applied.
  817. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  818. chrome/browser/ui/views/tabs/alert_indicator.h
  819.   - Patch applied because: The target file was modified since the patch was last applied.
  820. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  821. chrome/browser/ui/views/tabs/new_tab_button.h
  822.   - Patch applied because: The target file was modified since the patch was last applied.
  823. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  824. chrome/browser/ui/views/tabs/tab_hover_card_bubble_view.h
  825.   - Patch applied because: The target file was modified since the patch was last applied.
  826. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  827. chrome/browser/ui/views/tabs/tab_icon.cc
  828.   - Patch applied because: The target file was modified since the patch was last applied.
  829. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  830. chrome/browser/ui/views/tabs/tab_style_views.cc
  831.   - Patch applied because: The target file was modified since the patch was last applied.
  832. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  833. chrome/browser/ui/views/toolbar/browser_actions_container.h
  834.   - Patch applied because: The target file was modified since the patch was last applied.
  835. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  836. chrome/browser/ui/views/toolbar/browser_app_menu_button.cc
  837.   - Patch applied because: The target file was modified since the patch was last applied.
  838. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  839. chrome/browser/ui/views/toolbar/toolbar_view.cc
  840.   - Patch applied because: The target file was modified since the patch was last applied.
  841. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  842. chrome/browser/ui/views/toolbar/toolbar_view.h
  843.   - Patch applied because: The target file was modified since the patch was last applied.
  844. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  845. chrome/browser/ui/views/translate/translate_bubble_view.cc
  846.   - Patch applied because: The target file was modified since the patch was last applied.
  847. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  848. chrome/browser/ui/views/translate/translate_bubble_view.h
  849.   - Patch applied because: The target file was modified since the patch was last applied.
  850. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  851. chrome/browser/ui/views/update_recommended_message_box.h
  852.   - Patch applied because: The target file was modified since the patch was last applied.
  853. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  854. chrome/browser/ui/webui/bookmarks/bookmarks_ui.cc
  855.   - Patch applied because: The target file was modified since the patch was last applied.
  856. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  857. chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
  858.   - Patch applied because: The target file was modified since the patch was last applied.
  859. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  860. chrome/browser/ui/webui/downloads/downloads_ui.cc
  861.   - Patch applied because: The target file was modified since the patch was last applied.
  862. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  863. chrome/browser/ui/webui/extensions/extensions_ui.cc
  864.   - Patch applied because: The target file was modified since the patch was last applied.
  865. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  866. chrome/browser/ui/webui/history/history_ui.cc
  867.   - Patch applied because: The target file was modified since the patch was last applied.
  868. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  869. chrome/browser/ui/webui/settings/import_data_handler.cc
  870.   - Patch applied because: The target file was modified since the patch was last applied.
  871. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  872. chrome/browser/ui/webui/settings/import_data_handler.h
  873.   - Patch applied because: The target file was modified since the patch was last applied.
  874. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  875. chrome/browser/ui/webui/settings/people_handler.cc
  876.   - Patch applied because: The target file was modified since the patch was last applied.
  877. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  878. chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc
  879.   - Patch applied because: The target file was modified since the patch was last applied.
  880. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  881. chrome/browser/ui/webui/settings/site_settings_helper.cc
  882.   - Patch applied because: The target file was modified since the patch was last applied.
  883. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  884. chrome/browser/ui/webui/theme_source.cc
  885.   - Patch applied because: The target file was modified since the patch was last applied.
  886. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  887. chrome/browser/upgrade_detector/upgrade_detector_impl.cc
  888.   - Patch applied because: The target file was modified since the patch was last applied.
  889. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  890. chrome/browser/web_applications/components/web_app_shortcut_mac.mm
  891.   - Patch applied because: The target file was modified since the patch was last applied.
  892. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  893. chrome/browser/webauthn/chrome_authenticator_request_delegate.cc
  894.   - Patch applied because: The target file was modified since the patch was last applied.
  895. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  896. chrome/chrome_proxy/chrome_proxy_main_win.cc
  897.   - Patch applied because: The target file was modified since the patch was last applied.
  898. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  899. chrome/chrome_repack_locales.gni
  900.   - Patch applied because: The target file was modified since the patch was last applied.
  901. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  902. chrome/common/BUILD.gn
  903.   - Patch applied because: The target file was modified since the patch was last applied.
  904. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  905. chrome/common/channel_info_win.cc
  906.   - Patch applied because: The target file was modified since the patch was last applied.
  907. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  908. chrome/common/chrome_content_client_constants.cc
  909.   - Patch applied because: The target file was modified since the patch was last applied.
  910. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  911. chrome/common/extensions/chrome_extensions_client.cc
  912.   - Patch applied because: The target file was modified since the patch was last applied.
  913. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  914. chrome/common/importer/importer_data_types.h
  915.   - Patch applied because: The target file was modified since the patch was last applied.
  916. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  917. chrome/common/importer/importer_type.h
  918.   - Patch applied because: The target file was modified since the patch was last applied.
  919. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  920. chrome/common/importer/mock_importer_bridge.h
  921.   - Patch applied because: The target file was modified since the patch was last applied.
  922. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  923. chrome/install_static/install_modes.cc
  924.   - Patch applied because: The target file was modified since the patch was last applied.
  925. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  926. chrome/install_static/install_util.cc
  927.   - Patch applied because: The target file was modified since the patch was last applied.
  928. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  929. chrome/installer/gcapi/gcapi.cc
  930.   - Patch applied because: The target file was modified since the patch was last applied.
  931. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  932. chrome/installer/gcapi/google_update_util.cc
  933.   - Patch applied because: The target file was modified since the patch was last applied.
  934. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  935. chrome/installer/launcher_support/chrome_launcher_support.cc
  936.   - Patch applied because: The target file was modified since the patch was last applied.
  937. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  938. chrome/installer/linux/BUILD.gn
  939.   - Patch applied because: The target file was modified since the patch was last applied.
  940. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  941. chrome/installer/linux/common/installer.include
  942.   - Patch applied because: The target file was modified since the patch was last applied.
  943. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  944. chrome/installer/linux/common/repo.cron
  945.   - Patch applied because: The target file was modified since the patch was last applied.
  946. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  947. chrome/installer/linux/common/rpmrepo.cron
  948.   - Patch applied because: The target file was modified since the patch was last applied.
  949. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  950. chrome/installer/linux/common/wrapper
  951.   - Patch applied because: The target file was modified since the patch was last applied.
  952. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  953. chrome/installer/linux/debian/build.sh
  954.   - Patch applied because: The target file was modified since the patch was last applied.
  955. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  956. chrome/installer/linux/debian/changelog.template
  957.   - Patch applied because: The target file was modified since the patch was last applied.
  958. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  959. chrome/installer/linux/debian/control.template
  960.   - Patch applied because: The target file was modified since the patch was last applied.
  961. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  962. chrome/installer/linux/debian/postinst
  963.   - Patch applied because: The target file was modified since the patch was last applied.
  964. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  965. chrome/installer/linux/debian/postrm
  966.   - Patch applied because: The target file was modified since the patch was last applied.
  967. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  968. chrome/installer/linux/debian/update_dist_package_versions.py
  969.   - Patch applied because: The target file was modified since the patch was last applied.
  970. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  971. chrome/installer/linux/rpm/build.sh
  972.   - Patch applied because: The target file was modified since the patch was last applied.
  973. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  974. chrome/installer/linux/rpm/chrome.spec.template
  975.   - Patch applied because: The target file was modified since the patch was last applied.
  976. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  977. chrome/installer/linux/rpm/update_package_provides.py
  978.   - Patch applied because: The target file was modified since the patch was last applied.
  979. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  980. chrome/installer/mac/BUILD.gn
  981.   - Patch applied because: The target file was modified since the patch was last applied.
  982. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  983. chrome/installer/mac/signing/config.py
  984.   - Patch applied because: The target file was modified since the patch was last applied.
  985. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  986. chrome/installer/mac/signing/config_factory.py
  987.   - Patch applied because: The target file was modified since the patch was last applied.
  988. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  989. chrome/installer/mac/signing/model.py
  990.   - Patch applied because: The target file was modified since the patch was last applied.
  991. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  992. chrome/installer/mac/signing/parts.py
  993.   - Patch applied because: The target file was modified since the patch was last applied.
  994. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  995. chrome/installer/mac/signing/pipeline.py
  996.   - Patch applied because: The target file was modified since the patch was last applied.
  997. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  998. chrome/installer/mac/signing/signing.py
  999.   - Patch applied because: The target file was modified since the patch was last applied.
  1000. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1001. chrome/installer/mini_installer/BUILD.gn
  1002.   - Patch applied because: The target file was modified since the patch was last applied.
  1003. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1004. chrome/installer/mini_installer/chrome.release
  1005.   - Patch applied because: The target file was modified since the patch was last applied.
  1006. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1007. chrome/installer/mini_installer/configuration.cc
  1008.   - Patch applied because: The target file was modified since the patch was last applied.
  1009. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1010. chrome/installer/mini_installer/mini_installer.cc
  1011.   - Patch applied because: The target file was modified since the patch was last applied.
  1012. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1013. chrome/installer/mini_installer/regkey.cc
  1014.   - Patch applied because: The target file was modified since the patch was last applied.
  1015. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1016. chrome/installer/util/BUILD.gn
  1017.   - Patch applied because: The target file was modified since the patch was last applied.
  1018. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1019. chrome/installer/util/google_update_constants.cc
  1020.   - Patch applied because: The target file was modified since the patch was last applied.
  1021. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1022. chrome/installer/util/google_update_settings.cc
  1023.   - Patch applied because: The target file was modified since the patch was last applied.
  1024. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1025. chrome/installer/util/prebuild/create_installer_string_rc.py
  1026.   - Patch applied because: The target file was modified since the patch was last applied.
  1027. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1028. chrome/installer/util/util_constants.cc
  1029.   - Patch applied because: The target file was modified since the patch was last applied.
  1030. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1031. chrome/renderer/BUILD.gn
  1032.   - Patch applied because: The target file was modified since the patch was last applied.
  1033. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1034. chrome/renderer/chrome_content_renderer_client.cc
  1035.   - Patch applied because: The target file was modified since the patch was last applied.
  1036. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1037. chrome/renderer/chrome_content_renderer_client.h
  1038.   - Patch applied because: The target file was modified since the patch was last applied.
  1039. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1040. chrome/test/BUILD.gn
  1041.   - Patch applied because: The target file was modified since the patch was last applied.
  1042. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1043. chrome/test/base/testing_profile.cc
  1044.   - Patch applied because: The target file was modified since the patch was last applied.
  1045. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1046. chrome/test/views/accessibility_checker.cc
  1047.   - Patch applied because: The target file was modified since the patch was last applied.
  1048. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1049. chrome/tools/build/mac/BUILD.gn
  1050.   - Patch applied because: The target file was modified since the patch was last applied.
  1051. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1052. chrome/tools/build/mac/infoplist_strings_util.mm
  1053.   - Patch applied because: The target file was modified since the patch was last applied.
  1054. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1055. chrome/tools/build/win/create_installer_archive.py
  1056.   - Patch applied because: The target file was modified since the patch was last applied.
  1057. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1058. chrome/utility/BUILD.gn
  1059.   - Patch applied because: The target file was modified since the patch was last applied.
  1060. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1061. chrome/utility/importer/external_process_importer_bridge.h
  1062.   - Patch applied because: The target file was modified since the patch was last applied.
  1063. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1064. chrome/utility/importer/safari_importer.h
  1065.   - Patch applied because: The target file was modified since the patch was last applied.
  1066. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1067. chrome/utility/services.cc
  1068.   - Patch applied because: The target file was modified since the patch was last applied.
  1069. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1070. components/assist_ranker/ranker_url_fetcher.cc
  1071.   - Patch applied because: The target file was modified since the patch was last applied.
  1072. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1073. components/bookmarks/browser/bookmark_model.h
  1074.   - Patch applied because: The target file was modified since the patch was last applied.
  1075. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1076. components/browser_ui/site_settings/android/BUILD.gn
  1077.   - Patch applied because: The target file was modified since the patch was last applied.
  1078. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1079. components/browser_ui/site_settings/android/java/res/menu/website_preferences_menu.xml
  1080.   - Patch applied because: The target file was modified since the patch was last applied.
  1081. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1082. components/browser_ui/site_settings/android/java/src/org/chromium/components/browser_ui/site_settings/ChosenObjectSettings.java
  1083.   - Patch applied because: The target file was modified since the patch was last applied.
  1084. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1085. components/browser_ui/site_settings/android/java/src/org/chromium/components/browser_ui/site_settings/SingleCategorySettings.java
  1086.   - Patch applied because: The target file was modified since the patch was last applied.
  1087. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1088. components/browser_ui/site_settings/android/java/src/org/chromium/components/browser_ui/site_settings/SiteSettings.java
  1089.   - Patch applied because: The target file was modified since the patch was last applied.
  1090. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1091. components/browser_ui/widget/android/java/res/values/dimens.xml
  1092.   - Patch applied because: The target file was modified since the patch was last applied.
  1093. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1094. components/component_updater/component_updater_service.h
  1095.   - Patch applied because: The target file was modified since the patch was last applied.
  1096. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1097. components/content_settings/browser/page_specific_content_settings.cc
  1098.   - Patch applied because: The target file was modified since the patch was last applied.
  1099. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1100. components/content_settings/core/browser/BUILD.gn
  1101.   - Patch applied because: The target file was modified since the patch was last applied.
  1102. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1103. components/content_settings/core/browser/content_settings_pref.cc
  1104.   - Patch applied because: The target file was modified since the patch was last applied.
  1105. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1106. components/content_settings/core/browser/content_settings_pref_provider.h
  1107.   - Patch applied because: The target file was modified since the patch was last applied.
  1108. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1109. components/content_settings/core/browser/content_settings_registry.cc
  1110.   - Patch applied because: The target file was modified since the patch was last applied.
  1111. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1112. components/content_settings/core/browser/content_settings_utils.cc
  1113.   - Patch applied because: The target file was modified since the patch was last applied.
  1114. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1115. components/content_settings/core/browser/website_settings_registry.h
  1116.   - Patch applied because: The target file was modified since the patch was last applied.
  1117. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1118. components/content_settings/core/common/content_settings.cc
  1119.   - Patch applied because: The target file was modified since the patch was last applied.
  1120. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1121. components/content_settings/core/common/content_settings.h
  1122.   - Patch applied because: The target file was modified since the patch was last applied.
  1123. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1124. components/content_settings/core/common/content_settings.mojom
  1125.   - Patch applied because: The target file was modified since the patch was last applied.
  1126. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1127. components/content_settings/core/common/content_settings_mojom_traits.cc
  1128.   - Patch applied because: The target file was modified since the patch was last applied.
  1129. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1130. components/content_settings/core/common/content_settings_mojom_traits.h
  1131.   - Patch applied because: The target file was modified since the patch was last applied.
  1132. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1133. components/content_settings/core/common/cookie_settings_base.h
  1134.   - Patch applied because: The target file was modified since the patch was last applied.
  1135. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1136. components/content_settings/renderer/content_settings_agent_impl.cc
  1137.   - Patch applied because: The target file was modified since the patch was last applied.
  1138. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1139. components/content_settings/renderer/content_settings_agent_impl.h
  1140.   - Patch applied because: The target file was modified since the patch was last applied.
  1141. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1142. components/crash/core/app/crash_reporter_client.cc
  1143.   - Patch applied because: The target file was modified since the patch was last applied.
  1144. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1145. components/crash/core/browser/resources/crashes.js
  1146.   - Patch applied because: The target file was modified since the patch was last applied.
  1147. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1148. components/dom_distiller/content/browser/distiller_page_web_contents.cc
  1149.   - Patch applied because: The target file was modified since the patch was last applied.
  1150. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1151. components/download/internal/common/download_item_impl.cc
  1152.   - Patch applied because: The target file was modified since the patch was last applied.
  1153. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1154. components/external_intents/android/BUILD.gn
  1155.   - Patch applied because: The target file was modified since the patch was last applied.
  1156. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1157. components/favicon/core/favicon_database.cc
  1158.   - Patch applied because: The target file was modified since the patch was last applied.
  1159. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1160. components/history/core/browser/history_types.h
  1161.   - Patch applied because: The target file was modified since the patch was last applied.
  1162. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1163. components/infobars/core/infobar_delegate.h
  1164.   - Patch applied because: The target file was modified since the patch was last applied.
  1165. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1166. components/invalidation/impl/fcm_network_handler.cc
  1167.   - Patch applied because: The target file was modified since the patch was last applied.
  1168. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1169. components/keyed_service/content/browser_context_keyed_service_factory.h
  1170.   - Patch applied because: The target file was modified since the patch was last applied.
  1171. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1172. components/metrics/machine_id_provider_win.cc
  1173.   - Patch applied because: The target file was modified since the patch was last applied.
  1174. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1175. components/network_time/network_time_tracker.cc
  1176.   - Patch applied because: The target file was modified since the patch was last applied.
  1177. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1178. components/omnibox/browser/BUILD.gn
  1179.   - Patch applied because: The target file was modified since the patch was last applied.
  1180. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1181. components/omnibox/browser/autocomplete_controller.cc
  1182.   - Patch applied because: The target file was modified since the patch was last applied.
  1183. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1184. components/omnibox/browser/omnibox_edit_model.cc
  1185.   - Patch applied because: The target file was modified since the patch was last applied.
  1186. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1187. components/os_crypt/key_storage_keyring.cc
  1188.   - Patch applied because: The target file was modified since the patch was last applied.
  1189. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1190. components/os_crypt/key_storage_keyring_unittest.cc
  1191.   - Patch applied because: The target file was modified since the patch was last applied.
  1192. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1193. components/os_crypt/key_storage_kwallet.cc
  1194.   - Patch applied because: The target file was modified since the patch was last applied.
  1195. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1196. components/os_crypt/key_storage_kwallet_unittest.cc
  1197.   - Patch applied because: The target file was modified since the patch was last applied.
  1198. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1199. components/os_crypt/key_storage_libsecret.cc
  1200.   - Patch applied because: The target file was modified since the patch was last applied.
  1201. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1202. components/os_crypt/key_storage_linux.cc
  1203.   - Patch applied because: The target file was modified since the patch was last applied.
  1204. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1205. components/os_crypt/keychain_password_mac.mm
  1206.   - Patch applied because: The target file was modified since the patch was last applied.
  1207. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1208. components/os_crypt/os_crypt_win.cc
  1209.   - Patch applied because: The target file was modified since the patch was last applied.
  1210. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1211. components/page_info/BUILD.gn
  1212.   - Patch applied because: The target file was modified since the patch was last applied.
  1213. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1214. components/page_info/page_info.cc
  1215.   - Patch applied because: The target file was modified since the patch was last applied.
  1216. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1217. components/page_info/page_info_ui.cc
  1218.   - Patch applied because: The target file was modified since the patch was last applied.
  1219. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1220. components/password_manager/core/browser/login_database.cc
  1221.   - Patch applied because: The target file was modified since the patch was last applied.
  1222. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1223. components/password_manager/core/browser/password_form_filling.cc
  1224.   - Patch applied because: The target file was modified since the patch was last applied.
  1225. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1226. components/permissions/permission_manager.cc
  1227.   - Patch applied because: The target file was modified since the patch was last applied.
  1228. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1229. components/permissions/permission_request.h
  1230.   - Patch applied because: The target file was modified since the patch was last applied.
  1231. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1232. components/permissions/permission_uma_util.cc
  1233.   - Patch applied because: The target file was modified since the patch was last applied.
  1234. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1235. components/policy/tools/generate_policy_source.py
  1236.   - Patch applied because: The target file was modified since the patch was last applied.
  1237. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1238. components/rappor/log_uploader.cc
  1239.   - Patch applied because: The target file was modified since the patch was last applied.
  1240. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1241. components/safe_browsing/core/browser/safe_browsing_network_context.cc
  1242.   - Patch applied because: The target file was modified since the patch was last applied.
  1243. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1244. components/search_engines/prepopulated_engines.json
  1245.   - Patch applied because: The target file was modified since the patch was last applied.
  1246. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1247. components/strings/BUILD.gn
  1248.   - Patch applied because: The target file was modified since the patch was last applied.
  1249. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1250. components/sync/BUILD.gn
  1251.   - Patch applied because: The target file was modified since the patch was last applied.
  1252. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1253. components/sync/driver/BUILD.gn
  1254.   - Patch applied because: The target file was modified since the patch was last applied.
  1255. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1256. components/sync/driver/profile_sync_service.h
  1257.   - Patch applied because: The target file was modified since the patch was last applied.
  1258. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1259. components/sync/driver/sync_stopped_reporter.h
  1260.   - Patch applied because: The target file was modified since the patch was last applied.
  1261. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1262. components/translate/core/browser/BUILD.gn
  1263.   - Patch applied because: The target file was modified since the patch was last applied.
  1264. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1265. components/update_client/updater_state_win.cc
  1266.   - Patch applied because: The target file was modified since the patch was last applied.
  1267. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1268. components/vector_icons/aggregate_vector_icons.py
  1269.   - Patch applied because: The target file was modified since the patch was last applied.
  1270. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1271. components/vector_icons/vector_icons.gni
  1272.   - Patch applied because: The target file was modified since the patch was last applied.
  1273. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1274. components/version_info/BUILD.gn
  1275.   - Patch applied because: The target file was modified since the patch was last applied.
  1276. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1277. content/browser/browser_main_loop.h
  1278.   - Patch applied because: The target file was modified since the patch was last applied.
  1279. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1280. content/browser/browser_main_runner_impl.cc
  1281.   - Patch applied because: The target file was modified since the patch was last applied.
  1282. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1283. content/browser/frame_host/navigation_controller_impl.cc
  1284.   - Patch applied because: The target file was modified since the patch was last applied.
  1285. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1286. content/browser/frame_host/navigation_request.cc
  1287.   - Patch applied because: The target file was modified since the patch was last applied.
  1288. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1289. content/browser/permissions/permission_controller_impl.cc
  1290.   - Patch applied because: The target file was modified since the patch was last applied.
  1291. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1292. content/browser/webui/web_ui_impl.cc
  1293.   - Patch applied because: The target file was modified since the patch was last applied.
  1294. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1295. content/browser/zygote_host/zygote_host_impl_linux.cc
  1296.   - Patch applied because: The target file was modified since the patch was last applied.
  1297. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1298. content/child/child_thread_impl.cc
  1299.   - Patch applied because: The target file was modified since the patch was last applied.
  1300. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1301. content/common/BUILD.gn
  1302.   - Patch applied because: The target file was modified since the patch was last applied.
  1303. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1304. content/public/browser/browser_main_parts.h
  1305.   - Patch applied because: The target file was modified since the patch was last applied.
  1306. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1307. content/public/browser/content_browser_client.h
  1308.   - Patch applied because: The target file was modified since the patch was last applied.
  1309. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1310. content/public/browser/permission_type.cc
  1311.   - Patch applied because: The target file was modified since the patch was last applied.
  1312. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1313. content/public/browser/permission_type.h
  1314.   - Patch applied because: The target file was modified since the patch was last applied.
  1315. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1316. content/renderer/render_thread_impl.cc
  1317.   - Patch applied because: The target file was modified since the patch was last applied.
  1318. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1319. extensions/browser/api/socket/tcp_socket.cc
  1320.   - Patch applied because: The target file was modified since the patch was last applied.
  1321. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1322. extensions/browser/api/web_request/web_request_api.cc
  1323.   - Patch applied because: The target file was modified since the patch was last applied.
  1324. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1325. extensions/browser/extension_action_manager.cc
  1326.   - Patch applied because: The target file was modified since the patch was last applied.
  1327. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1328. extensions/browser/extension_event_histogram_value.h
  1329.   - Patch applied because: The target file was modified since the patch was last applied.
  1330. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1331. extensions/browser/sandboxed_unpacker.cc
  1332.   - Patch applied because: The target file was modified since the patch was last applied.
  1333. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1334. extensions/browser/shared_user_script_manager.h
  1335.   - Patch applied because: The target file was modified since the patch was last applied.
  1336. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1337. extensions/common/manifest_url_handlers.cc
  1338.   - Patch applied because: The target file was modified since the patch was last applied.
  1339. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1340. extensions/renderer/native_extension_bindings_system.h
  1341.   - Patch applied because: The target file was modified since the patch was last applied.
  1342. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1343. google_apis/google_api_keys.cc
  1344.   - Patch applied because: The target file was modified since the patch was last applied.
  1345. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1346. google_update/BUILD.gn
  1347.   - Patch applied because: The target file was modified since the patch was last applied.
  1348. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1349. media/audio/pulse/pulse_util.cc
  1350.   - Patch applied because: The target file was modified since the patch was last applied.
  1351. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1352. media/blink/key_system_config_selector.cc
  1353.   - Patch applied because: The target file was modified since the patch was last applied.
  1354. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1355. mojo/public/tools/bindings/chromium_bindings_configuration.gni
  1356.   - Patch applied because: The target file was modified since the patch was last applied.
  1357. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1358. net/BUILD.gn
  1359.   - Patch applied because: The target file was modified since the patch was last applied.
  1360. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1361. net/base/host_port_pair.cc
  1362.   - Patch applied because: The target file was modified since the patch was last applied.
  1363. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1364. net/base/host_port_pair.h
  1365.   - Patch applied because: The target file was modified since the patch was last applied.
  1366. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1367. net/base/proxy_server.cc
  1368.   - Patch applied because: The target file was modified since the patch was last applied.
  1369. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1370. net/cookies/canonical_cookie.cc
  1371.   - Patch applied because: The target file was modified since the patch was last applied.
  1372. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1373. net/proxy_resolution/configured_proxy_resolution_service.cc
  1374.   - Patch applied because: The target file was modified since the patch was last applied.
  1375. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1376. net/socket/socks5_client_socket.cc
  1377.   - Patch applied because: The target file was modified since the patch was last applied.
  1378. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1379. net/socket/socks5_client_socket.h
  1380.   - Patch applied because: The target file was modified since the patch was last applied.
  1381. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1382. net/socket/socks_connect_job.cc
  1383.   - Patch applied because: The target file was modified since the patch was last applied.
  1384. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1385. rlz/buildflags/buildflags.gni
  1386.   - Patch applied because: The target file was modified since the patch was last applied.
  1387. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1388. sandbox/policy/win/sandbox_win.cc
  1389.   - Patch applied because: The target file was modified since the patch was last applied.
  1390. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1391. services/network/public/cpp/BUILD.gn
  1392.   - Patch applied because: The target file was modified since the patch was last applied.
  1393. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1394. services/network/public/cpp/cors/cors.cc
  1395.   - Patch applied because: The target file was modified since the patch was last applied.
  1396. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1397. services/preferences/tracked/device_id_win.cc
  1398.   - Patch applied because: The target file was modified since the patch was last applied.
  1399. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1400. third_party/blink/common/client_hints/client_hints.cc
  1401.   - Patch applied because: The target file was modified since the patch was last applied.
  1402. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1403. third_party/blink/public/mojom/permissions/permission.mojom
  1404.   - Patch applied because: The target file was modified since the patch was last applied.
  1405. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1406. third_party/blink/renderer/core/BUILD.gn
  1407.   - Patch applied because: The target file was modified since the patch was last applied.
  1408. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1409. third_party/blink/renderer/core/dom/document.cc
  1410.   - Patch applied because: The target file was modified since the patch was last applied.
  1411. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1412. third_party/blink/renderer/core/frame/navigator.idl
  1413.   - Patch applied because: The target file was modified since the patch was last applied.
  1414. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1415. third_party/blink/renderer/core/frame/navigator_concurrent_hardware.idl
  1416.   - Patch applied because: The target file was modified since the patch was last applied.
  1417. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1418. third_party/blink/renderer/core/frame/reporting_observer.idl
  1419.   - Patch applied because: The target file was modified since the patch was last applied.
  1420. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1421. third_party/blink/renderer/core/html/canvas/canvas_async_blob_creator.cc
  1422.   - Patch applied because: The target file was modified since the patch was last applied.
  1423. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1424. third_party/blink/renderer/core/html/canvas/html_canvas_element.cc
  1425.   - Patch applied because: The target file was modified since the patch was last applied.
  1426. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1427. third_party/blink/renderer/core/html/media/autoplay_policy.cc
  1428.   - Patch applied because: The target file was modified since the patch was last applied.
  1429. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1430. third_party/blink/renderer/core/page/plugin_data.h
  1431.   - Patch applied because: The target file was modified since the patch was last applied.
  1432. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1433. third_party/blink/renderer/modules/BUILD.gn
  1434.   - Patch applied because: The target file was modified since the patch was last applied.
  1435. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1436. third_party/blink/renderer/modules/canvas/canvas2d/base_rendering_context_2d.cc
  1437.   - Patch applied because: The target file was modified since the patch was last applied.
  1438. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1439. third_party/blink/renderer/modules/canvas/canvas2d/base_rendering_context_2d.h
  1440.   - Patch applied because: The target file was modified since the patch was last applied.
  1441. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1442. third_party/blink/renderer/modules/canvas/canvas2d/canvas_rendering_context_2d.cc
  1443.   - Patch applied because: The target file was modified since the patch was last applied.
  1444. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1445. third_party/blink/renderer/modules/canvas/canvas2d/canvas_rendering_context_2d.idl
  1446.   - Patch applied because: The target file was modified since the patch was last applied.
  1447. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1448. third_party/blink/renderer/modules/canvas/offscreencanvas2d/offscreen_canvas_rendering_context_2d.idl
  1449.   - Patch applied because: The target file was modified since the patch was last applied.
  1450. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1451. third_party/blink/renderer/modules/cookie_store/cookie_store.cc
  1452.   - Patch applied because: The target file was modified since the patch was last applied.
  1453. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1454. third_party/blink/renderer/modules/csspaint/paint_rendering_context_2d.idl
  1455.   - Patch applied because: The target file was modified since the patch was last applied.
  1456. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1457. third_party/blink/renderer/modules/encryptedmedia/navigator_request_media_key_system_access.cc
  1458.   - Patch applied because: The target file was modified since the patch was last applied.
  1459. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1460. third_party/blink/renderer/modules/mediastream/media_devices.cc
  1461.   - Patch applied because: The target file was modified since the patch was last applied.
  1462. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1463. third_party/blink/renderer/modules/modules_idl_files.gni
  1464.   - Patch applied because: The target file was modified since the patch was last applied.
  1465. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1466. third_party/blink/renderer/modules/plugins/dom_plugin_array.cc
  1467.   - Patch applied because: The target file was modified since the patch was last applied.
  1468. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1469. third_party/blink/renderer/modules/storage/window_storage.idl
  1470.   - Patch applied because: The target file was modified since the patch was last applied.
  1471. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1472. third_party/blink/renderer/modules/webaudio/analyser_node.cc
  1473.   - Patch applied because: The target file was modified since the patch was last applied.
  1474. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1475. third_party/blink/renderer/modules/webaudio/audio_buffer.cc
  1476.   - Patch applied because: The target file was modified since the patch was last applied.
  1477. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1478. third_party/blink/renderer/modules/webaudio/audio_buffer.h
  1479.   - Patch applied because: The target file was modified since the patch was last applied.
  1480. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1481. third_party/blink/renderer/modules/webaudio/audio_buffer.idl
  1482.   - Patch applied because: The target file was modified since the patch was last applied.
  1483. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1484. third_party/blink/renderer/modules/webaudio/realtime_analyser.cc
  1485.   - Patch applied because: The target file was modified since the patch was last applied.
  1486. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1487. third_party/blink/renderer/modules/webaudio/realtime_analyser.h
  1488.   - Patch applied because: The target file was modified since the patch was last applied.
  1489. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1490. third_party/blink/renderer/modules/webgl/webgl2_rendering_context_base.cc
  1491.   - Patch applied because: The target file was modified since the patch was last applied.
  1492. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1493. third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc
  1494.   - Patch applied because: The target file was modified since the patch was last applied.
  1495. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1496. third_party/blink/renderer/platform/graphics/image_data_buffer.h
  1497.   - Patch applied because: The target file was modified since the patch was last applied.
  1498. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1499. third_party/crashpad/crashpad/client/settings.cc
  1500.   - Patch applied because: The target file was modified since the patch was last applied.
  1501. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1502. third_party/crashpad/crashpad/snapshot/win/process_snapshot_win.cc
  1503.   - Patch applied because: The target file was modified since the patch was last applied.
  1504. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1505. third_party/crashpad/crashpad/util/net/http_transport_win.cc
  1506.   - Patch applied because: The target file was modified since the patch was last applied.
  1507. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1508. third_party/libaddressinput/chromium/chrome_metadata_source.cc
  1509.   - Patch applied because: The target file was modified since the patch was last applied.
  1510. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1511. third_party/s2cellid/BUILD.gn
  1512.   - Patch applied because: The target file was modified since the patch was last applied.
  1513. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1514. third_party/widevine/cdm/widevine.gni
  1515.   - Patch applied because: The target file was modified since the patch was last applied.
  1516. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1517. tools/gritsettings/resource_ids.spec
  1518.   - Patch applied because: The target file was modified since the patch was last applied.
  1519. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1520. tools/json_schema_compiler/feature_compiler.py
  1521.   - Patch applied because: The target file was modified since the patch was last applied.
  1522. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1523. tools/licenses.py
  1524.   - Patch applied because: The target file was modified since the patch was last applied.
  1525. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1526. tools/metrics/histograms/histograms.xml
  1527.   - Patch applied because: The target file was modified since the patch was last applied.
  1528. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1529. ui/base/BUILD.gn
  1530.   - Patch applied because: The target file was modified since the patch was last applied.
  1531. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1532. ui/native_theme/native_theme.h
  1533.   - Patch applied because: The target file was modified since the patch was last applied.
  1534. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1535. ui/native_theme/native_theme_mac.mm
  1536.   - Patch applied because: The target file was modified since the patch was last applied.
  1537. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1538. ui/native_theme/native_theme_win.cc
  1539.   - Patch applied because: The target file was modified since the patch was last applied.
  1540. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1541. ui/native_theme/native_theme_win.h
  1542.   - Patch applied because: The target file was modified since the patch was last applied.
  1543. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1544. ui/views/controls/button/md_text_button.h
  1545.   - Patch applied because: The target file was modified since the patch was last applied.
  1546. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1547. ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_selection_overlay.html
  1548.   - Patch applied because: The target file was modified since the patch was last applied.
  1549. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1550. ui/webui/resources/cr_elements/shared_style_css.html
  1551.   - Patch applied because: The target file was modified since the patch was last applied.
  1552. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1553. ui/webui/resources/cr_elements/shared_vars_css.html
  1554.   - Patch applied because: The target file was modified since the patch was last applied.
  1555. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1556. ui/webui/resources/css/md_colors.css
  1557.   - Patch applied because: The target file was modified since the patch was last applied.
  1558. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1559. ui/webui/resources/js/web_ui_listener_behavior.js
  1560.   - Patch applied because: The target file was modified since the patch was last applied.
  1561. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1562. Done applying patches.
  1563. Running gclient hooks...
  1564. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1565. /home/kido/trash/source/brave/src/brave-browser
  1566. > gclient runhooks
  1567. Running hooks:  99% (99/100) download_rust_deps                            
  1568. ________ running 'vpython3 script/download_rust_deps.py' in '/home/kido/trash/source/brave/src/brave-browser/src/brave'
  1569.     Updating crates.io index
  1570.      Ignored package `cbindgen v0.14.2` is already installed, use --force to override
  1571.     Updating crates.io index
  1572.      Ignored package `cargo-audit v0.12.1` is already installed, use --force to override
  1573. Running hooks: 100% (100/100) generate_licenses
  1574. ________ running 'vpython script/generate_licenses.py' in '/home/kido/trash/source/brave/src/brave-browser/src/brave'
  1575.   - 44 sub-components added in adblock/LICENSE
  1576.   - 2 sub-components added in local_data/LICENSE
  1577.   - 10 sub-components added in brave_new_tab_ui/data/LICENSE
  1578. Running hooks: 100% (100/100), done.          
  1579. Done running gclient hooks.
  1580. Brave Browser Sync complete
  1581.   -> Apply Chromium patches...
  1582. patching file net/cookies/cookie_monster.cc
  1583. patching file media/gpu/vaapi/vaapi_wrapper.cc
  1584. Hunk #1 succeeded at 410 (offset 1 line).
  1585. Hunk #2 succeeded at 475 (offset 1 line).
  1586. Hunk #3 succeeded at 518 (offset 1 line).
  1587. Hunk #4 succeeded at 529 (offset 1 line).
  1588. Hunk #5 succeeded at 536 (offset 1 line).
  1589. Hunk #6 succeeded at 554 (offset 1 line).
  1590. patching file build/config/compiler/BUILD.gn
  1591. Hunk #1 succeeded at 399 (offset 3 lines).
  1592. patching file content/renderer/render_thread_impl.cc
  1593. Hunk #1 succeeded at 1112 (offset -9 lines).
  1594. patching file third_party/skia/src/ports/SkFontHost_FreeType.cpp
  1595. Hunk #1 succeeded at 131 (offset 3 lines).
  1596. ==> Removing existing $pkgdir/ directory...
  1597. ==> Starting build()...
  1598.   -> Release build
  1599.  
  1600. > brave@1.15.75 build /home/kido/trash/source/brave/src/brave-browser
  1601. > npm --prefix src/brave run build -- "Release"
  1602.  
  1603.  
  1604. > brave-core@1.15.75 build /home/kido/trash/source/brave/src/brave-browser/src/brave
  1605. > node ./build/commands/scripts/commands.js build "Release""fieldtrial_testing_like_official_build=true safe_browsing_mode=1 brave_services_key=\"\" root_extra_deps=[\"//brave\"] is_component_build=false proprietary_codecs=true ffmpeg_branding=\"Chrome\" branding_path_component=\"brave\" enable_nacl=false enable_widevine=true target_cpu=\"x64\" is_official_build=true is_debug=false dcheck_always_on=false brave_channel=\"\" brave_google_api_key=\"AIzaSyAQfxPJiounkhOjODEO5ZieffeBv6yft2Q\" brave_google_api_endpoint=\"https://www.googleapis.com/geolocation/v1/geolocate?key=\" google_default_client_id=\"\" google_default_client_secret=\"\" brave_infura_project_id=\"\" binance_client_id=\"\" gemini_client_id=\"\" gemini_client_secret=\"\" brave_product_name=\"Brave\" brave_project_name=\"brave\" brave_version_major=\"1\" brave_version_minor=\"15\" brave_version_build=\"75\" chrome_version_string=\"86.0.4240.99\" chrome_version_major=\"86\" safebrowsing_api_endpoint=\"\" updater_prod_endpoint=\"\" updater_dev_endpoint=\"\" webcompat_report_api_endpoint=\"https://webcompat.brave.com/1/webcompat\" brave_stats_api_key=\"\" enable_hangout_services_extension=true enable_cdm_host_verification=false skip_signing=true chrome_pgo_phase=0 use_blink_v8_binding_new_idl_interface=false use_vaapi=true cc_wrapper=\"/home/kido/trash/source/brave/src/brave-browser/src/brave/script/redirect-cc.py\" "
  1606. Done. Made 14931 targets from 2725 files in 4145ms
  1607. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  1608. /home/kido/trash/source/brave/src/brave-browser/src
  1609. > ninja -C /home/kido/trash/source/brave/src/brave-browser/src/out/Release brave -k 1
  1610. ninja: Entering directory `/home/kido/trash/source/brave/src/brave-browser/src/out/Release'
  1611. [2/45483] CXX obj/base/third_party/xdg_user_dirs/xdg_user_dirs/xdg_user_dir_lookup.o
  1612. FAILED: obj/base/third_party/xdg_user_dirs/xdg_user_dirs/xdg_user_dir_lookup.o
  1613. /home/kido/trash/source/brave/src/brave-browser/src/brave/script/redirect-cc.py ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/base/third_party/xdg_user_dirs/xdg_user_dirs/xdg_user_dir_lookup.o.d -DBRAVE_CHROMIUM_BUILD -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -DCR_CLANG_REVISION=\"llvmorg-12-init-3492-ga1caa302-1\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -D_LIBCPP_ABI_UNSTABLE -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCPP_ENABLE_NODISCARD -DCR_LIBCXX_REVISION=375504 -DCR_SYSROOT_HASH=cc396d2ee91286924b377c2124b1efbcad7df8f2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -I../../brave/chromium_src -I../.. -Igen -fprofile-sample-use=../../chrome/android/profiles/afdo.prof -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../tools/clang/crashreports -mllvm -instcombine-lower-dbg-declare=0 -flto=thin -fsplit-lto-unit -fwhole-program-vtables -fcomplete-member-pointers -m64 -march=x86-64 -Xclang -fdebug-compilation-dir -Xclang . -no-canonical-prefixes -Wall -Werror -Wextra -Wimplicit-fallthrough -Wthread-safety -Wextra-semi -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-psabi -Wno-ignored-pragma-optimize -Wno-implicit-int-float-conversion -Wno-final-dtor-non-final-class -Wno-builtin-assume-aligned-alignment -Wno-deprecated-copy -Wno-non-c-typedef-for-linkage -Wno-string-concatenation -Wno-max-tokens -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g2 -Xclang -debug-info-kind=constructor -ggnu-pubnames -ftrivial-auto-var-init=pattern -fsanitize=cfi-vcall -fsanitize-blacklist=../../tools/cfi/ignores.txt -fsanitize=cfi-icall -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Xclang -plugin-arg-find-bad-constructs -Xclang check-ipc -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -std=c++14 -fno-trigraphs -Wno-trigraphs -fno-exceptions -fno-rtti -nostdinc++ -isystem../../buildtools/third_party/libc++/trunk/include -isystem../../buildtools/third_party/libc++abi/trunk/include --sysroot=../../build/linux/debian_sid_amd64-sysroot -fvisibility-inlines-hidden -c ../../base/third_party/xdg_user_dirs/xdg_user_dir_lookup.cc -o obj/base/third_party/xdg_user_dirs/xdg_user_dirs/xdg_user_dir_lookup.o
  1614. ../../third_party/llvm-build/Release+Asserts/bin/clang++: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
  1615. [3/45483] CXX obj/base/third_party/double_conversion/double_conversion/strtod.o
  1616. FAILED: obj/base/third_party/double_conversion/double_conversion/strtod.o
  1617. /home/kido/trash/source/brave/src/brave-browser/src/brave/script/redirect-cc.py ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/base/third_party/double_conversion/double_conversion/strtod.o.d -DBRAVE_CHROMIUM_BUILD -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -DCR_CLANG_REVISION=\"llvmorg-12-init-3492-ga1caa302-1\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -D_LIBCPP_ABI_UNSTABLE -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCPP_ENABLE_NODISCARD -DCR_LIBCXX_REVISION=375504 -DCR_SYSROOT_HASH=cc396d2ee91286924b377c2124b1efbcad7df8f2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -I../../brave/chromium_src -I../.. -Igen -fprofile-sample-use=../../chrome/android/profiles/afdo.prof -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../tools/clang/crashreports -mllvm -instcombine-lower-dbg-declare=0 -flto=thin -fsplit-lto-unit -fwhole-program-vtables -fcomplete-member-pointers -m64 -march=x86-64 -Xclang -fdebug-compilation-dir -Xclang . -no-canonical-prefixes -Wall -Werror -Wextra -Wimplicit-fallthrough -Wthread-safety -Wextra-semi -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-psabi -Wno-ignored-pragma-optimize -Wno-implicit-int-float-conversion -Wno-final-dtor-non-final-class -Wno-builtin-assume-aligned-alignment -Wno-deprecated-copy -Wno-non-c-typedef-for-linkage -Wno-string-concatenation -Wno-max-tokens -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g2 -Xclang -debug-info-kind=constructor -ggnu-pubnames -ftrivial-auto-var-init=pattern -fsanitize=cfi-vcall -fsanitize-blacklist=../../tools/cfi/ignores.txt -fsanitize=cfi-icall -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Xclang -plugin-arg-find-bad-constructs -Xclang check-ipc -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Wno-unused-const-variable -Wno-unused-function -std=c++14 -fno-trigraphs -Wno-trigraphs -fno-exceptions -fno-rtti -nostdinc++ -isystem../../buildtools/third_party/libc++/trunk/include -isystem../../buildtools/third_party/libc++abi/trunk/include --sysroot=../../build/linux/debian_sid_amd64-sysroot -fvisibility-inlines-hidden -c ../../base/third_party/double_conversion/double-conversion/strtod.cc -o obj/base/third_party/double_conversion/double_conversion/strtod.o
  1618. ../../third_party/llvm-build/Release+Asserts/bin/clang++: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
  1619. [4/45483] CC obj/base/third_party/libevent/libevent/evrpc.o
  1620. FAILED: obj/base/third_party/libevent/libevent/evrpc.o
  1621. /home/kido/trash/source/brave/src/brave-browser/src/brave/script/redirect-cc.py ../../third_party/llvm-build/Release+Asserts/bin/clang -MMD -MF obj/base/third_party/libevent/libevent/evrpc.o.d -DHAVE_CONFIG_H -DBRAVE_CHROMIUM_BUILD -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -DCR_CLANG_REVISION=\"llvmorg-12-init-3492-ga1caa302-1\" -D_LIBCPP_ABI_UNSTABLE -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCPP_ENABLE_NODISCARD -DCR_LIBCXX_REVISION=375504 -DCR_SYSROOT_HASH=cc396d2ee91286924b377c2124b1efbcad7df8f2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -I../../base/third_party/libevent/linux -I../../brave/chromium_src -I../.. -Igen -fprofile-sample-use=../../chrome/android/profiles/afdo.prof -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../tools/clang/crashreports -mllvm -instcombine-lower-dbg-declare=0 -flto=thin -fsplit-lto-unit -fwhole-program-vtables -fcomplete-member-pointers -m64 -march=x86-64 -Xclang -fdebug-compilation-dir -Xclang . -no-canonical-prefixes -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g2 -Xclang -debug-info-kind=constructor -ggnu-pubnames -ftrivial-auto-var-init=pattern -fsanitize=cfi-vcall -fsanitize-blacklist=../../tools/cfi/ignores.txt -fsanitize=cfi-icall -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Xclang -plugin-arg-find-bad-constructs -Xclang check-ipc -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Werror -Wall -Wno-unused-variable -Wno-misleading-indentation -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-psabi -Wno-ignored-pragma-optimize -Wno-implicit-int-float-conversion -Wno-final-dtor-non-final-class -Wno-builtin-assume-aligned-alignment -Wno-deprecated-copy -Wno-non-c-typedef-for-linkage -Wno-string-concatenation -Wno-max-tokens -std=c11 --sysroot=../../build/linux/debian_sid_amd64-sysroot -Wno-implicit-fallthrough -c ../../base/third_party/libevent/evrpc.c -o obj/base/third_party/libevent/libevent/evrpc.o
  1622. ../../third_party/llvm-build/Release+Asserts/bin/clang: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
  1623. [5/45483] CC obj/base/third_party/dynamic_annotations/dynamic_annotations/dynamic_annotations.o
  1624. FAILED: obj/base/third_party/dynamic_annotations/dynamic_annotations/dynamic_annotations.o
  1625. /home/kido/trash/source/brave/src/brave-browser/src/brave/script/redirect-cc.py ../../third_party/llvm-build/Release+Asserts/bin/clang -MMD -MF obj/base/third_party/dynamic_annotations/dynamic_annotations/dynamic_annotations.o.d -DBRAVE_CHROMIUM_BUILD -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -DCR_CLANG_REVISION=\"llvmorg-12-init-3492-ga1caa302-1\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -D_LIBCPP_ABI_UNSTABLE -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCPP_ENABLE_NODISCARD -DCR_LIBCXX_REVISION=375504 -DCR_SYSROOT_HASH=cc396d2ee91286924b377c2124b1efbcad7df8f2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -I../../brave/chromium_src -I../.. -Igen -fprofile-sample-use=../../chrome/android/profiles/afdo.prof -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../tools/clang/crashreports -mllvm -instcombine-lower-dbg-declare=0 -flto=thin -fsplit-lto-unit -fwhole-program-vtables -fcomplete-member-pointers -m64 -march=x86-64 -Xclang -fdebug-compilation-dir -Xclang . -no-canonical-prefixes -Wall -Werror -Wextra -Wimplicit-fallthrough -Wthread-safety -Wextra-semi -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-psabi -Wno-ignored-pragma-optimize -Wno-implicit-int-float-conversion -Wno-final-dtor-non-final-class -Wno-builtin-assume-aligned-alignment -Wno-deprecated-copy -Wno-non-c-typedef-for-linkage -Wno-string-concatenation -Wno-max-tokens -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g2 -Xclang -debug-info-kind=constructor -ggnu-pubnames -ftrivial-auto-var-init=pattern -fsanitize=cfi-vcall -fsanitize-blacklist=../../tools/cfi/ignores.txt -fsanitize=cfi-icall -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Xclang -plugin-arg-find-bad-constructs -Xclang check-ipc -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -std=c11 -Wno-implicit-fallthrough --sysroot=../../build/linux/debian_sid_amd64-sysroot -c ../../base/third_party/dynamic_annotations/dynamic_annotations.c -o obj/base/third_party/dynamic_annotations/dynamic_annotations/dynamic_annotations.o
  1626. ../../third_party/llvm-build/Release+Asserts/bin/clang: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
  1627. [6/45483] CC obj/base/third_party/xdg_mime/xdg_mime/xdgmimeparent.o
  1628. FAILED: obj/base/third_party/xdg_mime/xdg_mime/xdgmimeparent.o
  1629. /home/kido/trash/source/brave/src/brave-browser/src/brave/script/redirect-cc.py ../../third_party/llvm-build/Release+Asserts/bin/clang -MMD -MF obj/base/third_party/xdg_mime/xdg_mime/xdgmimeparent.o.d -DBRAVE_CHROMIUM_BUILD -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -DCR_CLANG_REVISION=\"llvmorg-12-init-3492-ga1caa302-1\" -D_LIBCPP_ABI_UNSTABLE -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCPP_ENABLE_NODISCARD -DCR_LIBCXX_REVISION=375504 -DCR_SYSROOT_HASH=cc396d2ee91286924b377c2124b1efbcad7df8f2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -I../../brave/chromium_src -I../.. -Igen -fprofile-sample-use=../../chrome/android/profiles/afdo.prof -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../tools/clang/crashreports -mllvm -instcombine-lower-dbg-declare=0 -flto=thin -fsplit-lto-unit -fwhole-program-vtables -fcomplete-member-pointers -m64 -march=x86-64 -Xclang -fdebug-compilation-dir -Xclang . -no-canonical-prefixes -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g2 -Xclang -debug-info-kind=constructor -ggnu-pubnames -ftrivial-auto-var-init=pattern -fsanitize=cfi-vcall -fsanitize-blacklist=../../tools/cfi/ignores.txt -fsanitize=cfi-icall -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Xclang -plugin-arg-find-bad-constructs -Xclang check-ipc -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Werror -Wall -Wno-unused-variable -Wno-misleading-indentation -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-psabi -Wno-ignored-pragma-optimize -Wno-implicit-int-float-conversion -Wno-final-dtor-non-final-class -Wno-builtin-assume-aligned-alignment -Wno-deprecated-copy -Wno-non-c-typedef-for-linkage -Wno-string-concatenation -Wno-max-tokens -std=c11 --sysroot=../../build/linux/debian_sid_amd64-sysroot -Wno-implicit-fallthrough -c ../../base/third_party/xdg_mime/xdgmimeparent.c -o obj/base/third_party/xdg_mime/xdg_mime/xdgmimeparent.o
  1630. ../../third_party/llvm-build/Release+Asserts/bin/clang: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
  1631. [7/45483] CXX obj/base/third_party/symbolize/symbolize/symbolize.o
  1632. FAILED: obj/base/third_party/symbolize/symbolize/symbolize.o
  1633. /home/kido/trash/source/brave/src/brave-browser/src/brave/script/redirect-cc.py ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/base/third_party/symbolize/symbolize/symbolize.o.d -DBRAVE_CHROMIUM_BUILD -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -DCR_CLANG_REVISION=\"llvmorg-12-init-3492-ga1caa302-1\" -D_LIBCPP_ABI_UNSTABLE -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCPP_ENABLE_NODISCARD -DCR_LIBCXX_REVISION=375504 -DCR_SYSROOT_HASH=cc396d2ee91286924b377c2124b1efbcad7df8f2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -I../../brave/chromium_src -I../.. -Igen -fprofile-sample-use=../../chrome/android/profiles/afdo.prof -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../tools/clang/crashreports -mllvm -instcombine-lower-dbg-declare=0 -flto=thin -fsplit-lto-unit -fwhole-program-vtables -fcomplete-member-pointers -m64 -march=x86-64 -Xclang -fdebug-compilation-dir -Xclang . -no-canonical-prefixes -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g2 -Xclang -debug-info-kind=constructor -ggnu-pubnames -ftrivial-auto-var-init=pattern -fsanitize=cfi-vcall -fsanitize-blacklist=../../tools/cfi/ignores.txt -fsanitize=cfi-icall -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Xclang -plugin-arg-find-bad-constructs -Xclang check-ipc -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Werror -Wall -Wno-unused-variable -Wno-misleading-indentation -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-psabi -Wno-ignored-pragma-optimize -Wno-implicit-int-float-conversion -Wno-final-dtor-non-final-class -Wno-builtin-assume-aligned-alignment -Wno-deprecated-copy -Wno-non-c-typedef-for-linkage -Wno-string-concatenation -Wno-max-tokens -std=c++14 -fno-trigraphs -Wno-trigraphs -fno-exceptions -fno-rtti -nostdinc++ -isystem../../buildtools/third_party/libc++/trunk/include -isystem../../buildtools/third_party/libc++abi/trunk/include --sysroot=../../build/linux/debian_sid_amd64-sysroot -fvisibility-inlines-hidden -c ../../base/third_party/symbolize/symbolize.cc -o obj/base/third_party/symbolize/symbolize/symbolize.o
  1634. ../../third_party/llvm-build/Release+Asserts/bin/clang++: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
  1635. [8/45483] CC obj/base/third_party/libevent/libevent/evutil.o
  1636. FAILED: obj/base/third_party/libevent/libevent/evutil.o
  1637. /home/kido/trash/source/brave/src/brave-browser/src/brave/script/redirect-cc.py ../../third_party/llvm-build/Release+Asserts/bin/clang -MMD -MF obj/base/third_party/libevent/libevent/evutil.o.d -DHAVE_CONFIG_H -DBRAVE_CHROMIUM_BUILD -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -DCR_CLANG_REVISION=\"llvmorg-12-init-3492-ga1caa302-1\" -D_LIBCPP_ABI_UNSTABLE -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCPP_ENABLE_NODISCARD -DCR_LIBCXX_REVISION=375504 -DCR_SYSROOT_HASH=cc396d2ee91286924b377c2124b1efbcad7df8f2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -I../../base/third_party/libevent/linux -I../../brave/chromium_src -I../.. -Igen -fprofile-sample-use=../../chrome/android/profiles/afdo.prof -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../tools/clang/crashreports -mllvm -instcombine-lower-dbg-declare=0 -flto=thin -fsplit-lto-unit -fwhole-program-vtables -fcomplete-member-pointers -m64 -march=x86-64 -Xclang -fdebug-compilation-dir -Xclang . -no-canonical-prefixes -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g2 -Xclang -debug-info-kind=constructor -ggnu-pubnames -ftrivial-auto-var-init=pattern -fsanitize=cfi-vcall -fsanitize-blacklist=../../tools/cfi/ignores.txt -fsanitize=cfi-icall -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Xclang -plugin-arg-find-bad-constructs -Xclang check-ipc -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Werror -Wall -Wno-unused-variable -Wno-misleading-indentation -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-psabi -Wno-ignored-pragma-optimize -Wno-implicit-int-float-conversion -Wno-final-dtor-non-final-class -Wno-builtin-assume-aligned-alignment -Wno-deprecated-copy -Wno-non-c-typedef-for-linkage -Wno-string-concatenation -Wno-max-tokens -std=c11 --sysroot=../../build/linux/debian_sid_amd64-sysroot -Wno-implicit-fallthrough -c ../../base/third_party/libevent/evutil.c -o obj/base/third_party/libevent/libevent/evutil.o
  1638. ../../third_party/llvm-build/Release+Asserts/bin/clang: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
  1639. [9/45483] CXX obj/base/third_party/double_conversion/double_conversion/fast-dtoa.o
  1640. FAILED: obj/base/third_party/double_conversion/double_conversion/fast-dtoa.o
  1641. /home/kido/trash/source/brave/src/brave-browser/src/brave/script/redirect-cc.py ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/base/third_party/double_conversion/double_conversion/fast-dtoa.o.d -DBRAVE_CHROMIUM_BUILD -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -DCR_CLANG_REVISION=\"llvmorg-12-init-3492-ga1caa302-1\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -D_LIBCPP_ABI_UNSTABLE -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCPP_ENABLE_NODISCARD -DCR_LIBCXX_REVISION=375504 -DCR_SYSROOT_HASH=cc396d2ee91286924b377c2124b1efbcad7df8f2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -I../../brave/chromium_src -I../.. -Igen -fprofile-sample-use=../../chrome/android/profiles/afdo.prof -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../tools/clang/crashreports -mllvm -instcombine-lower-dbg-declare=0 -flto=thin -fsplit-lto-unit -fwhole-program-vtables -fcomplete-member-pointers -m64 -march=x86-64 -Xclang -fdebug-compilation-dir -Xclang . -no-canonical-prefixes -Wall -Werror -Wextra -Wimplicit-fallthrough -Wthread-safety -Wextra-semi -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-psabi -Wno-ignored-pragma-optimize -Wno-implicit-int-float-conversion -Wno-final-dtor-non-final-class -Wno-builtin-assume-aligned-alignment -Wno-deprecated-copy -Wno-non-c-typedef-for-linkage -Wno-string-concatenation -Wno-max-tokens -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g2 -Xclang -debug-info-kind=constructor -ggnu-pubnames -ftrivial-auto-var-init=pattern -fsanitize=cfi-vcall -fsanitize-blacklist=../../tools/cfi/ignores.txt -fsanitize=cfi-icall -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Xclang -plugin-arg-find-bad-constructs -Xclang check-ipc -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Wno-unused-const-variable -Wno-unused-function -std=c++14 -fno-trigraphs -Wno-trigraphs -fno-exceptions -fno-rtti -nostdinc++ -isystem../../buildtools/third_party/libc++/trunk/include -isystem../../buildtools/third_party/libc++abi/trunk/include --sysroot=../../build/linux/debian_sid_amd64-sysroot -fvisibility-inlines-hidden -c ../../base/third_party/double_conversion/double-conversion/fast-dtoa.cc -o obj/base/third_party/double_conversion/double_conversion/fast-dtoa.o
  1642. ../../third_party/llvm-build/Release+Asserts/bin/clang++: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
  1643. [10/45483] CXX obj/base/third_party/double_conversion/double_conversion/string-to-double.o
  1644. FAILED: obj/base/third_party/double_conversion/double_conversion/string-to-double.o
  1645. /home/kido/trash/source/brave/src/brave-browser/src/brave/script/redirect-cc.py ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/base/third_party/double_conversion/double_conversion/string-to-double.o.d -DBRAVE_CHROMIUM_BUILD -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -DCR_CLANG_REVISION=\"llvmorg-12-init-3492-ga1caa302-1\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -D_LIBCPP_ABI_UNSTABLE -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCPP_ENABLE_NODISCARD -DCR_LIBCXX_REVISION=375504 -DCR_SYSROOT_HASH=cc396d2ee91286924b377c2124b1efbcad7df8f2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -I../../brave/chromium_src -I../.. -Igen -fprofile-sample-use=../../chrome/android/profiles/afdo.prof -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../tools/clang/crashreports -mllvm -instcombine-lower-dbg-declare=0 -flto=thin -fsplit-lto-unit -fwhole-program-vtables -fcomplete-member-pointers -m64 -march=x86-64 -Xclang -fdebug-compilation-dir -Xclang . -no-canonical-prefixes -Wall -Werror -Wextra -Wimplicit-fallthrough -Wthread-safety -Wextra-semi -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-psabi -Wno-ignored-pragma-optimize -Wno-implicit-int-float-conversion -Wno-final-dtor-non-final-class -Wno-builtin-assume-aligned-alignment -Wno-deprecated-copy -Wno-non-c-typedef-for-linkage -Wno-string-concatenation -Wno-max-tokens -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g2 -Xclang -debug-info-kind=constructor -ggnu-pubnames -ftrivial-auto-var-init=pattern -fsanitize=cfi-vcall -fsanitize-blacklist=../../tools/cfi/ignores.txt -fsanitize=cfi-icall -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Xclang -plugin-arg-find-bad-constructs -Xclang check-ipc -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Wno-unused-const-variable -Wno-unused-function -std=c++14 -fno-trigraphs -Wno-trigraphs -fno-exceptions -fno-rtti -nostdinc++ -isystem../../buildtools/third_party/libc++/trunk/include -isystem../../buildtools/third_party/libc++abi/trunk/include --sysroot=../../build/linux/debian_sid_amd64-sysroot -fvisibility-inlines-hidden -c ../../base/third_party/double_conversion/double-conversion/string-to-double.cc -o obj/base/third_party/double_conversion/double_conversion/string-to-double.o
  1646. ../../third_party/llvm-build/Release+Asserts/bin/clang++: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
  1647. [11/45483] CC obj/base/third_party/libevent/libevent/event_tagging.o
  1648. FAILED: obj/base/third_party/libevent/libevent/event_tagging.o
  1649. /home/kido/trash/source/brave/src/brave-browser/src/brave/script/redirect-cc.py ../../third_party/llvm-build/Release+Asserts/bin/clang -MMD -MF obj/base/third_party/libevent/libevent/event_tagging.o.d -DHAVE_CONFIG_H -DBRAVE_CHROMIUM_BUILD -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -DCR_CLANG_REVISION=\"llvmorg-12-init-3492-ga1caa302-1\" -D_LIBCPP_ABI_UNSTABLE -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCPP_ENABLE_NODISCARD -DCR_LIBCXX_REVISION=375504 -DCR_SYSROOT_HASH=cc396d2ee91286924b377c2124b1efbcad7df8f2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -I../../base/third_party/libevent/linux -I../../brave/chromium_src -I../.. -Igen -fprofile-sample-use=../../chrome/android/profiles/afdo.prof -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../tools/clang/crashreports -mllvm -instcombine-lower-dbg-declare=0 -flto=thin -fsplit-lto-unit -fwhole-program-vtables -fcomplete-member-pointers -m64 -march=x86-64 -Xclang -fdebug-compilation-dir -Xclang . -no-canonical-prefixes -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g2 -Xclang -debug-info-kind=constructor -ggnu-pubnames -ftrivial-auto-var-init=pattern -fsanitize=cfi-vcall -fsanitize-blacklist=../../tools/cfi/ignores.txt -fsanitize=cfi-icall -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Xclang -plugin-arg-find-bad-constructs -Xclang check-ipc -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Werror -Wall -Wno-unused-variable -Wno-misleading-indentation -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-psabi -Wno-ignored-pragma-optimize -Wno-implicit-int-float-conversion -Wno-final-dtor-non-final-class -Wno-builtin-assume-aligned-alignment -Wno-deprecated-copy -Wno-non-c-typedef-for-linkage -Wno-string-concatenation -Wno-max-tokens -std=c11 --sysroot=../../build/linux/debian_sid_amd64-sysroot -Wno-implicit-fallthrough -c ../../base/third_party/libevent/event_tagging.c -o obj/base/third_party/libevent/libevent/event_tagging.o
  1650. ../../third_party/llvm-build/Release+Asserts/bin/clang: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
  1651. [12/45483] CXX obj/base/third_party/double_conversion/double_conversion/bignum.o
  1652. FAILED: obj/base/third_party/double_conversion/double_conversion/bignum.o
  1653. /home/kido/trash/source/brave/src/brave-browser/src/brave/script/redirect-cc.py ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/base/third_party/double_conversion/double_conversion/bignum.o.d -DBRAVE_CHROMIUM_BUILD -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -DCR_CLANG_REVISION=\"llvmorg-12-init-3492-ga1caa302-1\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -D_LIBCPP_ABI_UNSTABLE -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCPP_ENABLE_NODISCARD -DCR_LIBCXX_REVISION=375504 -DCR_SYSROOT_HASH=cc396d2ee91286924b377c2124b1efbcad7df8f2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -I../../brave/chromium_src -I../.. -Igen -fprofile-sample-use=../../chrome/android/profiles/afdo.prof -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../tools/clang/crashreports -mllvm -instcombine-lower-dbg-declare=0 -flto=thin -fsplit-lto-unit -fwhole-program-vtables -fcomplete-member-pointers -m64 -march=x86-64 -Xclang -fdebug-compilation-dir -Xclang . -no-canonical-prefixes -Wall -Werror -Wextra -Wimplicit-fallthrough -Wthread-safety -Wextra-semi -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-psabi -Wno-ignored-pragma-optimize -Wno-implicit-int-float-conversion -Wno-final-dtor-non-final-class -Wno-builtin-assume-aligned-alignment -Wno-deprecated-copy -Wno-non-c-typedef-for-linkage -Wno-string-concatenation -Wno-max-tokens -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g2 -Xclang -debug-info-kind=constructor -ggnu-pubnames -ftrivial-auto-var-init=pattern -fsanitize=cfi-vcall -fsanitize-blacklist=../../tools/cfi/ignores.txt -fsanitize=cfi-icall -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Xclang -plugin-arg-find-bad-constructs -Xclang check-ipc -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Wno-unused-const-variable -Wno-unused-function -std=c++14 -fno-trigraphs -Wno-trigraphs -fno-exceptions -fno-rtti -nostdinc++ -isystem../../buildtools/third_party/libc++/trunk/include -isystem../../buildtools/third_party/libc++abi/trunk/include --sysroot=../../build/linux/debian_sid_amd64-sysroot -fvisibility-inlines-hidden -c ../../base/third_party/double_conversion/double-conversion/bignum.cc -o obj/base/third_party/double_conversion/double_conversion/bignum.o
  1654. ../../third_party/llvm-build/Release+Asserts/bin/clang++: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
  1655. [13/45483] CXX obj/base/third_party/double_conversion/double_conversion/fixed-dtoa.o
  1656. FAILED: obj/base/third_party/double_conversion/double_conversion/fixed-dtoa.o
  1657. /home/kido/trash/source/brave/src/brave-browser/src/brave/script/redirect-cc.py ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/base/third_party/double_conversion/double_conversion/fixed-dtoa.o.d -DBRAVE_CHROMIUM_BUILD -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -DCR_CLANG_REVISION=\"llvmorg-12-init-3492-ga1caa302-1\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -D_LIBCPP_ABI_UNSTABLE -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCPP_ENABLE_NODISCARD -DCR_LIBCXX_REVISION=375504 -DCR_SYSROOT_HASH=cc396d2ee91286924b377c2124b1efbcad7df8f2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -I../../brave/chromium_src -I../.. -Igen -fprofile-sample-use=../../chrome/android/profiles/afdo.prof -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../tools/clang/crashreports -mllvm -instcombine-lower-dbg-declare=0 -flto=thin -fsplit-lto-unit -fwhole-program-vtables -fcomplete-member-pointers -m64 -march=x86-64 -Xclang -fdebug-compilation-dir -Xclang . -no-canonical-prefixes -Wall -Werror -Wextra -Wimplicit-fallthrough -Wthread-safety -Wextra-semi -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-psabi -Wno-ignored-pragma-optimize -Wno-implicit-int-float-conversion -Wno-final-dtor-non-final-class -Wno-builtin-assume-aligned-alignment -Wno-deprecated-copy -Wno-non-c-typedef-for-linkage -Wno-string-concatenation -Wno-max-tokens -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g2 -Xclang -debug-info-kind=constructor -ggnu-pubnames -ftrivial-auto-var-init=pattern -fsanitize=cfi-vcall -fsanitize-blacklist=../../tools/cfi/ignores.txt -fsanitize=cfi-icall -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Xclang -plugin-arg-find-bad-constructs -Xclang check-ipc -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Wno-unused-const-variable -Wno-unused-function -std=c++14 -fno-trigraphs -Wno-trigraphs -fno-exceptions -fno-rtti -nostdinc++ -isystem../../buildtools/third_party/libc++/trunk/include -isystem../../buildtools/third_party/libc++abi/trunk/include --sysroot=../../build/linux/debian_sid_amd64-sysroot -fvisibility-inlines-hidden -c ../../base/third_party/double_conversion/double-conversion/fixed-dtoa.cc -o obj/base/third_party/double_conversion/double_conversion/fixed-dtoa.o
  1658. ../../third_party/llvm-build/Release+Asserts/bin/clang++: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
  1659. [14/45483] CXX obj/base/third_party/symbolize/symbolize/demangle.o
  1660. FAILED: obj/base/third_party/symbolize/symbolize/demangle.o
  1661. /home/kido/trash/source/brave/src/brave-browser/src/brave/script/redirect-cc.py ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/base/third_party/symbolize/symbolize/demangle.o.d -DBRAVE_CHROMIUM_BUILD -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -DCR_CLANG_REVISION=\"llvmorg-12-init-3492-ga1caa302-1\" -D_LIBCPP_ABI_UNSTABLE -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCPP_ENABLE_NODISCARD -DCR_LIBCXX_REVISION=375504 -DCR_SYSROOT_HASH=cc396d2ee91286924b377c2124b1efbcad7df8f2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -I../../brave/chromium_src -I../.. -Igen -fprofile-sample-use=../../chrome/android/profiles/afdo.prof -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../tools/clang/crashreports -mllvm -instcombine-lower-dbg-declare=0 -flto=thin -fsplit-lto-unit -fwhole-program-vtables -fcomplete-member-pointers -m64 -march=x86-64 -Xclang -fdebug-compilation-dir -Xclang . -no-canonical-prefixes -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g2 -Xclang -debug-info-kind=constructor -ggnu-pubnames -ftrivial-auto-var-init=pattern -fsanitize=cfi-vcall -fsanitize-blacklist=../../tools/cfi/ignores.txt -fsanitize=cfi-icall -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Xclang -plugin-arg-find-bad-constructs -Xclang check-ipc -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Werror -Wall -Wno-unused-variable -Wno-misleading-indentation -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-psabi -Wno-ignored-pragma-optimize -Wno-implicit-int-float-conversion -Wno-final-dtor-non-final-class -Wno-builtin-assume-aligned-alignment -Wno-deprecated-copy -Wno-non-c-typedef-for-linkage -Wno-string-concatenation -Wno-max-tokens -std=c++14 -fno-trigraphs -Wno-trigraphs -fno-exceptions -fno-rtti -nostdinc++ -isystem../../buildtools/third_party/libc++/trunk/include -isystem../../buildtools/third_party/libc++abi/trunk/include --sysroot=../../build/linux/debian_sid_amd64-sysroot -fvisibility-inlines-hidden -c ../../base/third_party/symbolize/demangle.cc -o obj/base/third_party/symbolize/symbolize/demangle.o
  1662. ../../third_party/llvm-build/Release+Asserts/bin/clang++: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
  1663. [15/45483] CXX obj/base/third_party/double_conversion/double_conversion/bignum-dtoa.o
  1664. FAILED: obj/base/third_party/double_conversion/double_conversion/bignum-dtoa.o
  1665. /home/kido/trash/source/brave/src/brave-browser/src/brave/script/redirect-cc.py ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/base/third_party/double_conversion/double_conversion/bignum-dtoa.o.d -DBRAVE_CHROMIUM_BUILD -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -DCR_CLANG_REVISION=\"llvmorg-12-init-3492-ga1caa302-1\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -D_LIBCPP_ABI_UNSTABLE -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCPP_ENABLE_NODISCARD -DCR_LIBCXX_REVISION=375504 -DCR_SYSROOT_HASH=cc396d2ee91286924b377c2124b1efbcad7df8f2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -I../../brave/chromium_src -I../.. -Igen -fprofile-sample-use=../../chrome/android/profiles/afdo.prof -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../tools/clang/crashreports -mllvm -instcombine-lower-dbg-declare=0 -flto=thin -fsplit-lto-unit -fwhole-program-vtables -fcomplete-member-pointers -m64 -march=x86-64 -Xclang -fdebug-compilation-dir -Xclang . -no-canonical-prefixes -Wall -Werror -Wextra -Wimplicit-fallthrough -Wthread-safety -Wextra-semi -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-psabi -Wno-ignored-pragma-optimize -Wno-implicit-int-float-conversion -Wno-final-dtor-non-final-class -Wno-builtin-assume-aligned-alignment -Wno-deprecated-copy -Wno-non-c-typedef-for-linkage -Wno-string-concatenation -Wno-max-tokens -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g2 -Xclang -debug-info-kind=constructor -ggnu-pubnames -ftrivial-auto-var-init=pattern -fsanitize=cfi-vcall -fsanitize-blacklist=../../tools/cfi/ignores.txt -fsanitize=cfi-icall -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Xclang -plugin-arg-find-bad-constructs -Xclang check-ipc -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Wno-unused-const-variable -Wno-unused-function -std=c++14 -fno-trigraphs -Wno-trigraphs -fno-exceptions -fno-rtti -nostdinc++ -isystem../../buildtools/third_party/libc++/trunk/include -isystem../../buildtools/third_party/libc++abi/trunk/include --sysroot=../../build/linux/debian_sid_amd64-sysroot -fvisibility-inlines-hidden -c ../../base/third_party/double_conversion/double-conversion/bignum-dtoa.cc -o obj/base/third_party/double_conversion/double_conversion/bignum-dtoa.o
  1666. ../../third_party/llvm-build/Release+Asserts/bin/clang++: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
  1667. ninja: build stopped: subcommand failed.
  1668. null
  1669. null
  1670. npm ERR! code ELIFECYCLE
  1671. npm ERR! errno 1
  1672. npm ERR! brave-core@1.15.75 build: `node ./build/commands/scripts/commands.js build "Release"`
  1673. npm ERR! Exit status 1
  1674. npm ERR!
  1675. npm ERR! Failed at the brave-core@1.15.75 build script.
  1676. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  1677.  
  1678. npm ERR! A complete log of this run can be found in:
  1679. npm ERR!     /home/kido/.npm/_logs/2020-10-19T12_45_13_368Z-debug.log
  1680. npm ERR! code ELIFECYCLE
  1681. npm ERR! errno 1
  1682. npm ERR! brave@1.15.75 build: `npm --prefix src/brave run build -- "Release"`
  1683. npm ERR! Exit status 1
  1684. npm ERR!
  1685. npm ERR! Failed at the brave@1.15.75 build script.
  1686. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  1687.  
  1688. npm ERR! A complete log of this run can be found in:
  1689. npm ERR!     /home/kido/.npm/_logs/2020-10-19T12_45_13_386Z-debug.log
  1690. ==> ERROR: A failure occurred in build().
  1691.    Aborting...
  1692.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement