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

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

Issue 1221433021: Move SmartPointer to base. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 5 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
« test/unittests/test-utils.cc ('K') | « test/unittests/test-utils.cc ('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 882 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 '../../src/scanner-character-streams.h', 893 '../../src/scanner-character-streams.h',
894 '../../src/scanner.cc', 894 '../../src/scanner.cc',
895 '../../src/scanner.h', 895 '../../src/scanner.h',
896 '../../src/scopeinfo.cc', 896 '../../src/scopeinfo.cc',
897 '../../src/scopeinfo.h', 897 '../../src/scopeinfo.h',
898 '../../src/scopes.cc', 898 '../../src/scopes.cc',
899 '../../src/scopes.h', 899 '../../src/scopes.h',
900 '../../src/signature.h', 900 '../../src/signature.h',
901 '../../src/simulator.h', 901 '../../src/simulator.h',
902 '../../src/small-pointer-list.h', 902 '../../src/small-pointer-list.h',
903 '../../src/smart-pointers.h',
904 '../../src/snapshot/natives.h', 903 '../../src/snapshot/natives.h',
905 '../../src/snapshot/serialize.cc', 904 '../../src/snapshot/serialize.cc',
906 '../../src/snapshot/serialize.h', 905 '../../src/snapshot/serialize.h',
907 '../../src/snapshot/snapshot.h', 906 '../../src/snapshot/snapshot.h',
908 '../../src/snapshot/snapshot-common.cc', 907 '../../src/snapshot/snapshot-common.cc',
909 '../../src/snapshot/snapshot-source-sink.cc', 908 '../../src/snapshot/snapshot-source-sink.cc',
910 '../../src/snapshot/snapshot-source-sink.h', 909 '../../src/snapshot/snapshot-source-sink.h',
911 '../../src/splay-tree.h', 910 '../../src/splay-tree.h',
912 '../../src/splay-tree-inl.h', 911 '../../src/splay-tree-inl.h',
913 '../../src/string-builder.cc', 912 '../../src/string-builder.cc',
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
1423 '../../src/base/platform/condition-variable.h', 1422 '../../src/base/platform/condition-variable.h',
1424 '../../src/base/platform/mutex.cc', 1423 '../../src/base/platform/mutex.cc',
1425 '../../src/base/platform/mutex.h', 1424 '../../src/base/platform/mutex.h',
1426 '../../src/base/platform/platform.h', 1425 '../../src/base/platform/platform.h',
1427 '../../src/base/platform/semaphore.cc', 1426 '../../src/base/platform/semaphore.cc',
1428 '../../src/base/platform/semaphore.h', 1427 '../../src/base/platform/semaphore.h',
1429 '../../src/base/safe_conversions.h', 1428 '../../src/base/safe_conversions.h',
1430 '../../src/base/safe_conversions_impl.h', 1429 '../../src/base/safe_conversions_impl.h',
1431 '../../src/base/safe_math.h', 1430 '../../src/base/safe_math.h',
1432 '../../src/base/safe_math_impl.h', 1431 '../../src/base/safe_math_impl.h',
1432 '../../src/base/smart-pointers.h',
1433 '../../src/base/sys-info.cc', 1433 '../../src/base/sys-info.cc',
1434 '../../src/base/sys-info.h', 1434 '../../src/base/sys-info.h',
1435 '../../src/base/utils/random-number-generator.cc', 1435 '../../src/base/utils/random-number-generator.cc',
1436 '../../src/base/utils/random-number-generator.h', 1436 '../../src/base/utils/random-number-generator.h',
1437 ], 1437 ],
1438 'conditions': [ 1438 'conditions': [
1439 ['want_separate_host_toolset==1', { 1439 ['want_separate_host_toolset==1', {
1440 'toolsets': ['host', 'target'], 1440 'toolsets': ['host', 'target'],
1441 }, { 1441 }, {
1442 'toolsets': ['target'], 1442 'toolsets': ['target'],
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
1924 }], 1924 }],
1925 ['want_separate_host_toolset==1', { 1925 ['want_separate_host_toolset==1', {
1926 'toolsets': ['host'], 1926 'toolsets': ['host'],
1927 }, { 1927 }, {
1928 'toolsets': ['target'], 1928 'toolsets': ['target'],
1929 }], 1929 }],
1930 ], 1930 ],
1931 }, 1931 },
1932 ], 1932 ],
1933 } 1933 }
OLDNEW
« test/unittests/test-utils.cc ('K') | « test/unittests/test-utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698