Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(708)

Side by Side Diff: .gitignore

Issue 2626063002: Allow using the same checkout to build both iOS and macOS. (Closed)
Patch Set: Address nitpick. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | build/mac_toolchain.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.gypcmd 1 *.gypcmd
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.opensdf 4 *.opensdf
5 *.orig 5 *.orig
6 *.pdb 6 *.pdb
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.pyproj 9 *.pyproj
10 *.rules 10 *.rules
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 /build/ipch/ 70 /build/ipch/
71 /build/Release 71 /build/Release
72 /build/Release_x64 72 /build/Release_x64
73 /build/win_toolchain.json 73 /build/win_toolchain.json
74 /build/util/LASTCHANGE* 74 /build/util/LASTCHANGE*
75 /build/util/support 75 /build/util/support
76 /build/x64/ 76 /build/x64/
77 /build/linux/bin/eu-strip 77 /build/linux/bin/eu-strip
78 /build/linux/debian_*-sysroot/ 78 /build/linux/debian_*-sysroot/
79 /build/linux/ubuntu_*-sysroot/ 79 /build/linux/ubuntu_*-sysroot/
80 /build/ios_files
80 /build/mac_files 81 /build/mac_files
81 /buildtools 82 /buildtools
82 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. 83 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866.
83 /c 84 /c
84 /cdm 85 /cdm
85 /ceee/internal/ 86 /ceee/internal/
86 /chrome/angle_unittests_run.xml 87 /chrome/angle_unittests_run.xml
87 /chrome/content_gl_tests_run.xml 88 /chrome/content_gl_tests_run.xml
88 /chrome/gl_tests_run.xml 89 /chrome/gl_tests_run.xml
89 /chrome/gles2_conform_test_run.xml 90 /chrome/gles2_conform_test_run.xml
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 /ui/keyboard/keyboard_mojom_bindings.xml 508 /ui/keyboard/keyboard_mojom_bindings.xml
508 /ui/surface/surface.xml 509 /ui/surface/surface.xml
509 /ui/surface/surface_gpu_tests.xml 510 /ui/surface/surface_gpu_tests.xml
510 /v8 511 /v8
511 /webkit/data 512 /webkit/data
512 /webpagereplay_logs/ 513 /webpagereplay_logs/
513 /win8/delegate_execute/delegate_execute_version_resources.xml 514 /win8/delegate_execute/delegate_execute_version_resources.xml
514 /win8/metro_driver/metro_driver_version_resources.xml 515 /win8/metro_driver/metro_driver_version_resources.xml
515 /x86-generic_out/ 516 /x86-generic_out/
516 /xcodebuild 517 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | build/mac_toolchain.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698