summaryrefslogtreecommitdiffstats
path: root/base/third_party/dynamic_annotations
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-13 19:20:49 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-13 19:20:49 +0000
commitaa804bcc8d17a8c6cee5824f7a1284d7ace93ed4 (patch)
tree2c542131f8face17d1bf1373327b1f40fac047b4 /base/third_party/dynamic_annotations
parentbae35812af03db00e663a26bea49af2477b8a688 (diff)
downloadchromium_src-aa804bcc8d17a8c6cee5824f7a1284d7ace93ed4.zip
chromium_src-aa804bcc8d17a8c6cee5824f7a1284d7ace93ed4.tar.gz
chromium_src-aa804bcc8d17a8c6cee5824f7a1284d7ace93ed4.tar.bz2
Remove msvs_guids from app, base, breakpad and build.
BUG=28727 Review URL: http://codereview.chromium.org/7108053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88871 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/third_party/dynamic_annotations')
-rw-r--r--base/third_party/dynamic_annotations/dynamic_annotations.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/third_party/dynamic_annotations/dynamic_annotations.gyp b/base/third_party/dynamic_annotations/dynamic_annotations.gyp
index 18796e1..47334d8 100644
--- a/base/third_party/dynamic_annotations/dynamic_annotations.gyp
+++ b/base/third_party/dynamic_annotations/dynamic_annotations.gyp
@@ -7,7 +7,6 @@
{
'target_name': 'dynamic_annotations',
'type': 'static_library',
- 'msvs_guid': 'EF3AD1A1-5FA6-4B70-9CCC-F5AE4C6D0892',
'include_dirs': [
'../../../',
],
@@ -23,7 +22,6 @@
{
'target_name': 'dynamic_annotations_win64',
'type': 'static_library',
- 'msvs_guid': 'E8055455-0065-427B-9461-34A16FAD1973',
# We can't use dynamic_annotations target for win64 build since it is
# a 32-bit library.
# TODO(gregoryd): merge with dynamic_annotations when