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

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

Issue 510693003: Sync our homegrown SysInfo replacement with the one in Chrome base. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add missing include. Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « test/base-unittests/sys-info-unittest.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 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1143 '../../src/base/platform/condition-variable.h', 1143 '../../src/base/platform/condition-variable.h',
1144 '../../src/base/platform/mutex.cc', 1144 '../../src/base/platform/mutex.cc',
1145 '../../src/base/platform/mutex.h', 1145 '../../src/base/platform/mutex.h',
1146 '../../src/base/platform/platform.h', 1146 '../../src/base/platform/platform.h',
1147 '../../src/base/platform/semaphore.cc', 1147 '../../src/base/platform/semaphore.cc',
1148 '../../src/base/platform/semaphore.h', 1148 '../../src/base/platform/semaphore.h',
1149 '../../src/base/safe_conversions.h', 1149 '../../src/base/safe_conversions.h',
1150 '../../src/base/safe_conversions_impl.h', 1150 '../../src/base/safe_conversions_impl.h',
1151 '../../src/base/safe_math.h', 1151 '../../src/base/safe_math.h',
1152 '../../src/base/safe_math_impl.h', 1152 '../../src/base/safe_math_impl.h',
1153 '../../src/base/sys-info.cc',
1154 '../../src/base/sys-info.h',
1153 '../../src/base/utils/random-number-generator.cc', 1155 '../../src/base/utils/random-number-generator.cc',
1154 '../../src/base/utils/random-number-generator.h', 1156 '../../src/base/utils/random-number-generator.h',
1155 ], 1157 ],
1156 'conditions': [ 1158 'conditions': [
1157 ['want_separate_host_toolset==1', { 1159 ['want_separate_host_toolset==1', {
1158 'toolsets': ['host', 'target'], 1160 'toolsets': ['host', 'target'],
1159 }, { 1161 }, {
1160 'toolsets': ['target'], 1162 'toolsets': ['target'],
1161 }], 1163 }],
1162 ['OS=="linux"', { 1164 ['OS=="linux"', {
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
1571 }], 1573 }],
1572 ['v8_compress_startup_data=="bz2"', { 1574 ['v8_compress_startup_data=="bz2"', {
1573 'libraries': [ 1575 'libraries': [
1574 '-lbz2', 1576 '-lbz2',
1575 ] 1577 ]
1576 }], 1578 }],
1577 ], 1579 ],
1578 }, 1580 },
1579 ], 1581 ],
1580 } 1582 }
OLDNEW
« no previous file with comments | « test/base-unittests/sys-info-unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698