Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 361461 | Differences between
and this patch

Collapse All | Expand All

(-)third_party/tcmalloc/chromium/src/common.cc~ (+1 lines)
Lines 30-35 Link Here
30
// ---
30
// ---
31
// Author: Sanjay Ghemawat <opensource@google.com>
31
// Author: Sanjay Ghemawat <opensource@google.com>
32
32
33
#include <cstddef>
33
#include "config.h"
34
#include "config.h"
34
#include "system-alloc.h"
35
#include "system-alloc.h"
35
#include "config.h"
36
#include "config.h"
(-)third_party/tcmalloc/chromium/src/base/vdso_support.h~ (+1 lines)
Lines 37-42 Link Here
37
37
38
#define HAVE_VDSO_SUPPORT 1
38
#define HAVE_VDSO_SUPPORT 1
39
39
40
#include <cstddef>
40
#include <stdlib.h>     // for NULL
41
#include <stdlib.h>     // for NULL
41
#include <link.h>  // for ElfW
42
#include <link.h>  // for ElfW
42
#include "base/basictypes.h"
43
#include "base/basictypes.h"
(-)third_party/tcmalloc/chromium/src/base/stl_allocator.h~ (+1 lines)
Lines 38-43 Link Here
38
#include <config.h>
38
#include <config.h>
39
39
40
#include <limits>
40
#include <limits>
41
#include <cstddef>
41
42
42
#include "base/basictypes.h"
43
#include "base/basictypes.h"
43
#include "base/logging.h"
44
#include "base/logging.h"
(-)third_party/tcmalloc/chromium/src/symbolize.h~ (+1 lines)
Lines 38-43 Link Here
38
#include <stdint.h>  // for uintptr_t
38
#include <stdint.h>  // for uintptr_t
39
#endif
39
#endif
40
#include <map>
40
#include <map>
41
#include <cstddef>
41
42
42
using std::map;
43
using std::map;
43
44
(-)third_party/tcmalloc/chromium/src/system-alloc.h~ (+1 lines)
Lines 37-42 Link Here
37
#define TCMALLOC_SYSTEM_ALLOC_H_
37
#define TCMALLOC_SYSTEM_ALLOC_H_
38
38
39
#include <config.h>
39
#include <config.h>
40
#include <cstddef>
40
#include "internal_logging.h"
41
#include "internal_logging.h"
41
42
42
// REQUIRES: "alignment" is a power of two or "0" to indicate default alignment
43
// REQUIRES: "alignment" is a power of two or "0" to indicate default alignment
(-)gpu/command_buffer/common/types.h~ (+1 lines)
Lines 11-16 Link Here
11
#include <stdint.h>
11
#include <stdint.h>
12
#endif
12
#endif
13
#include <string>
13
#include <string>
14
#include <cstddef>
14
15
15
typedef signed char         schar;
16
typedef signed char         schar;
16
typedef signed char         int8;
17
typedef signed char         int8;
(-)third_party/libjingle/source/talk/base/sigslot.h~ (+1 lines)
Lines 80-85 Link Here
80
80
81
#include <set>
81
#include <set>
82
#include <list>
82
#include <list>
83
#include <cstddef>
83
84
84
// On our copy of sigslot.h, we force single threading
85
// On our copy of sigslot.h, we force single threading
85
#define SIGSLOT_PURE_ISO
86
#define SIGSLOT_PURE_ISO
(-)third_party/ots/src/os2.cc~ (+1 lines)
Lines 5-10 Link Here
5
#include "os2.h"
5
#include "os2.h"
6
6
7
#include "head.h"
7
#include "head.h"
8
#include <cstddef>
8
9
9
// OS/2 - OS/2 and Windows Metrics
10
// OS/2 - OS/2 and Windows Metrics
10
// http://www.microsoft.com/opentype/otspec/os2.htm
11
// http://www.microsoft.com/opentype/otspec/os2.htm
(-)ui/gfx/codec/jpeg_codec.h~ (+1 lines)
Lines 7-12 Link Here
7
#pragma once
7
#pragma once
8
8
9
#include <vector>
9
#include <vector>
10
#include <cstddef>
10
11
11
class SkBitmap;
12
class SkBitmap;
12
13
(-)chrome/browser/search_engines/template_url_prepopulate_data.h (-2 / +3 lines)
Lines 7-12 Link Here
7
#pragma once
7
#pragma once
8
8
9
#include <vector>
9
#include <vector>
10
#include <cstddef>
10
11
11
class GURL;
12
class GURL;
12
class PrefService;
13
class PrefService;
13
-- third_party/WebKit/Source/WebCore/dom/make_names.pl
14
++ third_party/WebKit/Source/WebCore/dom/make_names.pl
Lines 66-70 Link Here
66
    $gccLocation = "/usr/bin/gcc";
66
    $gccLocation = "/usr/bin/gcc";
67
}
67
}
68
my $preprocessor = $gccLocation . " -E -P -x c++";
68
my $preprocessor = $gccLocation . " -E -x c++";
69
69
70
GetOptions(
70
GetOptions(

Return to bug 361461