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

Side by Side Diff: .gitignore

Issue 10828352: [Chromoting] Avoid potential conflicts leading to pending reboots while upgrading the me2me host: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Made compilable and rebased Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/host/plugin/daemon_controller_win.cc » ('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 *.scons 10 *.scons
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 /out_* 112 /out_*
113 /pdf 113 /pdf
114 /ppapi/native_client/nacl_irt.xml 114 /ppapi/native_client/nacl_irt.xml
115 /ppapi/native_client/ppapi_lib.xml 115 /ppapi/native_client/ppapi_lib.xml
116 /ppapi/native_client/src/shared/ppapi_proxy/nacl_ppapi_browser.xml 116 /ppapi/native_client/src/shared/ppapi_proxy/nacl_ppapi_browser.xml
117 /ppapi/native_client/src/shared/ppapi_proxy/ppruntime_lib.xml 117 /ppapi/native_client/src/shared/ppapi_proxy/ppruntime_lib.xml
118 /ppapi/native_client/src/trusted/plugin/ppGoogleNaClPluginChrome.xml 118 /ppapi/native_client/src/trusted/plugin/ppGoogleNaClPluginChrome.xml
119 /remoting/appengine/ 119 /remoting/appengine/
120 /remoting/proto/chromotocol_proto_lib.xml 120 /remoting/proto/chromotocol_proto_lib.xml
121 /remoting/proto/trace_proto_lib.xml 121 /remoting/proto/trace_proto_lib.xml
122 /remoting/remoting_elevated_controller.xml
122 /remoting/remoting_host_event_logger.xml 123 /remoting/remoting_host_event_logger.xml
123 /remoting/remoting_host_installation.xml 124 /remoting/remoting_host_installation.xml
124 /remoting/remoting_host_installation_unittest.xml 125 /remoting/remoting_host_installation_unittest.xml
125 /remoting/remoting_me2me_host.xml 126 /remoting/remoting_me2me_host.xml
126 /remoting/remoting_version_resources.xml 127 /remoting/remoting_version_resources.xml
127 /remoting/tools/internal/ 128 /remoting/tools/internal/
128 /sandbox/linux/seccomp-legacy/ 129 /sandbox/linux/seccomp-legacy/
129 /sdch/open-vcdiff 130 /sdch/open-vcdiff
130 /seccompsandbox 131 /seccompsandbox
131 /testing/gmock 132 /testing/gmock
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 /v8 238 /v8
238 /webkit/Debug 239 /webkit/Debug
239 /webkit/Release 240 /webkit/Release
240 /webkit/data/bmp_decoder 241 /webkit/data/bmp_decoder
241 /webkit/data/ico_decoder 242 /webkit/data/ico_decoder
242 /webkit/data/layout_tests/LayoutTests 243 /webkit/data/layout_tests/LayoutTests
243 /webkit/data/test_shell/plugins 244 /webkit/data/test_shell/plugins
244 /webkit/data/xbm_decoder 245 /webkit/data/xbm_decoder
245 /x86-generic_out/ 246 /x86-generic_out/
246 /xcodebuild 247 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | remoting/host/plugin/daemon_controller_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698