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

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: Format 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
« no previous file with comments | « src/startup-data-util.cc ('k') | test/cctest/cctest.cc » ('j') | 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 1656 matching lines...) Expand 10 before | Expand all | Expand 10 after
1667 'base/atomicops_internals_x86_gcc.h', 1667 'base/atomicops_internals_x86_gcc.h',
1668 'base/atomicops_internals_x86_msvc.h', 1668 'base/atomicops_internals_x86_msvc.h',
1669 'base/bits.cc', 1669 'base/bits.cc',
1670 'base/bits.h', 1670 'base/bits.h',
1671 'base/build_config.h', 1671 'base/build_config.h',
1672 'base/compiler-specific.h', 1672 'base/compiler-specific.h',
1673 'base/cpu.cc', 1673 'base/cpu.cc',
1674 'base/cpu.h', 1674 'base/cpu.h',
1675 'base/division-by-constant.cc', 1675 'base/division-by-constant.cc',
1676 'base/division-by-constant.h', 1676 'base/division-by-constant.h',
1677 'base/file-utils.cc',
1678 'base/file-utils.h',
1677 'base/flags.h', 1679 'base/flags.h',
1678 'base/format-macros.h', 1680 'base/format-macros.h',
1679 'base/functional.cc', 1681 'base/functional.cc',
1680 'base/functional.h', 1682 'base/functional.h',
1681 'base/iterator.h', 1683 'base/iterator.h',
1682 'base/lazy-instance.h', 1684 'base/lazy-instance.h',
1683 'base/logging.cc', 1685 'base/logging.cc',
1684 'base/logging.h', 1686 'base/logging.h',
1685 'base/macros.h', 1687 'base/macros.h',
1686 'base/once.cc', 1688 'base/once.cc',
(...skipping 593 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
« no previous file with comments | « 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