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

Side by Side Diff: .gitignore

Issue 2135243002: Changed 'heartbeat' in policy json file to 'monitoring network packets' and tweaked descriptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 GTAGS 48 GTAGS
49 Session.vim 49 Session.vim
50 tags 50 tags
51 Thumbs.db 51 Thumbs.db
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 /.vscode/
Thiemo Nagel 2016/07/11 14:33:21 CLs should be singe-purpose. Please don't mix dif
58 /_out 59 /_out
59 /android_emulator_sdk 60 /android_emulator_sdk
60 /ash/ash_unittests_run.xml 61 /ash/ash_unittests_run.xml
61 /base/base_unittests_run.xml 62 /base/base_unittests_run.xml
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/goma 67 /build/goma
67 /build/gomacc.lock 68 /build/gomacc.lock
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 /ui/keyboard/keyboard_mojom_bindings.xml 486 /ui/keyboard/keyboard_mojom_bindings.xml
486 /ui/surface/surface.xml 487 /ui/surface/surface.xml
487 /ui/surface/surface_gpu_tests.xml 488 /ui/surface/surface_gpu_tests.xml
488 /v8 489 /v8
489 /webkit/data 490 /webkit/data
490 /webpagereplay_logs/ 491 /webpagereplay_logs/
491 /win8/delegate_execute/delegate_execute_version_resources.xml 492 /win8/delegate_execute/delegate_execute_version_resources.xml
492 /win8/metro_driver/metro_driver_version_resources.xml 493 /win8/metro_driver/metro_driver_version_resources.xml
493 /x86-generic_out/ 494 /x86-generic_out/
494 /xcodebuild 495 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | components/policy/resources/policy_templates.json » ('j') | components/policy/resources/policy_templates.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698