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

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

Issue 295373003: Reland 21482 - "Merge v8globals.h and globals.h" (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 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 | « src/x87/macro-assembler-x87.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 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 '../../src/unique.h', 579 '../../src/unique.h',
580 '../../src/uri.h', 580 '../../src/uri.h',
581 '../../src/utils-inl.h', 581 '../../src/utils-inl.h',
582 '../../src/utils.cc', 582 '../../src/utils.cc',
583 '../../src/utils.h', 583 '../../src/utils.h',
584 '../../src/utils/random-number-generator.cc', 584 '../../src/utils/random-number-generator.cc',
585 '../../src/utils/random-number-generator.h', 585 '../../src/utils/random-number-generator.h',
586 '../../src/v8.cc', 586 '../../src/v8.cc',
587 '../../src/v8.h', 587 '../../src/v8.h',
588 '../../src/v8checks.h', 588 '../../src/v8checks.h',
589 '../../src/v8globals.h',
590 '../../src/v8memory.h', 589 '../../src/v8memory.h',
591 '../../src/v8threads.cc', 590 '../../src/v8threads.cc',
592 '../../src/v8threads.h', 591 '../../src/v8threads.h',
593 '../../src/variables.cc', 592 '../../src/variables.cc',
594 '../../src/variables.h', 593 '../../src/variables.h',
595 '../../src/vector.h', 594 '../../src/vector.h',
596 '../../src/version.cc', 595 '../../src/version.cc',
597 '../../src/version.h', 596 '../../src/version.h',
598 '../../src/vm-state-inl.h', 597 '../../src/vm-state-inl.h',
599 '../../src/vm-state.h', 598 '../../src/vm-state.h',
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
1221 }], 1220 }],
1222 ['v8_compress_startup_data=="bz2"', { 1221 ['v8_compress_startup_data=="bz2"', {
1223 'libraries': [ 1222 'libraries': [
1224 '-lbz2', 1223 '-lbz2',
1225 ] 1224 ]
1226 }], 1225 }],
1227 ], 1226 ],
1228 }, 1227 },
1229 ], 1228 ],
1230 } 1229 }
OLDNEW
« no previous file with comments | « src/x87/macro-assembler-x87.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698