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

Side by Side Diff: .gitignore

Issue 159668: First cut at Safari Import - Home Page & History Only. (Closed)
Patch Set: Fix Stuart's comments. Created 11 years, 4 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 | base/mac_util.h » ('j') | chrome/browser/importer/safari_importer.mm » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.mk 1 *.mk
2 *.ncb 2 *.ncb
3 *.pyc 3 *.pyc
4 *.scons 4 *.scons
5 *.suo 5 *.suo
6 *.user 6 *.user
7 *.xcodeproj 7 *.xcodeproj
8 /Makefile 8 /Makefile
9 /breakpad/src/ 9 /breakpad/src/
10 /build/util/support/ 10 /build/util/support/
11 /chrome/Debug 11 /chrome/Debug
12 /chrome/Hammer 12 /chrome/Hammer
13 /chrome/Release 13 /chrome/Release
14 /chrome/app/theme/google_chrome/ 14 /chrome/app/theme/google_chrome/
15 /chrome/installer/linux/ 15 /chrome/installer/linux/
16 /chrome/test/data/ 16 /chrome/test/data/firefox2_profile/searchplugins/
17 /chrome/test/data/firefox2_searchplugins/
18 /chrome/test/data/firefox3_profile/searchplugins/
19 /chrome/test/data/firefox3_searchplugins/
20 /chrome/test/data/osdd/
21 /chrome/test/data/plugin/
22 /chrome/test/data/workers/LayoutTests/
17 /data/ 23 /data/
18 /googleurl/ 24 /googleurl/
19 /native_client/ 25 /native_client/
20 /out/ 26 /out/
21 /rlz/binaries/ 27 /rlz/binaries/
22 /sconsbuild 28 /sconsbuild
23 /sdch/open-vcdiff/ 29 /sdch/open-vcdiff/
24 /testing/gtest/ 30 /testing/gtest/
25 /testserver.log 31 /testserver.log
26 /third_party/GTM/ 32 /third_party/GTM/
(...skipping 14 matching lines...) Expand all
41 /v8/ 47 /v8/
42 /webkit/Debug/ 48 /webkit/Debug/
43 /webkit/Release/ 49 /webkit/Release/
44 /webkit/data/bmp_decoder/ 50 /webkit/data/bmp_decoder/
45 /webkit/data/ico_decoder/ 51 /webkit/data/ico_decoder/
46 /webkit/data/layout_tests/LayoutTests/ 52 /webkit/data/layout_tests/LayoutTests/
47 /webkit/data/test_shell/plugins/ 53 /webkit/data/test_shell/plugins/
48 /webkit/data/xbm_decoder/ 54 /webkit/data/xbm_decoder/
49 /xcodebuild/ 55 /xcodebuild/
50 SConstruct 56 SConstruct
OLDNEW
« no previous file with comments | « no previous file | base/mac_util.h » ('j') | chrome/browser/importer/safari_importer.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698