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

Side by Side Diff: .gitignore

Issue 1641413002: Makes GetBuildTime behave identically on all build types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hook based approach Created 4 years, 10 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 | DEPS » ('j') | DEPS » ('J')
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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 v8.log 52 v8.log
53 vs-chromium-project.txt 53 vs-chromium-project.txt
54 # Settings directories for eclipse 54 # Settings directories for eclipse
55 /.externalToolBuilders/ 55 /.externalToolBuilders/
56 /.settings/ 56 /.settings/
57 /.vs/ 57 /.vs/
58 /_out 58 /_out
59 /android_emulator_sdk 59 /android_emulator_sdk
60 /ash/ash_unittests_run.xml 60 /ash/ash_unittests_run.xml
61 /base/base_unittests_run.xml 61 /base/base_unittests_run.xml
62 /base/generated_build_date.h
M-A Ruel 2016/02/06 02:24:37 I was expecting this file to live in PRODUCT_DIR/(
62 /breakpad/src/ 63 /breakpad/src/
63 /build/android/bin 64 /build/android/bin
64 /build/Debug 65 /build/Debug
65 /build/Debug_x64 66 /build/Debug_x64
66 /build/gomacc.lock 67 /build/gomacc.lock
67 /build/ipch/ 68 /build/ipch/
68 /build/Release 69 /build/Release
69 /build/Release_x64 70 /build/Release_x64
70 /build/win_toolchain.json 71 /build/win_toolchain.json
71 /build/util/LASTCHANGE* 72 /build/util/LASTCHANGE*
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 /ui/keyboard/keyboard_mojom_bindings.xml 456 /ui/keyboard/keyboard_mojom_bindings.xml
456 /ui/surface/surface.xml 457 /ui/surface/surface.xml
457 /ui/surface/surface_gpu_tests.xml 458 /ui/surface/surface_gpu_tests.xml
458 /v8 459 /v8
459 /webkit/data 460 /webkit/data
460 /webpagereplay_logs/ 461 /webpagereplay_logs/
461 /win8/delegate_execute/delegate_execute_version_resources.xml 462 /win8/delegate_execute/delegate_execute_version_resources.xml
462 /win8/metro_driver/metro_driver_version_resources.xml 463 /win8/metro_driver/metro_driver_version_resources.xml
463 /x86-generic_out/ 464 /x86-generic_out/
464 /xcodebuild 465 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698