diff options
author | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-13 23:11:11 +0000 |
---|---|---|
committer | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-13 23:11:11 +0000 |
commit | 07243f95c726fb67abefa8a19fb9c46e2d63d8f8 (patch) | |
tree | 8c28a5186cb3a3be0085d2b34854b62c3ce2938b /components/gcm_driver.gypi | |
parent | 10506308ee11a4130fe535139bb9b08f678969da (diff) | |
download | chromium_src-07243f95c726fb67abefa8a19fb9c46e2d63d8f8.zip chromium_src-07243f95c726fb67abefa8a19fb9c46e2d63d8f8.tar.gz chromium_src-07243f95c726fb67abefa8a19fb9c46e2d63d8f8.tar.bz2 |
Revert 270226 "Componentize GCM Part 1: create GCM component and..."
broke on Chrome OS: http://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20ChromeOS/builds/67606
> Componentize GCM Part 1: create GCM component and move some files over
>
> BUG=356716
> TEST=existing tests
>
> Review URL: https://codereview.chromium.org/261853012
TBR=jianli@chromium.org
Review URL: https://codereview.chromium.org/281783004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270234 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/gcm_driver.gypi')
-rw-r--r-- | components/gcm_driver.gypi | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/components/gcm_driver.gypi b/components/gcm_driver.gypi deleted file mode 100644 index 489a710..0000000 --- a/components/gcm_driver.gypi +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2014 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -{ - 'targets': [ - { - 'target_name': 'gcm_driver', - 'type': 'static_library', - 'dependencies': [ - '../base/base.gyp:base', - '../google_apis/gcm/gcm.gyp:gcm', - 'os_crypt', - ], - 'include_dirs': [ - '..', - ], - 'sources': [ - 'gcm_driver/default_gcm_app_handler.cc', - 'gcm_driver/default_gcm_app_handler.h', - 'gcm_driver/gcm_app_handler.h', - 'gcm_driver/gcm_client_factory.cc', - 'gcm_driver/gcm_client_factory.h', - 'gcm_driver/system_encryptor.cc', - 'gcm_driver/system_encryptor.h', - ], - }, - ], -} |