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

Side by Side Diff: src/v8.gyp

Issue 2042253002: [icu] Support loading data file from default location (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 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
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 795 matching lines...) Expand 10 before | Expand all | Expand 10 after
806 'factory.cc', 806 'factory.cc',
807 'factory.h', 807 'factory.h',
808 'fast-accessor-assembler.cc', 808 'fast-accessor-assembler.cc',
809 'fast-accessor-assembler.h', 809 'fast-accessor-assembler.h',
810 'fast-dtoa.cc', 810 'fast-dtoa.cc',
811 'fast-dtoa.h', 811 'fast-dtoa.h',
812 'field-index.h', 812 'field-index.h',
813 'field-index-inl.h', 813 'field-index-inl.h',
814 'field-type.cc', 814 'field-type.cc',
815 'field-type.h', 815 'field-type.h',
816 'file-utils.cc',
817 'file-utils.h',
816 'fixed-dtoa.cc', 818 'fixed-dtoa.cc',
817 'fixed-dtoa.h', 819 'fixed-dtoa.h',
818 'flag-definitions.h', 820 'flag-definitions.h',
819 'flags.cc', 821 'flags.cc',
820 'flags.h', 822 'flags.h',
821 'frames-inl.h', 823 'frames-inl.h',
822 'frames.cc', 824 'frames.cc',
823 'frames.h', 825 'frames.h',
824 'full-codegen/full-codegen.cc', 826 'full-codegen/full-codegen.cc',
825 'full-codegen/full-codegen.h', 827 'full-codegen/full-codegen.h',
(...skipping 1454 matching lines...) Expand 10 before | Expand all | Expand 10 after
2280 }], 2282 }],
2281 ['want_separate_host_toolset==1', { 2283 ['want_separate_host_toolset==1', {
2282 'toolsets': ['host'], 2284 'toolsets': ['host'],
2283 }, { 2285 }, {
2284 'toolsets': ['target'], 2286 'toolsets': ['target'],
2285 }], 2287 }],
2286 ], 2288 ],
2287 }, 2289 },
2288 ], 2290 ],
2289 } 2291 }
OLDNEW
« src/file-utils.h ('K') | « src/startup-data-util.cc ('k') | test/cctest/cctest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698