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

Side by Side Diff: .gitignore

Issue 2272273002: Desktop Chrome OS: Build with precise sysroot (Reland) (Closed)
Patch Set: Update license check scripts Created 4 years, 3 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/config/sysroot.gni » ('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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 /build/gomacc.lock 67 /build/gomacc.lock
68 /build/ipch/ 68 /build/ipch/
69 /build/Release 69 /build/Release
70 /build/Release_x64 70 /build/Release_x64
71 /build/win_toolchain.json 71 /build/win_toolchain.json
72 /build/util/LASTCHANGE* 72 /build/util/LASTCHANGE*
73 /build/util/support 73 /build/util/support
74 /build/x64/ 74 /build/x64/
75 /build/linux/bin/eu-strip 75 /build/linux/bin/eu-strip
76 /build/linux/debian_*-sysroot/ 76 /build/linux/debian_*-sysroot/
77 /build/linux/ubuntu_*-sysroot/
77 /build/mac_files 78 /build/mac_files
78 /buildtools 79 /buildtools
79 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. 80 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866.
80 /c 81 /c
81 /cdm 82 /cdm
82 /ceee/internal/ 83 /ceee/internal/
83 /chrome/angle_unittests_run.xml 84 /chrome/angle_unittests_run.xml
84 /chrome/content_gl_tests_run.xml 85 /chrome/content_gl_tests_run.xml
85 /chrome/gl_tests_run.xml 86 /chrome/gl_tests_run.xml
86 /chrome/gles2_conform_test_run.xml 87 /chrome/gles2_conform_test_run.xml
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 /ui/keyboard/keyboard_mojom_bindings.xml 493 /ui/keyboard/keyboard_mojom_bindings.xml
493 /ui/surface/surface.xml 494 /ui/surface/surface.xml
494 /ui/surface/surface_gpu_tests.xml 495 /ui/surface/surface_gpu_tests.xml
495 /v8 496 /v8
496 /webkit/data 497 /webkit/data
497 /webpagereplay_logs/ 498 /webpagereplay_logs/
498 /win8/delegate_execute/delegate_execute_version_resources.xml 499 /win8/delegate_execute/delegate_execute_version_resources.xml
499 /win8/metro_driver/metro_driver_version_resources.xml 500 /win8/metro_driver/metro_driver_version_resources.xml
500 /x86-generic_out/ 501 /x86-generic_out/
501 /xcodebuild 502 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | build/config/sysroot.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698