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

Side by Side Diff: .gitignore

Issue 131643003: Move third_party/html_office to chrome/browser/resources/pdf (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.Makefile 1 *.Makefile
2 *.gypcmd 2 *.gypcmd
3 *.mk 3 *.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.opensdf 6 *.opensdf
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.rules 9 *.rules
10 *.sdf 10 *.sdf
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 /chrome/app/theme/default_100_percent/google_chrome 62 /chrome/app/theme/default_100_percent/google_chrome
63 /chrome/app/theme/default_200_percent/google_chrome 63 /chrome/app/theme/default_200_percent/google_chrome
64 /chrome/app/theme/google_chrome 64 /chrome/app/theme/google_chrome
65 /chrome/browser/autofill/internal 65 /chrome/browser/autofill/internal
66 /chrome/browser/extensions/default_extensions/chromeos 66 /chrome/browser/extensions/default_extensions/chromeos
67 /chrome/browser/google/linkdoctor_internal 67 /chrome/browser/google/linkdoctor_internal
68 /chrome/browser/intents/internal/ 68 /chrome/browser/intents/internal/
69 /chrome/browser/internal 69 /chrome/browser/internal
70 /chrome/browser/performance_monitor/performance_monitor.xml 70 /chrome/browser/performance_monitor/performance_monitor.xml
71 /chrome/browser/protector/internal 71 /chrome/browser/protector/internal
72 /chrome/browser/resources/pdf/html_office
72 /chrome/browser/resources/settings_internal/ 73 /chrome/browser/resources/settings_internal/
73 /chrome/browser/resources/software_rendering_list 74 /chrome/browser/resources/software_rendering_list
74 /chrome/browser/search_engines/prepopulated_engines.xml 75 /chrome/browser/search_engines/prepopulated_engines.xml
75 /chrome/browser/spellchecker/internal 76 /chrome/browser/spellchecker/internal
76 /chrome/browser_tests_run.xml 77 /chrome/browser_tests_run.xml
77 /chrome/chrome_run.xml 78 /chrome/chrome_run.xml
78 /chrome/chrome_user32_delay_imports.xml 79 /chrome/chrome_user32_delay_imports.xml
79 /chrome/chrome_version_resources.xml 80 /chrome/chrome_version_resources.xml
80 /chrome/common/extensions/api/api.xml 81 /chrome/common/extensions/api/api.xml
81 /chrome/Hammer 82 /chrome/Hammer
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 /third_party/fontconfig/src 215 /third_party/fontconfig/src
215 /third_party/freetype 216 /third_party/freetype
216 /third_party/freetype2/src 217 /third_party/freetype2/src
217 /third_party/gles2_conform 218 /third_party/gles2_conform
218 /third_party/gnu_binutils/ 219 /third_party/gnu_binutils/
219 /third_party/gold 220 /third_party/gold
220 /third_party/google_toolbox_for_mac/src 221 /third_party/google_toolbox_for_mac/src
221 /third_party/googlemac 222 /third_party/googlemac
222 /third_party/gperf 223 /third_party/gperf
223 /third_party/guava/src 224 /third_party/guava/src
224 /third_party/html_office
225 /third_party/httpcomponents-client 225 /third_party/httpcomponents-client
226 /third_party/httpcomponents-core 226 /third_party/httpcomponents-core
227 /third_party/hunspell 227 /third_party/hunspell
228 /third_party/hunspell_dictionaries 228 /third_party/hunspell_dictionaries
229 /third_party/icu 229 /third_party/icu
230 /third_party/jarjar 230 /third_party/jarjar
231 /third_party/jsoncpp/source 231 /third_party/jsoncpp/source
232 /third_party/jsr-305/src 232 /third_party/jsr-305/src
233 /third_party/leveldatabase/src 233 /third_party/leveldatabase/src
234 /third_party/leveldb 234 /third_party/leveldb
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 /webkit/data/test_shell/plugins 345 /webkit/data/test_shell/plugins
346 /webkit/data/xbm_decoder 346 /webkit/data/xbm_decoder
347 /webkit/Debug 347 /webkit/Debug
348 /webkit/Release 348 /webkit/Release
349 /webkit/renderer/media/crypto/ppapi/cdm 349 /webkit/renderer/media/crypto/ppapi/cdm
350 /webpagereplay_logs/ 350 /webpagereplay_logs/
351 /win8/delegate_execute/delegate_execute_version_resources.xml 351 /win8/delegate_execute/delegate_execute_version_resources.xml
352 /win8/metro_driver/metro_driver_version_resources.xml 352 /win8/metro_driver/metro_driver_version_resources.xml
353 /x86-generic_out/ 353 /x86-generic_out/
354 /xcodebuild 354 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698