diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-29 23:29:54 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-29 23:29:54 +0000 |
commit | d0f837d64102812529ed5c90c2d761791e90b522 (patch) | |
tree | 98d22dabdeabecece86f5343be9b5395ee5c4377 /chrome/common/DEPS | |
parent | 41834613fa4ae627781f9912d6e4c2be1e5ec012 (diff) | |
download | chromium_src-d0f837d64102812529ed5c90c2d761791e90b522.zip chromium_src-d0f837d64102812529ed5c90c2d761791e90b522.tar.gz chromium_src-d0f837d64102812529ed5c90c2d761791e90b522.tar.bz2 |
Revert r206949 - "Start moving breakpad integration to a component."
I'll use a different approach to move breakpad to a component.
> Step 1: move the DIR_CRASH_DUMPS symbol to the component
>
> BUG=247431
>
> Review URL: https://chromiumcodereview.appspot.com/16924012
TBR=thestig@chromium.org
Review URL: https://chromiumcodereview.appspot.com/18277002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209356 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/DEPS')
-rw-r--r-- | chrome/common/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/DEPS b/chrome/common/DEPS index bb5d386..d223b13 100644 --- a/chrome/common/DEPS +++ b/chrome/common/DEPS @@ -3,7 +3,6 @@ include_rules = [ "+breakpad", # For Breakpad constants. "+chromeos", # For chromeos_switches.h "+components/autofill/core/common", - "+components/breakpad/common", "+components/nacl/common", "+device/bluetooth", # For BluetoothDevicePermission "+device/media_transfer_protocol", # For MediaTransferProtocolManager |