Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2014 Google Inc. All rights reserved. | 1 # Copyright 2014 Google Inc. All rights reserved. |
| 2 # | 2 # |
| 3 # Redistribution and use in source and binary forms, with or without | 3 # Redistribution and use in source and binary forms, with or without |
| 4 # modification, are permitted provided that the following conditions are | 4 # modification, are permitted provided that the following conditions are |
| 5 # met: | 5 # met: |
| 6 # | 6 # |
| 7 # * Redistributions of source code must retain the above copyright | 7 # * Redistributions of source code must retain the above copyright |
| 8 # notice, this list of conditions and the following disclaimer. | 8 # notice, this list of conditions and the following disclaimer. |
| 9 # * Redistributions in binary form must reproduce the above | 9 # * Redistributions in binary form must reproduce the above |
| 10 # copyright notice, this list of conditions and the following disclaimer | 10 # copyright notice, this list of conditions and the following disclaimer |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 57 'android/include/sys/user.h', | 57 'android/include/sys/user.h', |
| 58 'android/include/ucontext.h', | 58 'android/include/ucontext.h', |
| 59 'android/testing/include/wchar.h', | 59 'android/testing/include/wchar.h', |
| 60 'android/testing/mkdtemp.h', | 60 'android/testing/mkdtemp.h', |
| 61 'android/testing/pthread_fixes.h', | 61 'android/testing/pthread_fixes.h', |
| 62 'android/ucontext_constants.h', | 62 'android/ucontext_constants.h', |
| 63 'basictypes.h', | 63 'basictypes.h', |
| 64 'byte_cursor.h', | 64 'byte_cursor.h', |
| 65 'convert_UTF.c', | 65 'convert_UTF.c', |
| 66 'convert_UTF.h', | 66 'convert_UTF.h', |
| 67 'dwarf/elf_reader.cc', | |
|
vapier
2016/04/14 22:48:46
keep it sorted ?
yunlian
2016/04/18 21:20:51
Done.
| |
| 68 'dwarf/elf_reader.h', | |
| 67 'dwarf/bytereader-inl.h', | 69 'dwarf/bytereader-inl.h', |
| 68 'dwarf/bytereader.cc', | 70 'dwarf/bytereader.cc', |
| 69 'dwarf/bytereader.h', | 71 'dwarf/bytereader.h', |
| 70 'dwarf/cfi_assembler.cc', | 72 'dwarf/cfi_assembler.cc', |
| 71 'dwarf/cfi_assembler.h', | 73 'dwarf/cfi_assembler.h', |
| 72 'dwarf/dwarf2diehandler.cc', | 74 'dwarf/dwarf2diehandler.cc', |
| 73 'dwarf/dwarf2diehandler.h', | 75 'dwarf/dwarf2diehandler.h', |
| 74 'dwarf/dwarf2enums.h', | 76 'dwarf/dwarf2enums.h', |
| 75 'dwarf/dwarf2reader.cc', | 77 'dwarf/dwarf2reader.cc', |
| 76 'dwarf/dwarf2reader.h', | 78 'dwarf/dwarf2reader.h', |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 239 '../build/testing.gypi:gmock_main', | 241 '../build/testing.gypi:gmock_main', |
| 240 '../build/testing.gypi:gmock', | 242 '../build/testing.gypi:gmock', |
| 241 '../build/testing.gypi:gtest', | 243 '../build/testing.gypi:gtest', |
| 242 ], | 244 ], |
| 243 'libraries': [ | 245 'libraries': [ |
| 244 '-ldl', | 246 '-ldl', |
| 245 ], | 247 ], |
| 246 }, | 248 }, |
| 247 ], | 249 ], |
| 248 } | 250 } |
| OLD | NEW |