mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-30 11:04:52 +01:00
ac4f451c94
- Remove the in-process PDF plugin implementation. A new implementation is now required (issue #1565). git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2043 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
13 lines
581 B
Diff
13 lines
581 B
Diff
diff --git allocator.gyp allocator.gyp
|
|
index d426c9c..f593048 100644
|
|
--- allocator.gyp
|
|
+++ allocator.gyp
|
|
@@ -238,6 +238,7 @@
|
|
'<(tcmalloc_dir)/src/base/atomicops-internals-linuxppc.h',
|
|
'<(tcmalloc_dir)/src/base/atomicops-internals-macosx.h',
|
|
'<(tcmalloc_dir)/src/base/atomicops-internals-x86-msvc.h',
|
|
+ '<(tcmalloc_dir)/src/base/atomicops-internals-x86.cc',
|
|
'<(tcmalloc_dir)/src/base/atomicops-internals-x86.h',
|
|
'<(tcmalloc_dir)/src/base/atomicops.h',
|
|
'<(tcmalloc_dir)/src/base/basictypes.h',
|