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

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

Issue 159697: Merge r2593 to trunk (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 11 years, 4 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/version.cc ('k') | tools/v8.xcodeproj/project.pbxproj » ('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 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 '../../src/heap.cc', 275 '../../src/heap.cc',
276 '../../src/heap.h', 276 '../../src/heap.h',
277 '../../src/ic-inl.h', 277 '../../src/ic-inl.h',
278 '../../src/ic.cc', 278 '../../src/ic.cc',
279 '../../src/ic.h', 279 '../../src/ic.h',
280 '../../src/interpreter-irregexp.cc', 280 '../../src/interpreter-irregexp.cc',
281 '../../src/interpreter-irregexp.h', 281 '../../src/interpreter-irregexp.h',
282 '../../src/jump-target.cc', 282 '../../src/jump-target.cc',
283 '../../src/jump-target.h', 283 '../../src/jump-target.h',
284 '../../src/jump-target-inl.h', 284 '../../src/jump-target-inl.h',
285 '../../src/jsregexp-inl.h',
286 '../../src/jsregexp.cc', 285 '../../src/jsregexp.cc',
287 '../../src/jsregexp.h', 286 '../../src/jsregexp.h',
288 '../../src/list-inl.h', 287 '../../src/list-inl.h',
289 '../../src/list.h', 288 '../../src/list.h',
290 '../../src/log.cc', 289 '../../src/log.cc',
291 '../../src/log-inl.h', 290 '../../src/log-inl.h',
292 '../../src/log.h', 291 '../../src/log.h',
293 '../../src/log-utils.cc', 292 '../../src/log-utils.cc',
294 '../../src/log-utils.h', 293 '../../src/log-utils.h',
295 '../../src/macro-assembler.h', 294 '../../src/macro-assembler.h',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 ], 560 ],
562 'conditions': [ 561 'conditions': [
563 [ 'OS=="win"', { 562 [ 'OS=="win"', {
564 # This could be gotten by not setting chromium_code, if that's OK. 563 # This could be gotten by not setting chromium_code, if that's OK.
565 'defines': ['_CRT_SECURE_NO_WARNINGS'], 564 'defines': ['_CRT_SECURE_NO_WARNINGS'],
566 }], 565 }],
567 ], 566 ],
568 }, 567 },
569 ], 568 ],
570 } 569 }
OLDNEW
« no previous file with comments | « src/version.cc ('k') | tools/v8.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698