iamtheyammer

Entire terminal-- building chromium

Jan 13th, 2019
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 84.16 KB | None | 0 0
  1. Sam-Ms-MacBook-Pro:bin sammendelson$ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
  2. Cloning into 'depot_tools'...
  3. remote: Sending approximately 22.64 MiB ...
  4. remote: Total 29842 (delta 21124), reused 29842 (delta 21124)
  5. Receiving objects: 100% (29842/29842), 22.64 MiB | 12.10 MiB/s, done.
  6. Resolving deltas: 100% (21124/21124), done.
  7. Sam-Ms-MacBook-Pro:bin sammendelson$ ls
  8. depot_tools gam     mate
  9. Sam-Ms-MacBook-Pro:bin sammendelson$ export PATH="$PATH:/Users/sammendelson/bin/depot_tools"
  10. Sam-Ms-MacBook-Pro:bin sammendelson$ git config --global core.precomposeUnicode true
  11. Sam-Ms-MacBook-Pro:bin sammendelson$ cd ~/Downloads/
  12. Sam-Ms-MacBook-Pro:Downloads sammendelson$ mkdir chromium && cd chromium
  13. Sam-Ms-MacBook-Pro:chromium sammendelson$ git config --global core.precomposeUnicode true
  14. Sam-Ms-MacBook-Pro:chromium sammendelson$ fetch
  15. Error: Must specify a config.
  16. usage: fetch.py [options] <config> [--property=value [--property2=value2 ...]]
  17.  
  18. This script can be used to download the Chromium sources. See
  19. http://www.chromium.org/developers/how-tos/get-the-code
  20. for full usage instructions.
  21.  
  22. Valid options:
  23.    -h, --help, help   Print this message.
  24.    --nohooks          Don't run hooks after checkout.
  25.   --force            (dangerous) Don't look for existing .gclient file.
  26.    -n, --dry-run      Don't run commands, only print them.
  27.   --no-history       Perform shallow clones, don't fetch the full git history.
  28.  
  29. Valid fetch configs:
  30.   android
  31.   android_internal
  32.   breakpad
  33.   chromium
  34.   config_util
  35.   crashpad
  36.   dart
  37.   depot_tools
  38.   goma_client
  39.   gyp
  40.   infra
  41.   infra_internal
  42.   inspector_protocol
  43.   ios
  44.   ios_internal
  45.   nacl
  46.   naclports
  47.   pdfium
  48.   skia
  49.   skia_buildbot
  50.   syzygy
  51.   v8
  52.   webrtc
  53.   webrtc_android
  54.   webrtc_ios
  55. Sam-Ms-MacBook-Pro:chromium sammendelson$ fetch chromium
  56. Running: gclient root
  57. ^Cinterrupted
  58. Traceback (most recent call last):
  59.   File "/Users/sammendelson/bin/depot_tools/gclient.py", line 104, in <module>
  60.     import gclient_scm
  61.   File "/Users/sammendelson/bin/depot_tools/gclient_scm.py", line 26, in <module>
  62.     import scm
  63.   File "/Users/sammendelson/bin/depot_tools/scm.py", line 8, in <module>
  64.     import glob
  65.   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/glob.py", line 1, in <module>
  66.     """Filename globbing utility."""
  67. KeyboardInterrupt
  68. Sam-Ms-MacBook-Pro:chromium sammendelson$ ls
  69. Sam-Ms-MacBook-Pro:chromium sammendelson$ ls
  70. Sam-Ms-MacBook-Pro:chromium sammendelson$ ls -a
  71. .   ..
  72. Sam-Ms-MacBook-Pro:chromium sammendelson$ fetch --no-history chromium
  73. Running: gclient root
  74. WARNING: Your metrics.cfg file was invalid or nonexistent. A new one will be created.
  75. Running: gclient config --spec 'solutions = [
  76.  {
  77.    "url": "https://chromium.googlesource.com/chromium/src.git",
  78.    "managed": False,
  79.    "name": "src",
  80.    "custom_deps": {},
  81.    "custom_vars": {},
  82.  },
  83. ]
  84. '
  85. Running: gclient sync --no-history
  86.  
  87. ________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://chromium.googlesource.com/chromium/src.git --depth=1 /Users/sammendelson/Downloads/chromium/_gclient_src_3Gs7HV' in '/Users/sammendelson/Downloads/chromium'
  88. Cloning into '/Users/sammendelson/Downloads/chromium/_gclient_src_3Gs7HV'...
  89. remote: Counting objects: 296968, done        
  90. remote: Finding sources: 100% (296968/296968)          
  91. Receiving objects:  37% (109879/296968), 313.28 MiB | 13.58 MiB/s  
  92. [0:01:00] Still working on:
  93. [0:01:00]   src
  94. Receiving objects:  46% (136606/296968), 424.38 MiB | 15.31 MiB/s  
  95. [0:01:10] Still working on:
  96. [0:01:10]   src
  97. Receiving objects:  83% (246690/296968), 600.19 MiB | 23.94 MiB/s  
  98. [0:01:20] Still working on:
  99. [0:01:20]   src
  100. Receiving objects:  94% (281683/296968), 876.97 MiB | 22.50 MiB/s  
  101. [0:01:30] Still working on:
  102. [0:01:30]   src
  103. remote: Total 296968 (delta 70041), reused 197911 (delta 70041)        
  104. Receiving objects: 100% (296968/296968), 978.08 MiB | 15.64 MiB/s, done.
  105. Resolving deltas: 100% (70041/70041), done.
  106.  
  107. [0:01:40] Still working on:
  108. [0:01:40]   src
  109.  
  110. [0:01:50] Still working on:
  111. [0:01:50]   src
  112.  
  113. [0:02:00] Still working on:
  114. [0:02:00]   src
  115.  
  116. [0:02:10] Still working on:
  117. [0:02:10]   src
  118.  
  119. [0:02:20] Still working on:
  120. [0:02:20]   src
  121.  
  122. [0:02:30] Still working on:
  123. [0:02:30]   src
  124.  
  125. [0:02:40] Still working on:
  126. [0:02:40]   src
  127.  
  128. [0:02:50] Still working on:
  129. [0:02:50]   src
  130.  
  131. [0:03:00] Still working on:
  132. [0:03:00]   src
  133.  
  134. [0:03:10] Still working on:
  135. [0:03:10]   src
  136.  
  137. [0:03:20] Still working on:
  138. [0:03:20]   src
  139. Syncing projects:   0% ( 0/ 2)
  140. [0:03:27] Still working on:
  141. [0:03:27]   src
  142.  
  143. [0:03:27] Still working on:
  144. [0:03:27]   src
  145. Syncing projects:  97% (90/92) src/third_party/skia                            
  146. [0:07:34] Still working on:
  147. [0:07:34]   src/v8
  148. [0:07:34]   src/third_party/angle/third_party/deqp/src
  149.  
  150. [0:07:43] Still working on:
  151. [0:07:43]   src/v8
  152. [0:07:43]   src/third_party/angle/third_party/deqp/src
  153. Syncing projects: 100% (92/92), done.                                    
  154. Running hooks:   5% ( 4/79) nacltools
  155. ________ running '/usr/bin/python src/build/download_nacl_toolchains.py --mode nacl_core_sdk sync --extract' in '/Users/sammendelson/Downloads/chromium'
  156. INFO: --Syncing nacl_arm_glibc to revision 053185d68ed3b96640f15c4ae457b1ff373c6cac--
  157. INFO: Downloading package archive: binutils_arm_x86_64_apple_darwin.tgz (1/6)
  158. INFO: Downloading package archive: gcc_arm_x86_64_apple_darwin.tgz (2/6)
  159. INFO: Downloading package archive: gcc_libs_arm.tgz (3/6)
  160. INFO: Downloading package archive: gdb_x86_64_apple_darwin.tgz (4/6)
  161. INFO: Downloading package archive: glibc_arm.tgz (5/6)
  162. INFO: Downloading package archive: sdk_libs_arm.tgz (6/6)
  163. INFO: --Syncing nacl_x86_glibc to revision 9ff1dc0c05b45941b86bed303a87a9eac17192ea--
  164. INFO: Downloading package archive: core_sdk.tar.bz2 (1/3)
  165. INFO: Downloading package archive: gdb_x86_64_apple_darwin.tgz (2/3)
  166. INFO: Downloading package archive: toolchain.tar.bz2 (3/3)
  167. INFO: --Syncing nacl_x86_newlib to revision 11953a35fcd4f999b097a343bc49d89f94af21a8--
  168. INFO: Downloading package archive: core_sdk.tgz (1/3)
  169. INFO: Downloading package archive: gdb_x86_64_apple_darwin.tgz (2/3)
  170. INFO: Downloading package archive: naclsdk.tgz (3/3)
  171. INFO: --Syncing pnacl_newlib to revision b48266b051f596802addff7c8d1fc6fb9cf6bea7--
  172. INFO: Downloading package archive: binutils_x86_64_apple_darwin.tgz (1/50)
  173. INFO: Downloading package archive: binutils_x86_x86_64_apple_darwin.tgz (2/50)
  174. INFO: Downloading package archive: compiler_rt_bc_arm_bc.tgz (3/50)
  175. INFO: Downloading package archive: compiler_rt_bc_i686_bc.tgz (4/50)
  176. INFO: Downloading package archive: compiler_rt_bc_le32.tgz (5/50)
  177. INFO: Downloading package archive: compiler_rt_bc_x86_64_bc.tgz (6/50)
  178. INFO: Downloading package archive: core_sdk_libs_arm.tgz (7/50)
  179. INFO: Downloading package archive: core_sdk_libs_i686.tgz (8/50)
  180. INFO: Downloading package archive: core_sdk_libs_le32.tgz (9/50)
  181. INFO: Downloading package archive: core_sdk_libs_mipsel.tgz (10/50)
  182. INFO: Downloading package archive: core_sdk_libs_x86_64.tgz (11/50)
  183. INFO: Downloading package archive: driver_x86_64_apple_darwin.tgz (12/50)
  184. INFO: Downloading package archive: libcxx_arm.tgz (13/50)
  185. INFO: Downloading package archive: libcxx_arm_bc.tgz (14/50)
  186. INFO: Downloading package archive: libcxx_i686.tgz (15/50)
  187. INFO: Downloading package archive: libcxx_i686_bc.tgz (16/50)
  188. INFO: Downloading package archive: libcxx_le32.tgz (17/50)
  189. INFO: Downloading package archive: libcxx_mipsel.tgz (18/50)
  190. INFO: Downloading package archive: libcxx_x86_64.tgz (19/50)
  191. INFO: Downloading package archive: libcxx_x86_64_apple_darwin.tgz (20/50)
  192. INFO: Downloading package archive: libcxx_x86_64_bc.tgz (21/50)
  193. INFO: Downloading package archive: libgcc_eh_arm.tgz (22/50)
  194. INFO: Downloading package archive: libgcc_eh_mips32.tgz (23/50)
  195. INFO: Downloading package archive: libgcc_eh_x86_32.tgz (24/50)
  196. INFO: Downloading package archive: libgcc_eh_x86_64.tgz (25/50)
  197. INFO: Downloading package archive: libs_support_arm.tgz (26/50)
  198. INFO: Downloading package archive: libs_support_arm_bc.tgz (27/50)
  199. INFO: Downloading package archive: libs_support_i686.tgz (28/50)
  200. INFO: Downloading package archive: libs_support_i686_bc.tgz (29/50)
  201. INFO: Downloading package archive: libs_support_le32.tgz (30/50)
  202. INFO: Downloading package archive: libs_support_mipsel.tgz (31/50)
  203. INFO: Downloading package archive: libs_support_translator_arm.tgz (32/50)
  204. INFO: Downloading package archive: libs_support_translator_arm_nonsfi.tgz (33/50)
  205. INFO: Downloading package archive: libs_support_translator_mips32.tgz (34/50)
  206. INFO: Downloading package archive: libs_support_translator_x86_32.tgz (35/50)
  207. INFO: Downloading package archive: libs_support_translator_x86_32_nonsfi.tgz (36/50)
  208. INFO: Downloading package archive: libs_support_translator_x86_64.tgz (37/50)
  209. INFO: Downloading package archive: libs_support_x86_64.tgz (38/50)
  210. INFO: Downloading package archive: libs_support_x86_64_bc.tgz (39/50)
  211. INFO: Downloading package archive: llvm_x86_64_apple_darwin.tgz (40/50)
  212. INFO: Downloading package archive: metadata.tgz (41/50)
  213. INFO: Downloading package archive: newlib_arm.tgz (42/50)
  214. INFO: Downloading package archive: newlib_arm_bc.tgz (43/50)
  215. INFO: Downloading package archive: newlib_i686.tgz (44/50)
  216. INFO: Downloading package archive: newlib_i686_bc.tgz (45/50)
  217. INFO: Downloading package archive: newlib_le32.tgz (46/50)
  218. INFO: Downloading package archive: newlib_mipsel.tgz (47/50)
  219. INFO: Downloading package archive: newlib_x86_64.tgz (48/50)
  220. INFO: Downloading package archive: newlib_x86_64_bc.tgz (49/50)
  221. INFO: Downloading package archive: unsandboxed_runtime_x86_32_mac.tgz (50/50)
  222. INFO: --Syncing pnacl_translator to revision b48266b051f596802addff7c8d1fc6fb9cf6bea7--
  223. INFO: Downloading package archive: sandboxed_translators.tgz (1/1)
  224. INFO: Extracting package (nacl_arm_glibc) to directory: /Users/sammendelson/Downloads/chromium/src/native_client/toolchain/mac_x86/nacl_arm_glibc
  225. INFO: Extracting binutils_arm_x86_64_apple_darwin.tgz (1/6)
  226. |------------------------------------------------|
  227. .................................................
  228. INFO: Extracting gcc_arm_x86_64_apple_darwin.tgz (2/6)
  229. |------------------------------------------------|
  230. .................................................
  231. INFO: Extracting gcc_libs_arm.tgz (3/6)
  232. |------------------------------------------------|
  233. .................................................
  234. INFO: Extracting gdb_x86_64_apple_darwin.tgz (4/6)
  235. |------------------------------------------------|
  236. ..................................................
  237. INFO: Extracting glibc_arm.tgz (5/6)
  238. |------------------------------------------------|
  239. .................................................
  240. INFO: Extracting sdk_libs_arm.tgz (6/6)
  241. |------------------------------------------------|
  242. .................................................
  243. INFO: Extracting package (nacl_x86_glibc) to directory: /Users/sammendelson/Downloads/chromium/src/native_client/toolchain/mac_x86/nacl_x86_glibc
  244. INFO: Extracting core_sdk.tar.bz2 (1/3)
  245. |------------------------------------------------|
  246. ..................................................
  247. INFO: Extracting gdb_x86_64_apple_darwin.tgz (2/3)
  248. |------------------------------------------------|
  249. .................................................
  250. INFO: Extracting toolchain.tar.bz2 (3/3)
  251. |------------------------------------------------|
  252. .................................................
  253. INFO: Extracting package (nacl_x86_newlib) to directory: /Users/sammendelson/Downloads/chromium/src/native_client/toolchain/mac_x86/nacl_x86_newlib
  254. INFO: Extracting core_sdk.tgz (1/3)
  255. |------------------------------------------------|
  256. .................................................
  257. INFO: Extracting gdb_x86_64_apple_darwin.tgz (2/3)
  258. |------------------------------------------------|
  259. ..................................................
  260. INFO: Extracting naclsdk.tgz (3/3)
  261. |------------------------------------------------|
  262. .................................................
  263. INFO: Extracting package (pnacl_newlib) to directory: /Users/sammendelson/Downloads/chromium/src/native_client/toolchain/mac_x86/pnacl_newlib
  264. INFO: Extracting binutils_x86_64_apple_darwin.tgz (1/50)
  265. |------------------------------------------------|
  266. .................................................
  267. INFO: Extracting binutils_x86_x86_64_apple_darwin.tgz (2/50)
  268. |------------------------------------------------|
  269. ..................................................
  270. INFO: Extracting compiler_rt_bc_arm_bc.tgz (3/50)
  271. |------------------------------------------------|
  272. .....
  273. INFO: Extracting compiler_rt_bc_i686_bc.tgz (4/50)
  274. |------------------------------------------------|
  275. .....
  276. INFO: Extracting compiler_rt_bc_le32.tgz (5/50)
  277. |------------------------------------------------|
  278. .....
  279. INFO: Extracting compiler_rt_bc_x86_64_bc.tgz (6/50)
  280. |------------------------------------------------|
  281. .....
  282. INFO: Extracting core_sdk_libs_arm.tgz (7/50)
  283. |------------------------------------------------|
  284. ..................................................
  285. INFO: Extracting core_sdk_libs_i686.tgz (8/50)
  286. |------------------------------------------------|
  287. ..................................................
  288. INFO: Extracting core_sdk_libs_le32.tgz (9/50)
  289. |------------------------------------------------|
  290. ..................................................
  291. INFO: Extracting core_sdk_libs_mipsel.tgz (10/50)
  292. |------------------------------------------------|
  293. ..................................................
  294. INFO: Extracting core_sdk_libs_x86_64.tgz (11/50)
  295. |------------------------------------------------|
  296. ..................................................
  297. INFO: Extracting driver_x86_64_apple_darwin.tgz (12/50)
  298. |------------------------------------------------|
  299. ..................................................
  300. INFO: Extracting libcxx_arm.tgz (13/50)
  301. |------------------------------------------------|
  302. .......
  303. INFO: Extracting libcxx_arm_bc.tgz (14/50)
  304. |------------------------------------------------|
  305. ....
  306. INFO: Extracting libcxx_i686.tgz (15/50)
  307. |------------------------------------------------|
  308.  
  309. INFO: Extracting libcxx_i686_bc.tgz (16/50)
  310. |------------------------------------------------|
  311. ....
  312. INFO: Extracting libcxx_le32.tgz (17/50)
  313. |------------------------------------------------|
  314. ......
  315. INFO: Extracting libcxx_mipsel.tgz (18/50)
  316. |------------------------------------------------|
  317. .......
  318. INFO: Extracting libcxx_x86_64.tgz (19/50)
  319. |------------------------------------------------|
  320. .......
  321. INFO: Extracting libcxx_x86_64_apple_darwin.tgz (20/50)
  322. |------------------------------------------------|
  323. ..................................................
  324. INFO: Extracting libcxx_x86_64_bc.tgz (21/50)
  325. |------------------------------------------------|
  326. ....
  327. INFO: Extracting libgcc_eh_arm.tgz (22/50)
  328. |------------------------------------------------|
  329.  
  330. INFO: Extracting libgcc_eh_mips32.tgz (23/50)
  331. |------------------------------------------------|
  332.  
  333. INFO: Extracting libgcc_eh_x86_32.tgz (24/50)
  334. |------------------------------------------------|
  335. .
  336. INFO: Extracting libgcc_eh_x86_64.tgz (25/50)
  337. |------------------------------------------------|
  338. .
  339. INFO: Extracting libs_support_arm.tgz (26/50)
  340. |------------------------------------------------|
  341. ..........
  342. INFO: Extracting libs_support_arm_bc.tgz (27/50)
  343. |------------------------------------------------|
  344. ..................................................
  345. INFO: Extracting libs_support_i686.tgz (28/50)
  346. |------------------------------------------------|
  347. ..........
  348. INFO: Extracting libs_support_i686_bc.tgz (29/50)
  349. |------------------------------------------------|
  350. ..................................................
  351. INFO: Extracting libs_support_le32.tgz (30/50)
  352. |------------------------------------------------|
  353. ..................................................
  354. INFO: Extracting libs_support_mipsel.tgz (31/50)
  355. |------------------------------------------------|
  356. ............
  357. INFO: Extracting libs_support_translator_arm.tgz (32/50)
  358. |------------------------------------------------|
  359. ...............................
  360. INFO: Extracting libs_support_translator_arm_nonsfi.tgz (33/50)
  361. |------------------------------------------------|
  362. ..................................................
  363. INFO: Extracting libs_support_translator_mips32.tgz (34/50)
  364. |------------------------------------------------|
  365. ...................................
  366. INFO: Extracting libs_support_translator_x86_32.tgz (35/50)
  367. |------------------------------------------------|
  368. ...................................
  369. INFO: Extracting libs_support_translator_x86_32_nonsfi.tgz (36/50)
  370. |------------------------------------------------|
  371. ..................................................
  372. INFO: Extracting libs_support_translator_x86_64.tgz (37/50)
  373. |------------------------------------------------|
  374. ................................
  375. INFO: Extracting libs_support_x86_64.tgz (38/50)
  376. |------------------------------------------------|
  377. ............
  378. INFO: Extracting libs_support_x86_64_bc.tgz (39/50)
  379. |------------------------------------------------|
  380. ..................................................
  381. INFO: Extracting llvm_x86_64_apple_darwin.tgz (40/50)
  382. |------------------------------------------------|
  383. .................................................
  384. INFO: Extracting metadata.tgz (41/50)
  385. |------------------------------------------------|
  386. ......................................
  387. INFO: Extracting newlib_arm.tgz (42/50)
  388. |------------------------------------------------|
  389. ..................................................
  390. INFO: Extracting newlib_arm_bc.tgz (43/50)
  391. |------------------------------------------------|
  392. ..................................................
  393. INFO: Extracting newlib_i686.tgz (44/50)
  394. |------------------------------------------------|
  395. ..................................................
  396. INFO: Extracting newlib_i686_bc.tgz (45/50)
  397. |------------------------------------------------|
  398. ..................................................
  399. INFO: Extracting newlib_le32.tgz (46/50)
  400. |------------------------------------------------|
  401. ..................................................
  402. INFO: Extracting newlib_mipsel.tgz (47/50)
  403. |------------------------------------------------|
  404. ..................................................
  405. INFO: Extracting newlib_x86_64.tgz (48/50)
  406. |------------------------------------------------|
  407. ..................................................
  408. INFO: Extracting newlib_x86_64_bc.tgz (49/50)
  409. |------------------------------------------------|
  410. ..................................................
  411. INFO: Extracting unsandboxed_runtime_x86_32_mac.tgz (50/50)
  412. |------------------------------------------------|
  413. ........
  414. INFO: Extracting package (pnacl_translator) to directory: /Users/sammendelson/Downloads/chromium/src/native_client/toolchain/mac_x86/pnacl_translator
  415. INFO: Extracting sandboxed_translators.tgz (1/1)
  416. |------------------------------------------------|
  417. ..................................................
  418. Hook '/usr/bin/python src/build/download_nacl_toolchains.py --mode nacl_core_sdk sync --extract' took 180.15 secs
  419. Running hooks:  16% (13/79) mac_toolchain
  420. ________ running '/usr/bin/python src/build/mac_toolchain.py' in '/Users/sammendelson/Downloads/chromium'
  421. Skipping Mac toolchain installation for mac
  422. Running hooks:  18% (15/79) clang        
  423. ________ running '/usr/bin/python src/tools/clang/scripts/update.py --with-android=False' in '/Users/sammendelson/Downloads/chromium'
  424. Downloading https://commondatastorage.googleapis.com/chromium-browser-clang/Mac/clang-350768-2.tgz .......... Done.
  425. Running hooks:  27% (22/79) gn_mac          
  426. ________ running '/usr/bin/python src/third_party/depot_tools/download_from_google_storage.py --no_resume --no_auth --bucket chromium-gn -s src/buildtools/mac/gn.sha1' in '/Users/sammendelson/Downloads/chromium'
  427. 0> Downloading src/buildtools/mac/gn...
  428. Downloading 1 files took 99.335062 second(s)
  429. Hook '/usr/bin/python src/third_party/depot_tools/download_from_google_storage.py --no_resume --no_auth --bucket chromium-gn -s src/buildtools/mac/gn.sha1' took 99.48 secs
  430. Running hooks:  31% (25/79) clang_format_mac
  431. ________ running '/usr/bin/python src/third_party/depot_tools/download_from_google_storage.py --no_resume --no_auth --bucket chromium-clang-format -s src/buildtools/mac/clang-format.sha1' in '/Users/sammendelson/Downloads/chromium'
  432. 0> Downloading src/buildtools/mac/clang-format...
  433. Downloading 1 files took 6.880375 second(s)
  434. Running hooks:  37% (30/79) test_fonts        
  435. ________ running 'download_from_google_storage --no_resume --extract --no_auth --bucket chromium-fonts -s src/third_party/test_fonts/test_fonts.tar.gz.sha1' in '/Users/sammendelson/Downloads/chromium'
  436. 0> Downloading src/third_party/test_fonts/test_fonts.tar.gz...
  437. 0> Extracting 30 entries from src/third_party/test_fonts/test_fonts.tar.gz to src/third_party/test_fonts/test_fonts
  438. Downloading 1 files took 33.408168 second(s)
  439. Hook 'download_from_google_storage --no_resume --extract --no_auth --bucket chromium-fonts -s src/third_party/test_fonts/test_fonts.tar.gz.sha1' took 33.51 secs
  440. Running hooks:  41% (33/79) luci-go_mac  
  441. ________ running '/usr/bin/python src/third_party/depot_tools/download_from_google_storage.py --no_resume --no_auth --bucket chromium-luci -d src/tools/luci-go/mac64' in '/Users/sammendelson/Downloads/chromium'
  442. 0> Downloading src/tools/luci-go/mac64/isolate...
  443. Downloading 1 files took 9.707171 second(s)
  444. Running hooks:  48% (38/79) wasm_fuzzer        
  445. ________ running '/usr/bin/python src/third_party/depot_tools/download_from_google_storage.py --no_resume --no_auth -u --bucket v8-wasm-fuzzer -s src/v8/test/fuzzer/wasm_corpus.tar.gz.sha1' in '/Users/sammendelson/Downloads/chromium'
  446. 0> Downloading src/v8/test/fuzzer/wasm_corpus.tar.gz...
  447. 0> Extracting 15291 entries from src/v8/test/fuzzer/wasm_corpus.tar.gz to src/v8/test/fuzzer/wasm_corpus
  448. Downloading 1 files took 14.711222 second(s)
  449. Hook '/usr/bin/python src/third_party/depot_tools/download_from_google_storage.py --no_resume --no_auth -u --bucket v8-wasm-fuzzer -s src/v8/test/fuzzer/wasm_corpus.tar.gz.sha1' took 14.83 secs
  450. Running hooks:  50% (40/79) node_mac    
  451. ________ running '/usr/bin/python src/third_party/depot_tools/download_from_google_storage.py --no_resume --extract --no_auth --bucket chromium-nodejs/8.9.1 -s src/third_party/node/mac/node-darwin-x64.tar.gz.sha1' in '/Users/sammendelson/Downloads/chromium'
  452. 0> Downloading src/third_party/node/mac/node-darwin-x64.tar.gz...
  453. 0> Extracting 5271 entries from src/third_party/node/mac/node-darwin-x64.tar.gz to src/third_party/node/mac/node-darwin-x64
  454. Downloading 1 files took 13.471028 second(s)
  455. Hook '/usr/bin/python src/third_party/depot_tools/download_from_google_storage.py --no_resume --extract --no_auth --bucket chromium-nodejs/8.9.1 -s src/third_party/node/mac/node-darwin-x64.tar.gz.sha1' took 13.57 secs
  456. Running hooks:  53% (42/79) webui_node_modules
  457. ________ running '/usr/bin/python src/third_party/depot_tools/download_from_google_storage.py --no_resume --extract --no_auth --bucket chromium-nodejs -s src/third_party/node/node_modules.tar.gz.sha1' in '/Users/sammendelson/Downloads/chromium'
  458. 0> Downloading src/third_party/node/node_modules.tar.gz...
  459. 0> Extracting 5458 entries from src/third_party/node/node_modules.tar.gz to src/third_party/node/node_modules
  460. Downloading 1 files took 10.905799 second(s)
  461. Hook '/usr/bin/python src/third_party/depot_tools/download_from_google_storage.py --no_resume --extract --no_auth --bucket chromium-nodejs -s src/third_party/node/node_modules.tar.gz.sha1' took 10.99 secs
  462. Running hooks:  59% (47/79) zucchini_testdata                    
  463. ________ running '/usr/bin/python src/third_party/depot_tools/download_from_google_storage.py --no_resume --no_auth --num_threads=4 --bucket chromium-binary-patching/zucchini_testdata --recursive -d src/components/zucchini' in '/Users/sammendelson/Downloads/chromium'
  464. 0> Downloading src/components/zucchini/testdata/chrome64_1.exe...
  465. 2> Downloading src/components/zucchini/testdata/setup1.exe...
  466. 1> Downloading src/components/zucchini/testdata/chrome64_2.exe...
  467. 3> Downloading src/components/zucchini/testdata/setup2.exe...
  468. 1> Downloading src/components/zucchini/fuzzers/testdata/new_eventlog_provider.dll...
  469. 3> Downloading src/components/zucchini/fuzzers/testdata/old_eventlog_provider.dll...
  470. Downloading 6 files took 17.865308 second(s)
  471. Hook '/usr/bin/python src/third_party/depot_tools/download_from_google_storage.py --no_resume --no_auth --num_threads=4 --bucket chromium-binary-patching/zucchini_testdata --recursive -d src/components/zucchini' took 20.00 secs
  472. Running hooks: 100% (79/79), done.                                
  473. Running: git submodule foreach 'git config -f $toplevel/.git/config submodule.$name.ignore all'
  474. Running: git config diff.ignoreSubmodules all
  475. Sam-Ms-MacBook-Pro:chromium sammendelson$ ls
  476. src
  477. Sam-Ms-MacBook-Pro:chromium sammendelson$ gn args out/
  478. ERROR Can't find source root.
  479. I could not find a ".gn" file in the current directory or any parent,
  480. and the --root command-line argument was not specified.
  481. Sam-Ms-MacBook-Pro:chromium sammendelson$ gn args
  482. ERROR Exactly one build dir needed.
  483. Usage: "gn args <out_dir>"
  484. Or see "gn help args" for more variants.
  485. Sam-Ms-MacBook-Pro:chromium sammendelson$ gn help args
  486. gn args <out_dir> [--list] [--short] [--args] [--overrides-only]
  487.  
  488.  See also "gn help buildargs" for a more high-level overview of how
  489.  build arguments work.
  490.  
  491. Usage
  492.  
  493.  gn args <out_dir>
  494.      Open the arguments for the given build directory in an editor. If the
  495.      given build directory doesn't exist, it will be created and an empty args
  496.       file will be opened in the editor. You would type something like this
  497.       into that file:
  498.           enable_doom_melon=false
  499.           os="android"
  500.  
  501.       To find your editor on Posix, GN will search the environment variables in
  502.       order: GN_EDITOR, VISUAL, and EDITOR. On Windows GN will open the command
  503.       associated with .txt files.
  504.  
  505.       Note: you can edit the build args manually by editing the file "args.gn"
  506.       in the build directory and then running "gn gen <out_dir>".
  507.  
  508.   gn args <out_dir> --list[=<exact_arg>] [--short] [--overrides-only] [--json]
  509.       Lists all build arguments available in the current configuration, or, if
  510.       an exact_arg is specified for the list flag, just that one build
  511.       argument.
  512.  
  513.       The output will list the declaration location, current value for the
  514.       build, default value (if different than the current value), and comment
  515.       preceding the declaration.
  516.  
  517.       If --short is specified, only the names and current values will be
  518.       printed.
  519.  
  520.       If --overrides-only is specified, only the names and current values of
  521.       arguments that have been overridden (i.e. non-default arguments) will
  522.       be printed. Overrides come from the <out_dir>/args.gn file and //.gn
  523.  
  524.       If --json is specified, the output will be emitted in json format.
  525.       JSON schema for output:
  526.       [
  527.         {
  528.           "name": variable_name,
  529.           "current": {
  530.             "value": overridden_value,
  531.             "file": file_name,
  532.             "line": line_no
  533.           },
  534.           "default": {
  535.             "value": default_value,
  536.             "file": file_name,
  537.             "line": line_no
  538.           },
  539.           "comment": comment_string
  540.         },
  541.         ...
  542.       ]
  543.  
  544. Examples
  545.  
  546.   gn args out/Debug
  547.     Opens an editor with the args for out/Debug.
  548.  
  549.   gn args out/Debug --list --short
  550.     Prints all arguments with their default values for the out/Debug
  551.     build.
  552.  
  553.   gn args out/Debug --list --short --overrides-only
  554.     Prints overridden arguments for the out/Debug build.
  555.  
  556.   gn args out/Debug --list=target_cpu
  557.     Prints information about the "target_cpu" argument for the "
  558.   "out/Debug
  559.     build.
  560.  
  561.   gn args --list --args="os=\"android\" enable_doom_melon=true"
  562.     Prints all arguments with the default values for a build with the
  563.     given arguments set (which may affect the values of other
  564.     arguments).
  565.  
  566. Sam-Ms-MacBook-Pro:chromium sammendelson$ gn args out/chromium
  567. ERROR Can't find source root.
  568. I could not find a ".gn" file in the current directory or any parent,
  569. and the --root command-line argument was not specified.
  570. Sam-Ms-MacBook-Pro:chromium sammendelson$ gn help buildargs
  571. Build Arguments Overview
  572.  
  573.  Build arguments are variables passed in from outside of the build that build
  574.  files can query to determine how the build works.
  575.  
  576. How build arguments are set
  577.  
  578.  First, system default arguments are set based on the current system. The
  579.  built-in arguments are:
  580.   - host_cpu
  581.   - host_os
  582.   - current_cpu
  583.   - current_os
  584.   - target_cpu
  585.   - target_os
  586.  
  587.  Next, project-specific overrides are applied. These are specified inside
  588.  the default_args variable of //.gn. See "gn help dotfile" for more.
  589.  
  590.  If specified, arguments from the --args command line flag are used. If that
  591.  flag is not specified, args from previous builds in the build directory will
  592.  be used (this is in the file args.gn in the build directory).
  593.  
  594.  Last, for targets being compiled with a non-default toolchain, the toolchain
  595.  overrides are applied. These are specified in the toolchain_args section of a
  596.  toolchain definition. The use-case for this is that a toolchain may be
  597.  building code for a different platform, and that it may want to always
  598.  specify Posix, for example. See "gn help toolchain" for more.
  599.  
  600.  If you specify an override for a build argument that never appears in a
  601.  "declare_args" call, a nonfatal error will be displayed.
  602.  
  603. Examples
  604.  
  605.  gn args out/FooBar
  606.      Create the directory out/FooBar and open an editor. You would type
  607.      something like this into that file:
  608.          enable_doom_melon=false
  609.          os="android"
  610.  
  611.  gn gen out/FooBar --args="enable_doom_melon=true os=\"android\""
  612.      This will overwrite the build directory with the given arguments. (Note
  613.      that the quotes inside the args command will usually need to be escaped
  614.      for your shell to pass through strings values.)
  615.  
  616. How build arguments are used
  617.  
  618.  If you want to use an argument, you use declare_args() and specify default
  619.  values. These default values will apply if none of the steps listed in the
  620.  "How build arguments are set" section above apply to the given argument, but
  621.  the defaults will not override any of these.
  622.  
  623.  Often, the root build config file will declare global arguments that will be
  624.  passed to all buildfiles. Individual build files can also specify arguments
  625.  that apply only to those files. It is also useful to specify build args in an
  626.  "import"-ed file if you want such arguments to apply to multiple buildfiles.
  627.  
  628. Sam-Ms-MacBook-Pro:chromium sammendelson$ gn args out/FooBar
  629. ERROR Can't find source root.
  630. I could not find a ".gn" file in the current directory or any parent,
  631. and the --root command-line argument was not specified.
  632. Sam-Ms-MacBook-Pro:chromium sammendelson$ cd src
  633. Sam-Ms-MacBook-Pro:src sammendelson$ gn args out/bin
  634. Waiting for editor on "/Users/sammendelson/Downloads/chromium/src/out/bin/args.gn"...
  635. Generating files...
  636. Done. Made 10854 targets from 1690 files in 16808ms
  637. Sam-Ms-MacBook-Pro:src sammendelson$ ls
  638. AUTHORS         chromecast      mojo
  639. BUILD.gn        chromeos        native_client
  640. CODE_OF_CONDUCT.md  cloud_print     native_client_sdk
  641. DEPS            codereview.settings net
  642. ENG_REVIEW_OWNERS   components      out
  643. LICENSE         content         pdf
  644. LICENSE.chromium_os courgette       ppapi
  645. OWNERS          crypto          printing
  646. PRESUBMIT.py        dbus            remoting
  647. PRESUBMIT_test.py   device          rlz
  648. PRESUBMIT_test_mocks.py docs            sandbox
  649. README.md       extensions      services
  650. WATCHLISTS      gin         skia
  651. android_webview     google_apis     sql
  652. apps            google_update       storage
  653. ash         gpu         styleguide
  654. base            headless        testing
  655. build           infra           third_party
  656. build_overrides     ios         tools
  657. buildtools      ipc         ui
  658. cc          jingle          url
  659. chrome          mash            v8
  660. chrome_elf      media           webrunner
  661. Sam-Ms-MacBook-Pro:src sammendelson$ gn gen out/bin
  662. Done. Made 10854 targets from 1690 files in 10198ms
  663. Sam-Ms-MacBook-Pro:src sammendelson$ cd out/bin
  664. Sam-Ms-MacBook-Pro:bin sammendelson$ ls
  665. args.gn         gen         obj
  666. build.ninja     glibc_x64       toolchain.ninja
  667. build.ninja.d       irt_x64
  668. clang_newlib_x64    newlib_pnacl
  669. Sam-Ms-MacBook-Pro:bin sammendelson$ cat args.gn
  670. # Build arguments go here.
  671. # See "gn args <out_dir> --list" for available build arguments.
  672.  
  673. google_api_key = "AIzaSyAFvUNs_QSuNlpudQiYmPq4_TIHyHO3jJ8"
  674. google_default_client_id = "402473451885-gchfd861ss77difpsi1ljm6fm1f600ns.apps.googleusercontent.com"
  675. google_default_client_secret = "3E_2QY0eKGRtVbOyOfkC-taR"
  676. Sam-Ms-MacBook-Pro:bin sammendelson$ nano args.gn
  677. Sam-Ms-MacBook-Pro:bin sammendelson$ gn args
  678. ERROR Exactly one build dir needed.
  679. Usage: "gn args <out_dir>"
  680. Or see "gn help args" for more variants.
  681. Sam-Ms-MacBook-Pro:bin sammendelson$ cd ..
  682. Sam-Ms-MacBook-Pro:out sammendelson$ cd ..
  683. Sam-Ms-MacBook-Pro:src sammendelson$ gn args out/bin
  684. Waiting for editor on "/Users/sammendelson/Downloads/chromium/src/out/bin/args.gn"...
  685. Generating files...
  686. Done. Made 10854 targets from 1690 files in 10819ms
  687. Sam-Ms-MacBook-Pro:src sammendelson$ brew install --HEAD ccache
  688. Updating Homebrew...
  689. ==> Auto-updated Homebrew!
  690. Updated 2 taps (homebrew/core and homebrew/cask).
  691. ==> New Formulae
  692. chafa               libnova             needle              spice-protocol
  693. cryptominisat       libpulsar           nqp                 switch-lan-play
  694. esptool             libvirt-glib        oxipng
  695. hexyl               lsd                 rakudo
  696. libgusb             moarvm              simple-scan
  697. ==> Updated Formulae
  698. akamai                     fltk                       paket
  699. alexjs                     fluid-synth                passenger
  700. allure                     fonttools                  pdftoedn
  701. ammonite-repl              frugal                     pdftoipe
  702. amqp-cpp                   fselect                    php
  703. angular-cli                fuseki                     php@7.2
  704. ark                        getdns                     picard-tools
  705. aws-sdk-cpp                glances                    poppler
  706. azure-cli                  goreleaser                 pre-commit
  707. bash                       gradle                     primesieve
  708. bat                        grv                        pushpin
  709. bear                       hbase                      pwntools
  710. bettercap                  hcloud                     pyenv
  711. bitrise                    imagemagick                python-yq
  712. boost                      jabba                      qpdf
  713. brew-php-switcher          jenkins                    rabbitmq
  714. buildifier                 jid                        restic
  715. cake                       kitchen-sync               serverless
  716. camlp5                     knot                       ship
  717. capstone                   knot-resolver              sonar-scanner
  718. chakra                     libetpan                   sox
  719. citus                      libidn2                    stubby
  720. clamav                     libphonenumber             subversion
  721. clang-format               libpsl                     swiftlint
  722. cli53                      libsodium                  tcpdump
  723. conan                      lmod                       telegraf
  724. console_bridge             lxc                        tor
  725. diff-pdf                   mariadb                    tox
  726. direnv                     mercurial                  urdfdom_headers
  727. docker                     minio                      vagrant-completion
  728. docker-completion          minio-mc                   vegeta
  729. docker-machine             mkcert                     vim
  730. docker-machine-completion  mkvtoolnix                 weboob
  731. eccodes                    mongodb                    wget
  732. ed                         moreutils                  whois
  733. emscripten                 mu                         wireshark
  734. erlang@20                  mutt                       wp-cli-completion
  735. eslint                     neofetch                   wtf
  736. etcd                       ngspice                    yarn
  737. exploitdb                  nvm                        youtube-dl
  738. eye-d3                     openconnect                zeromq
  739. faas-cli                   opentsdb
  740.  
  741. Error: HOMEBREW_LOGS was not exported!
  742. Please don't worry, you likely hit a bug auto-updating from an old version.
  743. Rerun your command, everything is up-to-date and fine now.
  744. Sam-Ms-MacBook-Pro:src sammendelson$ brew install --HEAD ccache
  745. ==> Installing dependencies for ccache: docbook, boost, source-highlight, asciidoc, autoconf, automake and libtool
  746. ==> Installing ccache dependency: docbook
  747. ==> Downloading https://homebrew.bintray.com/bottles/docbook-5.0.mojave.bottle.4
  748. ######################################################################## 100.0%
  749. ==> Pouring docbook-5.0.mojave.bottle.4.tar.gz
  750. ==> xmlcatalog --noout --create /usr/local/etc/xml/catalog
  751. ==> xmlcatalog --noout --del file:///usr/local/Cellar/docbook/5.0/docbook/xml/4.
  752. ==> xmlcatalog --noout --add nextCatalog  file:///usr/local/Cellar/docbook/5.0/d
  753. ==> xmlcatalog --noout --del file:///usr/local/Cellar/docbook/5.0/docbook/xml/4.
  754. ==> xmlcatalog --noout --add nextCatalog  file:///usr/local/Cellar/docbook/5.0/d
  755. ==> xmlcatalog --noout --del file:///usr/local/Cellar/docbook/5.0/docbook/xml/4.
  756. ==> xmlcatalog --noout --add nextCatalog  file:///usr/local/Cellar/docbook/5.0/d
  757. ==> xmlcatalog --noout --del file:///usr/local/Cellar/docbook/5.0/docbook/xml/4.
  758. ==> xmlcatalog --noout --add nextCatalog  file:///usr/local/Cellar/docbook/5.0/d
  759. ==> xmlcatalog --noout --del file:///usr/local/Cellar/docbook/5.0/docbook/xml/4.
  760. ==> xmlcatalog --noout --add nextCatalog  file:///usr/local/Cellar/docbook/5.0/d
  761. ==> xmlcatalog --noout --del file:///usr/local/Cellar/docbook/5.0/docbook/xml/5.
  762. ==> xmlcatalog --noout --add nextCatalog  file:///usr/local/Cellar/docbook/5.0/d
  763. ==> Caveats
  764. To use the DocBook package in your XML toolchain,
  765. you need to add the following to your ~/.bashrc:
  766.  
  767. export XML_CATALOG_FILES="/usr/local/etc/xml/catalog"
  768. ==> Summary
  769. 🍺  /usr/local/Cellar/docbook/5.0: 182 files, 4.6MB
  770. ==> Installing ccache dependency: boost
  771. ==> Downloading https://homebrew.bintray.com/bottles/boost-1.68.0_1.mojave.bottl
  772. ######################################################################## 100.0%
  773. ==> Pouring boost-1.68.0_1.mojave.bottle.tar.gz
  774. 🍺  /usr/local/Cellar/boost/1.68.0_1: 13,712 files, 469.0MB
  775. ==> Installing ccache dependency: source-highlight
  776. ==> Downloading https://homebrew.bintray.com/bottles/source-highlight-3.1.8_10.m
  777. ######################################################################## 100.0%
  778. ==> Pouring source-highlight-3.1.8_10.mojave.bottle.tar.gz
  779. ==> Caveats
  780. Bash completion has been installed to:
  781.  /usr/local/etc/bash_completion.d
  782. ==> Summary
  783. 🍺  /usr/local/Cellar/source-highlight/3.1.8_10: 422 files, 6MB
  784. ==> Installing ccache dependency: asciidoc
  785. ==> Downloading https://homebrew.bintray.com/bottles/asciidoc-8.6.10_2.mojave.bo
  786. ######################################################################## 100.0%
  787. ==> Pouring asciidoc-8.6.10_2.mojave.bottle.tar.gz
  788. ==> Caveats
  789. If you intend to process AsciiDoc files through an XML stage
  790. (such as a2x for manpage generation) you need to add something
  791. like:
  792.  
  793.  export XML_CATALOG_FILES=/usr/local/etc/xml/catalog
  794.  
  795. to your shell rc file so that xmllint can find AsciiDoc's
  796. catalog files.
  797.  
  798. See `man 1 xmllint' for more.
  799. ==> Summary
  800. 🍺  /usr/local/Cellar/asciidoc/8.6.10_2: 214 files, 1.9MB
  801. ==> Installing ccache dependency: autoconf
  802. ==> Downloading https://homebrew.bintray.com/bottles/autoconf-2.69.mojave.bottle
  803. ######################################################################## 100.0%
  804. ==> Pouring autoconf-2.69.mojave.bottle.4.tar.gz
  805. ==> Caveats
  806. Emacs Lisp files have been installed to:
  807.  /usr/local/share/emacs/site-lisp/autoconf
  808. ==> Summary
  809. 🍺  /usr/local/Cellar/autoconf/2.69: 71 files, 3.0MB
  810. ==> Installing ccache dependency: automake
  811. ==> Downloading https://homebrew.bintray.com/bottles/automake-1.16.1_1.mojave.bo
  812. ######################################################################## 100.0%
  813. ==> Pouring automake-1.16.1_1.mojave.bottle.tar.gz
  814. 🍺  /usr/local/Cellar/automake/1.16.1_1: 131 files, 3.4MB
  815. ==> Installing ccache dependency: libtool
  816. ==> Downloading https://homebrew.bintray.com/bottles/libtool-2.4.6_1.mojave.bott
  817. ######################################################################## 100.0%
  818. ==> Pouring libtool-2.4.6_1.mojave.bottle.tar.gz
  819. ==> Caveats
  820. In order to prevent conflicts with Apple's own libtool we have prepended a "g"
  821. so, you have instead: glibtool and glibtoolize.
  822. ==> Summary
  823. 🍺  /usr/local/Cellar/libtool/2.4.6_1: 71 files, 3.7MB
  824. ==> Installing ccache --HEAD
  825. ==> Cloning https://github.com/ccache/ccache.git
  826. Cloning into '/Users/sammendelson/Library/Caches/Homebrew/ccache--git'...
  827. ==> Checking out branch master
  828. Already on 'master'
  829. Your branch is up to date with 'origin/master'.
  830. ==> ./autogen.sh
  831. ==> ./configure --prefix=/usr/local/Cellar/ccache/HEAD-58d7831 --mandir=/usr/local/Cellar/ccache/HEAD-58d7831/shar
  832. ==> make
  833. ==> make install
  834. ==> Caveats
  835. To install symlinks for compilers that will automatically use
  836. ccache, prepend this directory to your PATH:
  837.   /usr/local/opt/ccache/libexec
  838.  
  839. If this is an upgrade and you have previously added the symlinks to
  840. your PATH, you may need to modify it to the path specified above so
  841. it points to the current version.
  842.  
  843. NOTE: ccache can prevent some software from compiling.
  844. ALSO NOTE: The brew command, by design, will never use ccache.
  845. ==> Summary
  846. 🍺  /usr/local/Cellar/ccache/HEAD-58d7831: 56 files, 219.3KB, built in 59 seconds
  847. ==> Caveats
  848. ==> docbook
  849. To use the DocBook package in your XML toolchain,
  850. you need to add the following to your ~/.bashrc:
  851.  
  852. export XML_CATALOG_FILES="/usr/local/etc/xml/catalog"
  853. ==> source-highlight
  854. Bash completion has been installed to:
  855.   /usr/local/etc/bash_completion.d
  856. ==> asciidoc
  857. If you intend to process AsciiDoc files through an XML stage
  858. (such as a2x for manpage generation) you need to add something
  859. like:
  860.  
  861.   export XML_CATALOG_FILES=/usr/local/etc/xml/catalog
  862.  
  863. to your shell rc file so that xmllint can find AsciiDoc's
  864. catalog files.
  865.  
  866. See `man 1 xmllint' for more.
  867. ==> autoconf
  868. Emacs Lisp files have been installed to:
  869.   /usr/local/share/emacs/site-lisp/autoconf
  870. ==> libtool
  871. In order to prevent conflicts with Apple's own libtool we have prepended a "g"
  872. so, you have instead: glibtool and glibtoolize.
  873. ==> ccache
  874. To install symlinks for compilers that will automatically use
  875. ccache, prepend this directory to your PATH:
  876.  /usr/local/opt/ccache/libexec
  877.  
  878. If this is an upgrade and you have previously added the symlinks to
  879. your PATH, you may need to modify it to the path specified above so
  880. it points to the current version.
  881.  
  882. NOTE: ccache can prevent some software from compiling.
  883. ALSO NOTE: The brew command, by design, will never use ccache.
  884. Sam-Ms-MacBook-Pro:src sammendelson$ gn gen out-gn --args 'cc_wrapper="ccache"'
  885. ERROR Need exactly one build directory to generate.
  886. I expected something more like "gn gen out/foo"
  887. You can also see "gn help gen".
  888. Sam-Ms-MacBook-Pro:src sammendelson$ gn gen out/build --args 'cc_wrapper="ccache"'
  889. ERROR Need exactly one build directory to generate.
  890. I expected something more like "gn gen out/foo"
  891. You can also see "gn help gen".
  892. Sam-Ms-MacBook-Pro:src sammendelson$ gn gen out/bin --args 'cc_wrapper="ccache"'
  893. ERROR Need exactly one build directory to generate.
  894. I expected something more like "gn gen out/foo"
  895. You can also see "gn help gen".
  896. Sam-Ms-MacBook-Pro:src sammendelson$ gn help gen
  897. gn gen [--check] [<ide options>] <out_dir>
  898.  
  899.  Generates ninja files from the current tree and puts them in the given output
  900.  directory.
  901.  
  902.  The output directory can be a source-repo-absolute path name such as:
  903.      //out/foo
  904.  Or it can be a directory relative to the current directory such as:
  905.      out/foo
  906.  
  907.  "gn gen --check" is the same as running "gn check". See "gn help check"
  908.  for documentation on that mode.
  909.  
  910.  See "gn help switches" for the common command-line switches.
  911.  
  912. IDE options
  913.  
  914.  GN optionally generates files for IDE. Possibilities for <ide options>
  915.  
  916.  --ide=<ide_name>
  917.      Generate files for an IDE. Currently supported values:
  918.      "eclipse" - Eclipse CDT settings file.
  919.      "vs" - Visual Studio project/solution files.
  920.             (default Visual Studio version: 2017)
  921.      "vs2013" - Visual Studio 2013 project/solution files.
  922.      "vs2015" - Visual Studio 2015 project/solution files.
  923.      "vs2017" - Visual Studio 2017 project/solution files.
  924.      "xcode" - Xcode workspace/solution files.
  925.      "qtcreator" - QtCreator project files.
  926.      "json" - JSON file containing target information
  927.  
  928.  --filters=<path_prefixes>
  929.      Semicolon-separated list of label patterns used to limit the set of
  930.      generated projects (see "gn help label_pattern"). Only matching targets
  931.      and their dependencies will be included in the solution. Only used for
  932.      Visual Studio, Xcode and JSON.
  933.  
  934. Visual Studio Flags
  935.  
  936.  --sln=<file_name>
  937.      Override default sln file name ("all"). Solution file is written to the
  938.      root build directory.
  939.  
  940.  --no-deps
  941.      Don't include targets dependencies to the solution. Changes the way how
  942.       --filters option works. Only directly matching targets are included.
  943.  
  944.   --winsdk=<sdk_version>
  945.       Use the specified Windows 10 SDK version to generate project files.
  946.       As an example, "10.0.15063.0" can be specified to use Creators Update SDK
  947.       instead of the default one.
  948.  
  949.   --ninja-extra-args=<string>
  950.       This string is passed without any quoting to the ninja invocation
  951.       command-line. Can be used to configure ninja flags, like "-j".
  952.  
  953. Xcode Flags
  954.  
  955.   --workspace=<file_name>
  956.       Override defaut workspace file name ("all"). The workspace file is
  957.       written to the root build directory.
  958.  
  959.   --ninja-extra-args=<string>
  960.       This string is passed without any quoting to the ninja invocation
  961.       command-line. Can be used to configure ninja flags, like "-j".
  962.  
  963.   --root-target=<target_name>
  964.       Name of the target corresponding to "All" target in Xcode. If unset,
  965.       "All" invokes ninja without any target and builds everything.
  966.  
  967. QtCreator Flags
  968.  
  969.   --root-target=<target_name>
  970.       Name of the root target for which the QtCreator project will be generated
  971.       to contain files of it and its dependencies. If unset, the whole build
  972.       graph will be emitted.
  973.  
  974.  
  975. Eclipse IDE Support
  976.  
  977.   GN DOES NOT generate Eclipse CDT projects. Instead, it generates a settings
  978.   file which can be imported into an Eclipse CDT project. The XML file contains
  979.   a list of include paths and defines. Because GN does not generate a full
  980.   .cproject definition, it is not possible to properly define includes/defines
  981.   for each file individually. Instead, one set of includes/defines is generated
  982.   for the entire project. This works fairly well but may still result in a few
  983.   indexer issues here and there.
  984.  
  985. Generic JSON Output
  986.  
  987.   Dumps target information to a JSON file and optionally invokes a
  988.   python script on the generated file. See the comments at the beginning
  989.   of json_project_writer.cc and desc_builder.cc for an overview of the JSON
  990.   file format.
  991.  
  992.   --json-file-name=<json_file_name>
  993.       Overrides default file name (project.json) of generated JSON file.
  994.  
  995.   --json-ide-script=<path_to_python_script>
  996.       Executes python script after the JSON file is generated. Path can be
  997.       project absolute (//), system absolute (/) or relative, in which case the
  998.       output directory will be base. Path to generated JSON file will be first
  999.       argument when invoking script.
  1000.  
  1001.   --json-ide-script-args=<argument>
  1002.       Optional second argument that will passed to executed script.
  1003.  
  1004. Compilation Database
  1005.  
  1006.   --export-compile-commands
  1007.       Produces a compile_commands.json file in the root of the build directory
  1008.       containing an array of “command objects”, where each command object
  1009.       specifies one way a translation unit is compiled in the project. This is
  1010.       used for various Clang-based tooling, allowing for the replay of individual
  1011.       compilations independent of the build system.
  1012.  
  1013. Sam-Ms-MacBook-Pro:src sammendelson$ gn check
  1014. ERROR You're holding it wrong.
  1015. Usage: "gn check <out_dir> [<target_label>]"
  1016. Sam-Ms-MacBook-Pro:src sammendelson$ gn check out/bin
  1017. 8468 targets out of 10854 checked based on the check_targets defined in ".gn".
  1018. Header dependency check OK
  1019. Sam-Ms-MacBook-Pro:src sammendelson$ gn gen out/bin --args 'cc_wrapper="ccache"'
  1020. ERROR Need exactly one build directory to generate.
  1021. I expected something more like "gn gen out/foo"
  1022. You can also see "gn help gen".
  1023. Sam-Ms-MacBook-Pro:src sammendelson$ gn gen out/bins --args 'cc_wrapper="ccache"'
  1024. ERROR Need exactly one build directory to generate.
  1025. I expected something more like "gn gen out/foo"
  1026. You can also see "gn help gen".
  1027. Sam-Ms-MacBook-Pro:src sammendelson$ gn gen out/bin
  1028. Done. Made 10854 targets from 1690 files in 10703ms
  1029. Sam-Ms-MacBook-Pro:src sammendelson$ gn gen out/bins --args='cc_wrapper="ccache"'
  1030. ^Cinterrupted
  1031. Sam-Ms-MacBook-Pro:src sammendelson$ ls
  1032. AUTHORS         build_overrides     google_apis     remoting
  1033. BUILD.gn        buildtools      google_update       rlz
  1034. CODE_OF_CONDUCT.md  cc          gpu         sandbox
  1035. DEPS            chrome          headless        services
  1036. ENG_REVIEW_OWNERS   chrome_elf      infra           skia
  1037. LICENSE         chromecast      ios         sql
  1038. LICENSE.chromium_os chromeos        ipc         storage
  1039. OWNERS          cloud_print     jingle          styleguide
  1040. PRESUBMIT.py        codereview.settings mash            testing
  1041. PRESUBMIT_test.py   components      media           third_party
  1042. PRESUBMIT_test_mocks.py content         mojo            tools
  1043. README.md       courgette       native_client       ui
  1044. WATCHLISTS      crypto          native_client_sdk   url
  1045. android_webview     dbus            net         v8
  1046. apps            device          out         webrunner
  1047. ash         docs            pdf
  1048. base            extensions      ppapi
  1049. build           gin         printing
  1050. Sam-Ms-MacBook-Pro:src sammendelson$ cd out
  1051. Sam-Ms-MacBook-Pro:out sammendelson$ ls
  1052. bin bins
  1053. Sam-Ms-MacBook-Pro:out sammendelson$ rm -rf bins
  1054. Sam-Ms-MacBook-Pro:out sammendelson$ cd ..
  1055. Sam-Ms-MacBook-Pro:src sammendelson$ ls
  1056. AUTHORS         build_overrides     google_apis     remoting
  1057. BUILD.gn        buildtools      google_update       rlz
  1058. CODE_OF_CONDUCT.md  cc          gpu         sandbox
  1059. DEPS            chrome          headless        services
  1060. ENG_REVIEW_OWNERS   chrome_elf      infra           skia
  1061. LICENSE         chromecast      ios         sql
  1062. LICENSE.chromium_os chromeos        ipc         storage
  1063. OWNERS          cloud_print     jingle          styleguide
  1064. PRESUBMIT.py        codereview.settings mash            testing
  1065. PRESUBMIT_test.py   components      media           third_party
  1066. PRESUBMIT_test_mocks.py content         mojo            tools
  1067. README.md       courgette       native_client       ui
  1068. WATCHLISTS      crypto          native_client_sdk   url
  1069. android_webview     dbus            net         v8
  1070. apps            device          out         webrunner
  1071. ash         docs            pdf
  1072. base            extensions      ppapi
  1073. build           gin         printing
  1074. Sam-Ms-MacBook-Pro:src sammendelson$ gn gen out/bin --args='cc_wrapper="ccache"'
  1075. Done. Made 10854 targets from 1690 files in 10615ms
  1076. Sam-Ms-MacBook-Pro:src sammendelson$ export CCACHE_CPP2=yes
  1077. Sam-Ms-MacBook-Pro:src sammendelson$ export CCACHE_SLOPPINESS=time_macros
  1078. Sam-Ms-MacBook-Pro:src sammendelson$ export PATH=`pwd`/third_party/llvm-build/Release+Asserts/bin:$PATH
  1079. Sam-Ms-MacBook-Pro:src sammendelson$ autoninja -C out/bin chrome
  1080. /Users/sammendelson/bin/depot_tools/ninja -C out/bin chrome
  1081. ninja: Entering directory `out/bin'
  1082. [28595/36384] CXX obj/third_party/blink/renderer/controller/controller/dev_tools_frontend_impl.o
  1083. FAILED: obj/third_party/blink/renderer/controller/controller/dev_tools_frontend_impl.o
  1084. ccache ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/third_party/blink/renderer/controller/controller/dev_tools_frontend_impl.o.d -DBLINK_CONTROLLER_IMPLEMENTATION=1 -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -D_LIBCPP_HAS_NO_ALIGNED_ALLOCATION -DCR_XCODE_VERSION=1010 -DCR_CLANG_REVISION=\"350768-2\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DCOMPONENT_BUILD -D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 -D_DEBUG -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -DBLINK_IMPLEMENTATION=1 -DINSIDE_BLINK -DWEBP_EXTERN=extern -DUSE_EGL -DSK_HAS_PNG_LIBRARY -DSK_HAS_WEBP_LIBRARY -DSK_HAS_JPEG_LIBRARY -DSKIA_DLL -DGR_GL_IGNORE_ES3_MSAA=0 -DSKCMS_API=__attribute__\(\(visibility\(\"default\"\)\)\) -DSK_SUPPORT_GPU=1 -DSK_GPU_WORKAROUNDS_HEADER=\"gpu/config/gpu_driver_bug_workaround_autogen.h\" -DSK_BUILD_FOR_MAC -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DUCHAR_TYPE=uint16_t -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DHAVE_PTHREAD -DPROTOBUF_USE_DLLS -DBORINGSSL_SHARED_LIBRARY -DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0 -DWEBRTC_CHROMIUM_BUILD -DWEBRTC_POSIX -DWEBRTC_MAC -DABSL_ALLOCATOR_NOTHROW=1 -DNO_MAIN_THREAD_WRAPPING -DUSING_V8_SHARED -DV8_ENABLE_CHECKS -DV8_DEPRECATION_WARNINGS -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -DSUPPORT_WEBGL2_COMPUTE_CONTEXT=1 -DUSE_LIBJPEG_TURBO=1 -DUSING_V8_SHARED -DV8_ENABLE_CHECKS -DV8_DEPRECATION_WARNINGS -DLIBXSLT_STATIC -I../.. -Igen -I../../third_party/libwebp/src -I../../third_party/libyuv/include -I../../third_party/khronos -I../../gpu -I../../skia/config -I../../skia/ext -I../../third_party/skia/include/c -I../../third_party/skia/include/config -I../../third_party/skia/include/core -I../../third_party/skia/include/docs -I../../third_party/skia/include/effects -I../../third_party/skia/include/encode -I../../third_party/skia/include/gpu -I../../third_party/skia/include/pathops -I../../third_party/skia/include/ports -I../../third_party/skia/include/utils -I../../third_party/skia/include/codec -I../../third_party/skia/src/gpu -I../../third_party/skia/src/sksl -I../../third_party/skia/modules/skottie/include -I../../third_party/ced/src -I../../third_party/icu/source/common -I../../third_party/icu/source/i18n -I../../third_party/protobuf/src -I../../third_party/protobuf/src -Igen/protoc_out -I../../third_party/boringssl/src/include -I../../third_party/webrtc_overrides -I../../third_party/webrtc -Igen/third_party/webrtc -I../../third_party/abseil-cpp -I../../third_party/angle/include -I../../third_party/angle/src/common/third_party/base -Igen/angle -I../../v8/include -Igen/v8/include -I../../third_party/libjpeg_turbo -I../../third_party/iccjpeg -I../../third_party/libpng -I../../third_party/zlib -I../../third_party/ots/include -I../../v8/include -Igen/v8/include -I../../third_party/libxml/src/include -I../../third_party/libxml/mac/include -I../../third_party/libxslt/src -I../../third_party/snappy/src -I../../third_party/snappy/mac -fno-strict-aliasing -fstack-protector-strong -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -fcolor-diagnostics -fmerge-all-constants -Xclang -mllvm -Xclang -instcombine-lower-dbg-declare=0 -no-canonical-prefixes -arch x86_64 -Wall -Werror -Wextra -Wimplicit-fallthrough -Wthread-safety -Wunguarded-availability -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-ignored-pragma-optimize -O0 -fno-omit-frame-pointer -isysroot ../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -mmacosx-version-min=10.9.0 -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Wexit-time-destructors -Xclang -add-plugin -Xclang blink-gc-plugin -Wshorten-64-to-32 -Wglobal-constructors -gdwarf-2 -Wno-shorten-64-to-32 -DLIBXML_STATIC= -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -std=c++14 -stdlib=libc++ -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -include obj/third_party/blink/renderer/controller/controller/precompile_core.h-cc -c ../../third_party/blink/renderer/controller/dev_tools_frontend_impl.cc -o obj/third_party/blink/renderer/controller/controller/dev_tools_frontend_impl.o
  1085. In file included from ../../third_party/blink/renderer/controller/dev_tools_frontend_impl.cc:36:
  1086. In file included from ../../third_party/blink/renderer/core/exported/web_view_impl.h:55:
  1087. In file included from ../../third_party/blink/renderer/core/page/chrome_client.h:44:
  1088. In file included from ../../third_party/blink/renderer/platform/cursor.h:31:
  1089. ../../third_party/blink/renderer/platform/graphics/image.h:40:10: fatal error: 'third_party/blink/renderer/platform/graphics/paint/paint_record.h' file not found
  1090. #include "third_party/blink/renderer/platform/graphics/paint/paint_record.h"
  1091.          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1092. 1 error generated.
  1093. [28600/36384] CXX obj/third_party/blink/renderer/bindings/modules/generated/event_modules_factory.o
  1094. ninja: build stopped: subcommand failed.
  1095. Sam-Ms-MacBook-Pro:src sammendelson$ autoninja -C out/bin chrome
  1096. /Users/sammendelson/bin/depot_tools/ninja -C out/bin chrome
  1097. ninja: Entering directory `out/bin'
  1098. [103/7785] CXX obj/third_party/blink/renderer/core/animation/animation/animation.o
  1099. FAILED: obj/third_party/blink/renderer/core/animation/animation/animation.o
  1100. ccache ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/third_party/blink/renderer/core/animation/animation/animation.o.d -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -D_LIBCPP_HAS_NO_ALIGNED_ALLOCATION -DCR_XCODE_VERSION=1010 -DCR_CLANG_REVISION=\"350768-2\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DCOMPONENT_BUILD -D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 -D_DEBUG -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -DBLINK_CORE_IMPLEMENTATION=1 -DWEBP_EXTERN=extern -DUSE_EGL -DBLINK_IMPLEMENTATION=1 -DINSIDE_BLINK -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DUCHAR_TYPE=uint16_t -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DHAVE_PTHREAD -DPROTOBUF_USE_DLLS -DBORINGSSL_SHARED_LIBRARY -DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0 -DWEBRTC_CHROMIUM_BUILD -DWEBRTC_POSIX -DWEBRTC_MAC -DABSL_ALLOCATOR_NOTHROW=1 -DNO_MAIN_THREAD_WRAPPING -DSK_HAS_PNG_LIBRARY -DSK_HAS_WEBP_LIBRARY -DSK_HAS_JPEG_LIBRARY -DSKIA_DLL -DGR_GL_IGNORE_ES3_MSAA=0 -DSKCMS_API=__attribute__\(\(visibility\(\"default\"\)\)\) -DSK_SUPPORT_GPU=1 -DSK_GPU_WORKAROUNDS_HEADER=\"gpu/config/gpu_driver_bug_workaround_autogen.h\" -DSK_BUILD_FOR_MAC -DUSING_V8_SHARED -DV8_ENABLE_CHECKS -DV8_DEPRECATION_WARNINGS -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -DSUPPORT_WEBGL2_COMPUTE_CONTEXT=1 -DUSE_LIBJPEG_TURBO=1 -DUSING_V8_SHARED -DV8_ENABLE_CHECKS -DV8_DEPRECATION_WARNINGS -DLIBXSLT_STATIC -I../.. -Igen -I../../third_party/libyuv/include -I../../third_party/libwebp/src -I../../third_party/khronos -I../../gpu -I../../third_party/ced/src -I../../third_party/icu/source/common -I../../third_party/icu/source/i18n -I../../third_party/protobuf/src -I../../third_party/protobuf/src -Igen/protoc_out -I../../third_party/boringssl/src/include -I../../third_party/webrtc_overrides -I../../third_party/webrtc -Igen/third_party/webrtc -I../../third_party/abseil-cpp -I../../skia/config -I../../skia/ext -I../../third_party/skia/include/c -I../../third_party/skia/include/config -I../../third_party/skia/include/core -I../../third_party/skia/include/docs -I../../third_party/skia/include/effects -I../../third_party/skia/include/encode -I../../third_party/skia/include/gpu -I../../third_party/skia/include/pathops -I../../third_party/skia/include/ports -I../../third_party/skia/include/utils -I../../third_party/skia/include/codec -I../../third_party/skia/src/gpu -I../../third_party/skia/src/sksl -I../../third_party/skia/modules/skottie/include -I../../third_party/angle/include -I../../third_party/angle/src/common/third_party/base -Igen/angle -I../../v8/include -Igen/v8/include -I../../third_party/libjpeg_turbo -I../../third_party/iccjpeg -I../../third_party/libpng -I../../third_party/zlib -I../../third_party/ots/include -I../../v8/include -Igen/v8/include -I../../third_party/libxml/src/include -I../../third_party/libxml/mac/include -I../../third_party/libxslt/src -I../../third_party/snappy/src -I../../third_party/snappy/mac -fno-strict-aliasing -fstack-protector-strong -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -fcolor-diagnostics -fmerge-all-constants -Xclang -mllvm -Xclang -instcombine-lower-dbg-declare=0 -no-canonical-prefixes -arch x86_64 -Wall -Werror -Wextra -Wimplicit-fallthrough -Wthread-safety -Wunguarded-availability -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-ignored-pragma-optimize -O0 -fno-omit-frame-pointer -isysroot ../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -mmacosx-version-min=10.9.0 -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Wexit-time-destructors -Xclang -add-plugin -Xclang blink-gc-plugin -Wglobal-constructors -gdwarf-2 -Wshorten-64-to-32 -Wno-shorten-64-to-32 -DLIBXML_STATIC= -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -std=c++14 -stdlib=libc++ -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -include obj/third_party/blink/renderer/core/animation/animation/precompile_core.h-cc -c ../../third_party/blink/renderer/core/animation/animation.cc -o obj/third_party/blink/renderer/core/animation/animation/animation.o
  1101. In file included from ../../third_party/blink/renderer/core/animation/animation.cc:51:
  1102. In file included from ../../third_party/blink/renderer/core/probe/core_probes.h:37:
  1103. In file included from ../../third_party/blink/renderer/platform/probe/platform_probes.h:8:
  1104. In file included from ../../third_party/blink/renderer/platform/loader/fetch/fetch_context.h:53:
  1105. In file included from ../../third_party/blink/renderer/platform/loader/fetch/resource_load_scheduler.h:13:
  1106. ../../third_party/blink/renderer/platform/loader/fetch/resource.h:43:10: fatal error: 'third_party/blink/renderer/platform/loader/fetch/resource_response.h' file not found
  1107. #include "third_party/blink/renderer/platform/loader/fetch/resource_response.h"
  1108.         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1109. 1 error generated.
  1110. [108/7785] CXX obj/third_party/blink/renderer/core/animation/animation/basic_shape_interpolation_functions.o
  1111. ninja: build stopped: subcommand failed.
  1112. Sam-Ms-MacBook-Pro:src sammendelson$ autoninja -C out/bin chrome
  1113. /Users/sammendelson/bin/depot_tools/ninja -C out/bin chrome
  1114. ninja: Entering directory `out/bin'
  1115. [77/7678] CXX obj/third_party/blink/renderer/core/animation/animation/animation.o
  1116. FAILED: obj/third_party/blink/renderer/core/animation/animation/animation.o
  1117. ccache ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/third_party/blink/renderer/core/animation/animation/animation.o.d -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -D_LIBCPP_HAS_NO_ALIGNED_ALLOCATION -DCR_XCODE_VERSION=1010 -DCR_CLANG_REVISION=\"350768-2\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DCOMPONENT_BUILD -D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 -D_DEBUG -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -DBLINK_CORE_IMPLEMENTATION=1 -DWEBP_EXTERN=extern -DUSE_EGL -DBLINK_IMPLEMENTATION=1 -DINSIDE_BLINK -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DUCHAR_TYPE=uint16_t -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DHAVE_PTHREAD -DPROTOBUF_USE_DLLS -DBORINGSSL_SHARED_LIBRARY -DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0 -DWEBRTC_CHROMIUM_BUILD -DWEBRTC_POSIX -DWEBRTC_MAC -DABSL_ALLOCATOR_NOTHROW=1 -DNO_MAIN_THREAD_WRAPPING -DSK_HAS_PNG_LIBRARY -DSK_HAS_WEBP_LIBRARY -DSK_HAS_JPEG_LIBRARY -DSKIA_DLL -DGR_GL_IGNORE_ES3_MSAA=0 -DSKCMS_API=__attribute__\(\(visibility\(\"default\"\)\)\) -DSK_SUPPORT_GPU=1 -DSK_GPU_WORKAROUNDS_HEADER=\"gpu/config/gpu_driver_bug_workaround_autogen.h\" -DSK_BUILD_FOR_MAC -DUSING_V8_SHARED -DV8_ENABLE_CHECKS -DV8_DEPRECATION_WARNINGS -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -DSUPPORT_WEBGL2_COMPUTE_CONTEXT=1 -DUSE_LIBJPEG_TURBO=1 -DUSING_V8_SHARED -DV8_ENABLE_CHECKS -DV8_DEPRECATION_WARNINGS -DLIBXSLT_STATIC -I../.. -Igen -I../../third_party/libyuv/include -I../../third_party/libwebp/src -I../../third_party/khronos -I../../gpu -I../../third_party/ced/src -I../../third_party/icu/source/common -I../../third_party/icu/source/i18n -I../../third_party/protobuf/src -I../../third_party/protobuf/src -Igen/protoc_out -I../../third_party/boringssl/src/include -I../../third_party/webrtc_overrides -I../../third_party/webrtc -Igen/third_party/webrtc -I../../third_party/abseil-cpp -I../../skia/config -I../../skia/ext -I../../third_party/skia/include/c -I../../third_party/skia/include/config -I../../third_party/skia/include/core -I../../third_party/skia/include/docs -I../../third_party/skia/include/effects -I../../third_party/skia/include/encode -I../../third_party/skia/include/gpu -I../../third_party/skia/include/pathops -I../../third_party/skia/include/ports -I../../third_party/skia/include/utils -I../../third_party/skia/include/codec -I../../third_party/skia/src/gpu -I../../third_party/skia/src/sksl -I../../third_party/skia/modules/skottie/include -I../../third_party/angle/include -I../../third_party/angle/src/common/third_party/base -Igen/angle -I../../v8/include -Igen/v8/include -I../../third_party/libjpeg_turbo -I../../third_party/iccjpeg -I../../third_party/libpng -I../../third_party/zlib -I../../third_party/ots/include -I../../v8/include -Igen/v8/include -I../../third_party/libxml/src/include -I../../third_party/libxml/mac/include -I../../third_party/libxslt/src -I../../third_party/snappy/src -I../../third_party/snappy/mac -fno-strict-aliasing -fstack-protector-strong -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -fcolor-diagnostics -fmerge-all-constants -Xclang -mllvm -Xclang -instcombine-lower-dbg-declare=0 -no-canonical-prefixes -arch x86_64 -Wall -Werror -Wextra -Wimplicit-fallthrough -Wthread-safety -Wunguarded-availability -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-ignored-pragma-optimize -O0 -fno-omit-frame-pointer -isysroot ../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -mmacosx-version-min=10.9.0 -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Wexit-time-destructors -Xclang -add-plugin -Xclang blink-gc-plugin -Wglobal-constructors -gdwarf-2 -Wshorten-64-to-32 -Wno-shorten-64-to-32 -DLIBXML_STATIC= -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -std=c++14 -stdlib=libc++ -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -include obj/third_party/blink/renderer/core/animation/animation/precompile_core.h-cc -c ../../third_party/blink/renderer/core/animation/animation.cc -o obj/third_party/blink/renderer/core/animation/animation/animation.o
  1118. In file included from ../../third_party/blink/renderer/core/animation/animation.cc:51:
  1119. In file included from ../../third_party/blink/renderer/core/probe/core_probes.h:37:
  1120. In file included from ../../third_party/blink/renderer/platform/probe/platform_probes.h:8:
  1121. In file included from ../../third_party/blink/renderer/platform/loader/fetch/fetch_context.h:53:
  1122. In file included from ../../third_party/blink/renderer/platform/loader/fetch/resource_load_scheduler.h:13:
  1123. ../../third_party/blink/renderer/platform/loader/fetch/resource.h:43:10: fatal error: 'third_party/blink/renderer/platform/loader/fetch/resource_response.h' file not found
  1124. #include "third_party/blink/renderer/platform/loader/fetch/resource_response.h"
  1125.          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1126. 1 error generated.
  1127. [79/7678] CXX obj/third_party/blink/renderer/core/animation/animation/compositor_animations.o
  1128. FAILED: obj/third_party/blink/renderer/core/animation/animation/compositor_animations.o
  1129. ccache ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/third_party/blink/renderer/core/animation/animation/compositor_animations.o.d -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -D_LIBCPP_HAS_NO_ALIGNED_ALLOCATION -DCR_XCODE_VERSION=1010 -DCR_CLANG_REVISION=\"350768-2\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DCOMPONENT_BUILD -D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 -D_DEBUG -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -DBLINK_CORE_IMPLEMENTATION=1 -DWEBP_EXTERN=extern -DUSE_EGL -DBLINK_IMPLEMENTATION=1 -DINSIDE_BLINK -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DUCHAR_TYPE=uint16_t -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DHAVE_PTHREAD -DPROTOBUF_USE_DLLS -DBORINGSSL_SHARED_LIBRARY -DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0 -DWEBRTC_CHROMIUM_BUILD -DWEBRTC_POSIX -DWEBRTC_MAC -DABSL_ALLOCATOR_NOTHROW=1 -DNO_MAIN_THREAD_WRAPPING -DSK_HAS_PNG_LIBRARY -DSK_HAS_WEBP_LIBRARY -DSK_HAS_JPEG_LIBRARY -DSKIA_DLL -DGR_GL_IGNORE_ES3_MSAA=0 -DSKCMS_API=__attribute__\(\(visibility\(\"default\"\)\)\) -DSK_SUPPORT_GPU=1 -DSK_GPU_WORKAROUNDS_HEADER=\"gpu/config/gpu_driver_bug_workaround_autogen.h\" -DSK_BUILD_FOR_MAC -DUSING_V8_SHARED -DV8_ENABLE_CHECKS -DV8_DEPRECATION_WARNINGS -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -DSUPPORT_WEBGL2_COMPUTE_CONTEXT=1 -DUSE_LIBJPEG_TURBO=1 -DUSING_V8_SHARED -DV8_ENABLE_CHECKS -DV8_DEPRECATION_WARNINGS -DLIBXSLT_STATIC -I../.. -Igen -I../../third_party/libyuv/include -I../../third_party/libwebp/src -I../../third_party/khronos -I../../gpu -I../../third_party/ced/src -I../../third_party/icu/source/common -I../../third_party/icu/source/i18n -I../../third_party/protobuf/src -I../../third_party/protobuf/src -Igen/protoc_out -I../../third_party/boringssl/src/include -I../../third_party/webrtc_overrides -I../../third_party/webrtc -Igen/third_party/webrtc -I../../third_party/abseil-cpp -I../../skia/config -I../../skia/ext -I../../third_party/skia/include/c -I../../third_party/skia/include/config -I../../third_party/skia/include/core -I../../third_party/skia/include/docs -I../../third_party/skia/include/effects -I../../third_party/skia/include/encode -I../../third_party/skia/include/gpu -I../../third_party/skia/include/pathops -I../../third_party/skia/include/ports -I../../third_party/skia/include/utils -I../../third_party/skia/include/codec -I../../third_party/skia/src/gpu -I../../third_party/skia/src/sksl -I../../third_party/skia/modules/skottie/include -I../../third_party/angle/include -I../../third_party/angle/src/common/third_party/base -Igen/angle -I../../v8/include -Igen/v8/include -I../../third_party/libjpeg_turbo -I../../third_party/iccjpeg -I../../third_party/libpng -I../../third_party/zlib -I../../third_party/ots/include -I../../v8/include -Igen/v8/include -I../../third_party/libxml/src/include -I../../third_party/libxml/mac/include -I../../third_party/libxslt/src -I../../third_party/snappy/src -I../../third_party/snappy/mac -fno-strict-aliasing -fstack-protector-strong -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -fcolor-diagnostics -fmerge-all-constants -Xclang -mllvm -Xclang -instcombine-lower-dbg-declare=0 -no-canonical-prefixes -arch x86_64 -Wall -Werror -Wextra -Wimplicit-fallthrough -Wthread-safety -Wunguarded-availability -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-ignored-pragma-optimize -O0 -fno-omit-frame-pointer -isysroot ../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -mmacosx-version-min=10.9.0 -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Wexit-time-destructors -Xclang -add-plugin -Xclang blink-gc-plugin -Wglobal-constructors -gdwarf-2 -Wshorten-64-to-32 -Wno-shorten-64-to-32 -DLIBXML_STATIC= -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -std=c++14 -stdlib=libc++ -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -include obj/third_party/blink/renderer/core/animation/animation/precompile_core.h-cc -c ../../third_party/blink/renderer/core/animation/compositor_animations.cc -o obj/third_party/blink/renderer/core/animation/animation/compositor_animations.o
  1130. ../../third_party/blink/renderer/core/animation/compositor_animations.cc:58:10: fatal error: 'third_party/blink/renderer/platform/animation/compositor_transform_animation_curve.h' file not found
  1131. #include "third_party/blink/renderer/platform/animation/compositor_transform_animation_curve.h"
  1132.          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1133. 1 error generated.
  1134. [82/7678] CXX obj/v8/v8_initializers/code-stub-assembler.o
  1135. ninja: build stopped: subcommand failed.
  1136. Sam-Ms-MacBook-Pro:src sammendelson$ autoninja -C out/bin chrome
  1137. /Users/sammendelson/bin/depot_tools/ninja -C out/bin chrome
  1138. ninja: Entering directory `out/bin'
  1139. [17/7598] CXX obj/third_party/blink/renderer/core/exported/exported/worker_shadow_page.o
  1140. FAILED: obj/third_party/blink/renderer/core/exported/exported/worker_shadow_page.o
  1141. ccache ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/third_party/blink/renderer/core/exported/exported/worker_shadow_page.o.d -DBLINK_IMPLEMENTATION=1 -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -D_LIBCPP_HAS_NO_ALIGNED_ALLOCATION -DCR_XCODE_VERSION=1010 -DCR_CLANG_REVISION=\"350768-2\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DCOMPONENT_BUILD -D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 -D_DEBUG -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -DBLINK_CORE_IMPLEMENTATION=1 -DWEBP_EXTERN=extern -DUSE_EGL -DBLINK_IMPLEMENTATION=1 -DINSIDE_BLINK -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DUCHAR_TYPE=uint16_t -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DHAVE_PTHREAD -DPROTOBUF_USE_DLLS -DBORINGSSL_SHARED_LIBRARY -DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0 -DWEBRTC_CHROMIUM_BUILD -DWEBRTC_POSIX -DWEBRTC_MAC -DABSL_ALLOCATOR_NOTHROW=1 -DNO_MAIN_THREAD_WRAPPING -DSK_HAS_PNG_LIBRARY -DSK_HAS_WEBP_LIBRARY -DSK_HAS_JPEG_LIBRARY -DSKIA_DLL -DGR_GL_IGNORE_ES3_MSAA=0 -DSKCMS_API=__attribute__\(\(visibility\(\"default\"\)\)\) -DSK_SUPPORT_GPU=1 -DSK_GPU_WORKAROUNDS_HEADER=\"gpu/config/gpu_driver_bug_workaround_autogen.h\" -DSK_BUILD_FOR_MAC -DUSING_V8_SHARED -DV8_ENABLE_CHECKS -DV8_DEPRECATION_WARNINGS -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -DSUPPORT_WEBGL2_COMPUTE_CONTEXT=1 -DUSE_LIBJPEG_TURBO=1 -DUSING_V8_SHARED -DV8_ENABLE_CHECKS -DV8_DEPRECATION_WARNINGS -DLIBXSLT_STATIC -I../.. -Igen -I../../third_party/libyuv/include -I../../third_party/libwebp/src -I../../third_party/khronos -I../../gpu -I../../third_party/ced/src -I../../third_party/icu/source/common -I../../third_party/icu/source/i18n -I../../third_party/protobuf/src -I../../third_party/protobuf/src -Igen/protoc_out -I../../third_party/boringssl/src/include -I../../third_party/webrtc_overrides -I../../third_party/webrtc -Igen/third_party/webrtc -I../../third_party/abseil-cpp -I../../skia/config -I../../skia/ext -I../../third_party/skia/include/c -I../../third_party/skia/include/config -I../../third_party/skia/include/core -I../../third_party/skia/include/docs -I../../third_party/skia/include/effects -I../../third_party/skia/include/encode -I../../third_party/skia/include/gpu -I../../third_party/skia/include/pathops -I../../third_party/skia/include/ports -I../../third_party/skia/include/utils -I../../third_party/skia/include/codec -I../../third_party/skia/src/gpu -I../../third_party/skia/src/sksl -I../../third_party/skia/modules/skottie/include -I../../third_party/angle/include -I../../third_party/angle/src/common/third_party/base -Igen/angle -I../../v8/include -Igen/v8/include -I../../third_party/libjpeg_turbo -I../../third_party/iccjpeg -I../../third_party/libpng -I../../third_party/zlib -I../../third_party/ots/include -I../../v8/include -Igen/v8/include -I../../third_party/libxml/src/include -I../../third_party/libxml/mac/include -I../../third_party/libxslt/src -I../../third_party/snappy/src -I../../third_party/snappy/mac -fno-strict-aliasing -fstack-protector-strong -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -fcolor-diagnostics -fmerge-all-constants -Xclang -mllvm -Xclang -instcombine-lower-dbg-declare=0 -no-canonical-prefixes -arch x86_64 -Wall -Werror -Wextra -Wimplicit-fallthrough -Wthread-safety -Wunguarded-availability -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-ignored-pragma-optimize -O0 -fno-omit-frame-pointer -isysroot ../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -mmacosx-version-min=10.9.0 -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Wexit-time-destructors -Xclang -add-plugin -Xclang blink-gc-plugin -Wglobal-constructors -gdwarf-2 -Wshorten-64-to-32 -Wno-shorten-64-to-32 -DLIBXML_STATIC= -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -std=c++14 -stdlib=libc++ -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -include obj/third_party/blink/renderer/core/exported/exported/precompile_core.h-cc -c ../../third_party/blink/renderer/core/exported/worker_shadow_page.cc -o obj/third_party/blink/renderer/core/exported/exported/worker_shadow_page.o
  1142. In file included from ../../third_party/blink/renderer/core/exported/worker_shadow_page.cc:5:
  1143. In file included from ../../third_party/blink/renderer/core/exported/worker_shadow_page.h:13:
  1144. In file included from ../../third_party/blink/renderer/core/exported/web_dev_tools_agent_impl.h:40:
  1145. In file included from ../../third_party/blink/renderer/core/inspector/inspector_page_agent.h:40:
  1146. In file included from ../../third_party/blink/renderer/core/page/chrome_client.h:35:
  1147. In file included from ../../third_party/blink/public/platform/web_layer_tree_view.h:34:
  1148. ../../cc/layers/layer.h:35:10: fatal error: 'ui/gfx/geometry/point3_f.h' file not found
  1149. #include "ui/gfx/geometry/point3_f.h"
  1150.         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1151. 1 error generated.
  1152. [22/7598] CXX obj/third_party/blink/renderer/core/exported/exported/web_language_detection_details.o
  1153. ninja: build stopped: subcommand failed.
  1154. Sam-Ms-MacBook-Pro:src sammendelson$ autoninja -C out/bin chrome
  1155. /Users/sammendelson/bin/depot_tools/ninja -C out/bin chrome
  1156. ninja: Entering directory `out/bin'
  1157. [15/7577] CXX obj/third_party/blink/renderer/core/paint/paint/text_paint_timing_detector.o
  1158. FAILED: obj/third_party/blink/renderer/core/paint/paint/text_paint_timing_detector.o
  1159. ccache ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/third_party/blink/renderer/core/paint/paint/text_paint_timing_detector.o.d -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -D_LIBCPP_HAS_NO_ALIGNED_ALLOCATION -DCR_XCODE_VERSION=1010 -DCR_CLANG_REVISION=\"350768-2\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DCOMPONENT_BUILD -D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 -D_DEBUG -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -DBLINK_CORE_IMPLEMENTATION=1 -DWEBP_EXTERN=extern -DUSE_EGL -DBLINK_IMPLEMENTATION=1 -DINSIDE_BLINK -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DUCHAR_TYPE=uint16_t -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DHAVE_PTHREAD -DPROTOBUF_USE_DLLS -DBORINGSSL_SHARED_LIBRARY -DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0 -DWEBRTC_CHROMIUM_BUILD -DWEBRTC_POSIX -DWEBRTC_MAC -DABSL_ALLOCATOR_NOTHROW=1 -DNO_MAIN_THREAD_WRAPPING -DSK_HAS_PNG_LIBRARY -DSK_HAS_WEBP_LIBRARY -DSK_HAS_JPEG_LIBRARY -DSKIA_DLL -DGR_GL_IGNORE_ES3_MSAA=0 -DSKCMS_API=__attribute__\(\(visibility\(\"default\"\)\)\) -DSK_SUPPORT_GPU=1 -DSK_GPU_WORKAROUNDS_HEADER=\"gpu/config/gpu_driver_bug_workaround_autogen.h\" -DSK_BUILD_FOR_MAC -DUSING_V8_SHARED -DV8_ENABLE_CHECKS -DV8_DEPRECATION_WARNINGS -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -DSUPPORT_WEBGL2_COMPUTE_CONTEXT=1 -DUSE_LIBJPEG_TURBO=1 -DUSING_V8_SHARED -DV8_ENABLE_CHECKS -DV8_DEPRECATION_WARNINGS -DLIBXSLT_STATIC -I../.. -Igen -I../../third_party/libyuv/include -I../../third_party/libwebp/src -I../../third_party/khronos -I../../gpu -I../../third_party/ced/src -I../../third_party/icu/source/common -I../../third_party/icu/source/i18n -I../../third_party/protobuf/src -I../../third_party/protobuf/src -Igen/protoc_out -I../../third_party/boringssl/src/include -I../../third_party/webrtc_overrides -I../../third_party/webrtc -Igen/third_party/webrtc -I../../third_party/abseil-cpp -I../../skia/config -I../../skia/ext -I../../third_party/skia/include/c -I../../third_party/skia/include/config -I../../third_party/skia/include/core -I../../third_party/skia/include/docs -I../../third_party/skia/include/effects -I../../third_party/skia/include/encode -I../../third_party/skia/include/gpu -I../../third_party/skia/include/pathops -I../../third_party/skia/include/ports -I../../third_party/skia/include/utils -I../../third_party/skia/include/codec -I../../third_party/skia/src/gpu -I../../third_party/skia/src/sksl -I../../third_party/skia/modules/skottie/include -I../../third_party/angle/include -I../../third_party/angle/src/common/third_party/base -Igen/angle -I../../v8/include -Igen/v8/include -I../../third_party/libjpeg_turbo -I../../third_party/iccjpeg -I../../third_party/libpng -I../../third_party/zlib -I../../third_party/ots/include -I../../v8/include -Igen/v8/include -I../../third_party/libxml/src/include -I../../third_party/libxml/mac/include -I../../third_party/libxslt/src -I../../third_party/snappy/src -I../../third_party/snappy/mac -fno-strict-aliasing -fstack-protector-strong -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -fcolor-diagnostics -fmerge-all-constants -Xclang -mllvm -Xclang -instcombine-lower-dbg-declare=0 -no-canonical-prefixes -arch x86_64 -Wall -Werror -Wextra -Wimplicit-fallthrough -Wthread-safety -Wunguarded-availability -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-ignored-pragma-optimize -O0 -fno-omit-frame-pointer -isysroot ../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -mmacosx-version-min=10.9.0 -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Wexit-time-destructors -Xclang -add-plugin -Xclang blink-gc-plugin -Wglobal-constructors -gdwarf-2 -Wshorten-64-to-32 -Wno-shorten-64-to-32 -DLIBXML_STATIC= -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -std=c++14 -stdlib=libc++ -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -include obj/third_party/blink/renderer/core/paint/paint/precompile_core.h-cc -c ../../third_party/blink/renderer/core/paint/text_paint_timing_detector.cc -o obj/third_party/blink/renderer/core/paint/paint/text_paint_timing_detector.o
  1160. In file included from ../../third_party/blink/renderer/core/paint/text_paint_timing_detector.cc:11:
  1161. In file included from ../../third_party/blink/renderer/core/page/chrome_client.h:44:
  1162. In file included from ../../third_party/blink/renderer/platform/cursor.h:31:
  1163. ../../third_party/blink/renderer/platform/graphics/image.h:36:10: fatal error: 'third_party/blink/renderer/platform/graphics/image_animation_policy.h' file not found
  1164. #include "third_party/blink/renderer/platform/graphics/image_animation_policy.h"
  1165.          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1166. 1 error generated.
  1167. [20/7577] CXX obj/third_party/blink/renderer/core/paint/paint/background_image_geometry.o
  1168. ninja: build stopped: subcommand failed.
  1169. Sam-Ms-MacBook-Pro:src sammendelson$ ls `xcode-select -p`/Platforms/MacOSX.platform/Developer/SDKs
  1170. MacOSX.sdk  MacOSX10.14.sdk
  1171. Sam-Ms-MacBook-Pro:src sammendelson$ autoninja -v
  1172. /Users/sammendelson/bin/depot_tools/ninja -v
  1173. ninja: error: loading 'build.ninja': No such file or directory
  1174. Sam-Ms-MacBook-Pro:src sammendelson$ autoninja --version
  1175. /Users/sammendelson/bin/depot_tools/ninja --version
  1176. 1.8.2
  1177. Sam-Ms-MacBook-Pro:src sammendelson$ ninja --version
  1178. 1.8.2
  1179. Sam-Ms-MacBook-Pro:src sammendelson$ clang++
  1180. clang: error: no input files
  1181. Sam-Ms-MacBook-Pro:src sammendelson$ clang++ --version
  1182. clang version 8.0.0 (trunk 350768)
  1183. Target: x86_64-apple-darwin18.2.0
  1184. Thread model: posix
  1185. InstalledDir: /Users/sammendelson/Downloads/chromium/src/third_party/llvm-build/Release+Asserts/bin
  1186. Sam-Ms-MacBook-Pro:src sammendelson$
Advertisement
Add Comment
Please, Sign In to add comment