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

Side by Side Diff: .gitignore

Issue 876483002: NaCl: Move src/trusted/plugin/ to components/nacl/renderer/plugin/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update #include guards Created 5 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 | chrome/BUILD.gn » ('j') | chrome/chrome_tests.gypi » ('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 *.props 5 *.props
6 *.pyc 6 *.pyc
7 *.rules 7 *.rules
8 *.sdf 8 *.sdf
9 *.sln 9 *.sln
10 *.sublime-project 10 *.sublime-project
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 /native_client 213 /native_client
214 /net/Debug 214 /net/Debug
215 /net/net_derived_sources.xml 215 /net/net_derived_sources.xml
216 /net/net_unittests_run.xml 216 /net/net_unittests_run.xml
217 /net/Release 217 /net/Release
218 /net/testserver.log 218 /net/testserver.log
219 /out 219 /out
220 /out_* 220 /out_*
221 /ppapi/native_client/nacl_irt.xml 221 /ppapi/native_client/nacl_irt.xml
222 /ppapi/native_client/ppapi_lib.xml 222 /ppapi/native_client/ppapi_lib.xml
223 /ppapi/native_client/src/trusted/plugin/ppGoogleNaClPluginChrome.xml
224 /remoting/appengine/ 223 /remoting/appengine/
225 /remoting/host/installer/linux/internal/ 224 /remoting/host/installer/linux/internal/
226 /remoting/proto/chromotocol_proto_lib.xml 225 /remoting/proto/chromotocol_proto_lib.xml
227 /remoting/remoting_core_resources.xml 226 /remoting/remoting_core_resources.xml
228 /remoting/remoting_elevated_controller.xml 227 /remoting/remoting_elevated_controller.xml
229 /remoting/remoting_host.xml 228 /remoting/remoting_host.xml
230 /remoting/remoting_host_event_logger.xml 229 /remoting/remoting_host_event_logger.xml
231 /remoting/remoting_host_installation.xml 230 /remoting/remoting_host_installation.xml
232 /remoting/remoting_host_messages.xml 231 /remoting/remoting_host_messages.xml
233 /remoting/remoting_infoplist_strings.xml 232 /remoting/remoting_infoplist_strings.xml
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 /webkit/data/test_shell/plugins 431 /webkit/data/test_shell/plugins
433 /webkit/data/xbm_decoder 432 /webkit/data/xbm_decoder
434 /webkit/Debug 433 /webkit/Debug
435 /webkit/Release 434 /webkit/Release
436 /webkit/renderer/media/crypto/ppapi/cdm 435 /webkit/renderer/media/crypto/ppapi/cdm
437 /webpagereplay_logs/ 436 /webpagereplay_logs/
438 /win8/delegate_execute/delegate_execute_version_resources.xml 437 /win8/delegate_execute/delegate_execute_version_resources.xml
439 /win8/metro_driver/metro_driver_version_resources.xml 438 /win8/metro_driver/metro_driver_version_resources.xml
440 /x86-generic_out/ 439 /x86-generic_out/
441 /xcodebuild 440 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | chrome/BUILD.gn » ('j') | chrome/chrome_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698