summaryrefslogtreecommitdiffstats
path: root/chrome/service/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup VersionInfo after componentization.sdefresne2015-08-031-0/+1
| | | | | | | | | | | | | | | | | | | Remove wrapper methods around version_info free functions and directly call them instead and fixes #include if only the component is required. Convert VersionInfo methods to free functions (as they do not have state) and rename GetVersionStringModifier to GetChannelString. Rename chrome/common/{chrome_version_info => channel_info}*. Forward-declare version_info::Channel in channel_info.h and add the missing #include of components/version_info/version_info.h were needed. BUG=514562 Review URL: https://codereview.chromium.org/1269773002 Cr-Commit-Position: refs/heads/master@{#341568}
* Use SetAlternateDesktop(false) for service process.vitalybuka2014-09-051-0/+1
| | | | | | | | | | Service process may run as windows service and it fails to create a window station. BUG=410237 Review URL: https://codereview.chromium.org/534413002 Cr-Commit-Position: refs/heads/master@{#293391}
* Use a qualified path for grit includes in various chrome/ directories.thestig@chromium.org2014-08-131-2/+1
| | | | | | | | | BUG=401588 Review URL: https://codereview.chromium.org/450053003 Cr-Commit-Position: refs/heads/master@{#289213} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289213 0039d316-1c4b-4281-b951-d872f2087c98
* Clamp down various chrome/ DEPS files.thestig@chromium.org2014-06-241-2/+0
| | | | | | | | TBR=isherman@chromium.org,rogerta@chromium.org,dalecurtis@chromium.org,brettw@chromium.org Review URL: https://codereview.chromium.org/350453004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279265 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 233201 "Clamp down various chrome/ DEPS files"hashimoto@chromium.org2013-11-061-0/+2
| | | | | | | | | | | | | | | | | | | | Failing on check_deps http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29/builds/24263 http://build.chromium.org/p/chromium.mac/builders/Mac%2010.6%20Tests%20%28dbg%29%282%29/builds/45411 http://build.chromium.org/p/chromium.mac/builders/Mac%2010.7%20Tests%20%28dbg%29%282%29/builds/19085 http://build.chromium.org/p/chromium.linux/builders/Linux%20Builder/builds/20133 > Clamp down various chrome/ DEPS files > > R=thakis@chromium.org > > Review URL: https://codereview.chromium.org/52023003 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/61513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233205 0039d316-1c4b-4281-b951-d872f2087c98
* Clamp down various chrome/ DEPS filesthestig@chromium.org2013-11-061-2/+0
| | | | | | | | R=thakis@chromium.org Review URL: https://codereview.chromium.org/52023003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233201 0039d316-1c4b-4281-b951-d872f2087c98
* Moving google_apis and GaiaClient to src/google_apis.joi@chromium.org2012-09-071-0/+1
| | | | | | | | | | TBR=mechanicalowners@chromium.org BUG=145584 Review URL: https://chromiumcodereview.appspot.com/10928017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155312 0039d316-1c4b-4281-b951-d872f2087c98
* Move the Windows sandbox to sandbox/winjln@chromium.org2012-07-181-1/+1
| | | | | | | | | | | | | This is a rather large refactor to move the Windows sandbox to the right place. BUG= TEST= NOTRY=true TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10689170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147151 0039d316-1c4b-4281-b951-d872f2087c98
* Emergency revert; rietveld broke; tree brokeerg@google.com2012-07-131-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146646 0039d316-1c4b-4281-b951-d872f2087c98
* sandbox/src -> sandbox/win/srcjln@chromium.org2012-07-131-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146626 0039d316-1c4b-4281-b951-d872f2087c98
* Expose the sandbox related code through the content API. I did a bit of ↵jam@chromium.org2011-10-291-0/+1
| | | | | | | | | | | | | cleanup while I was doing this. -got rid of SandboxInitWrapper, since I didn't see a need to expose given that we can just expose sandbox::SandboxInterfaceInfo -got rid of the duplicated code to initialize the broker -since I made MainFunctionParams only have the sandbox struct on Windows, I also made the mac specific auto release pool behind an ifdef as well. It seemed odd to make something so mac specific compile on all platforms to save some #ifdefs. BUG=98716 Review URL: http://codereview.chromium.org/8414020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107863 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the Remoting Host component from Chrome.wez@chromium.org2011-05-101-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | * Update the Remoting feature flag description. * Fix license headers. * Remove files from gyp definitions. * Remove Chromoting trigger for Service Process launch on browser startup, and Chromoting setup HTML resources. * Remove Chromoting Host registration components from Browser. * Remove resources for Chromoting Host options UI. * Remove Service Process control APIs for Chromoting Host. * Remove Chromoting Host prefs from Browser UI. * Remove WebUI for Chromoting Host. * Remove WebUI options for Chromoting Host. * Remove Chromoting Host policy options, and don't warn if Chromoting is entirely disabled by policy, since there are no user-visible settings for it anyway. * Remove Chromoting Host preference names, service IPCs and URL constants. * Remove Chromoting Host from Service Process. * Remove remoting strings, locale settings and setup "Id". BUG= TEST=Run Service Process from a profile in which Chromoting Host had previously been configured, and Cloud Print NOT configured. Chromoting Host should not be accessible, and Service Process should quit after about a minute. Review URL: http://codereview.chromium.org/6955010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84819 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize media library on service process startup.wez@chromium.org2011-02-181-2/+5
| | | | | | | | | BUG=73166 TEST=Enable Chromoting Host in Chrome, and try to connect to it. The service process should not crash trying to retrieve the VP8 codec. Review URL: http://codereview.chromium.org/6539017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75379 0039d316-1c4b-4281-b951-d872f2087c98
* Code to send diagnostic messages about cloud print proxy. Currently ↵sanjeevr@chromium.org2011-01-201-0/+1
| | | | | | | | | | | diagnostic messages are sent if the print system fails to initialize (this can happen on Windows if the XPS Framework is not installed on XP) as well when printer registration fails because we could not get the capabilities for the printer. BUG=None TEST=None Review URL: http://codereview.chromium.org/6245005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72037 0039d316-1c4b-4281-b951-d872f2087c98
* Moving Encoder and Decoder to remoting/basehclam@chromium.org2010-07-231-0/+1
| | | | | | | | | | | Putting Encder and Decoder together so we can have test that tests both of them. TEST=remoting_unittests Review URL: http://codereview.chromium.org/2840036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53427 0039d316-1c4b-4281-b951-d872f2087c98
* Start Chromoting Host Process in Chrome Servicehclam@chromium.org2010-07-011-0/+4
Enable chromoting host process if chrome is started with --type=service --enable-chromoting BUG=none TEST=chrome --type=service --enable-chromoting Review URL: http://codereview.chromium.org/2813038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51393 0039d316-1c4b-4281-b951-d872f2087c98