Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Side by Side Diff: third_party/libvpx/include/elf.h

Issue 1734613003: Move libvpx_new to libvpx (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/libvpx/generate_gypi.sh ('k') | third_party/libvpx/libvpx.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /**************************************************************************** 1 /****************************************************************************
2 **************************************************************************** 2 ****************************************************************************
3 *** 3 ***
4 *** This header was automatically generated from a Linux kernel header 4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to 5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants, 6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus, 7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information. 8 *** contains no copyrightable information.
9 *** 9 ***
10 *** To edit the content of this header, modify the corresponding 10 *** To edit the content of this header, modify the corresponding
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 Elf32_Word n_type; 436 Elf32_Word n_type;
437 } Elf32_Nhdr; 437 } Elf32_Nhdr;
438 typedef struct elf64_note { 438 typedef struct elf64_note {
439 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 439 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
440 Elf64_Word n_namesz; 440 Elf64_Word n_namesz;
441 Elf64_Word n_descsz; 441 Elf64_Word n_descsz;
442 Elf64_Word n_type; 442 Elf64_Word n_type;
443 } Elf64_Nhdr; 443 } Elf64_Nhdr;
444 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 444 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
445 #endif 445 #endif
OLDNEW
« no previous file with comments | « third_party/libvpx/generate_gypi.sh ('k') | third_party/libvpx/libvpx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698