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

Side by Side Diff: tools/gyp/v8.gyp

Issue 1287893006: Separate UnicodeCache out into an own file. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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 | « src/unicode-cache-inl.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after
970 '../../src/types-inl.h', 970 '../../src/types-inl.h',
971 '../../src/types.cc', 971 '../../src/types.cc',
972 '../../src/types.h', 972 '../../src/types.h',
973 '../../src/typing.cc', 973 '../../src/typing.cc',
974 '../../src/typing.h', 974 '../../src/typing.h',
975 '../../src/unbound-queue-inl.h', 975 '../../src/unbound-queue-inl.h',
976 '../../src/unbound-queue.h', 976 '../../src/unbound-queue.h',
977 '../../src/unicode-inl.h', 977 '../../src/unicode-inl.h',
978 '../../src/unicode.cc', 978 '../../src/unicode.cc',
979 '../../src/unicode.h', 979 '../../src/unicode.h',
980 '../../src/unicode-cache-inl.h',
981 '../../src/unicode-cache.h',
980 '../../src/unicode-decoder.cc', 982 '../../src/unicode-decoder.cc',
981 '../../src/unicode-decoder.h', 983 '../../src/unicode-decoder.h',
982 '../../src/unique.h', 984 '../../src/unique.h',
983 '../../src/utils.cc', 985 '../../src/utils.cc',
984 '../../src/utils.h', 986 '../../src/utils.h',
985 '../../src/v8.cc', 987 '../../src/v8.cc',
986 '../../src/v8.h', 988 '../../src/v8.h',
987 '../../src/v8memory.h', 989 '../../src/v8memory.h',
988 '../../src/v8threads.cc', 990 '../../src/v8threads.cc',
989 '../../src/v8threads.h', 991 '../../src/v8threads.h',
(...skipping 1027 matching lines...) Expand 10 before | Expand all | Expand 10 after
2017 }], 2019 }],
2018 ['want_separate_host_toolset==1', { 2020 ['want_separate_host_toolset==1', {
2019 'toolsets': ['host'], 2021 'toolsets': ['host'],
2020 }, { 2022 }, {
2021 'toolsets': ['target'], 2023 'toolsets': ['target'],
2022 }], 2024 }],
2023 ], 2025 ],
2024 }, 2026 },
2025 ], 2027 ],
2026 } 2028 }
OLDNEW
« no previous file with comments | « src/unicode-cache-inl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698