OLD | NEW |
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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 '../../src/bootstrapper.cc', | 227 '../../src/bootstrapper.cc', |
228 '../../src/bootstrapper.h', | 228 '../../src/bootstrapper.h', |
229 '../../src/builtins.cc', | 229 '../../src/builtins.cc', |
230 '../../src/builtins.h', | 230 '../../src/builtins.h', |
231 '../../src/bytecodes-irregexp.h', | 231 '../../src/bytecodes-irregexp.h', |
232 '../../src/cached_powers.h', | 232 '../../src/cached_powers.h', |
233 '../../src/char-predicates-inl.h', | 233 '../../src/char-predicates-inl.h', |
234 '../../src/char-predicates.h', | 234 '../../src/char-predicates.h', |
235 '../../src/checks.cc', | 235 '../../src/checks.cc', |
236 '../../src/checks.h', | 236 '../../src/checks.h', |
237 '../../src/circular-queue.cc', | |
238 '../../src/code-stubs.cc', | 237 '../../src/code-stubs.cc', |
239 '../../src/code-stubs.h', | 238 '../../src/code-stubs.h', |
240 '../../src/code.h', | 239 '../../src/code.h', |
241 '../../src/codegen-inl.h', | 240 '../../src/codegen-inl.h', |
242 '../../src/codegen.cc', | 241 '../../src/codegen.cc', |
243 '../../src/codegen.h', | 242 '../../src/codegen.h', |
244 '../../src/compilation-cache.cc', | 243 '../../src/compilation-cache.cc', |
245 '../../src/compilation-cache.h', | 244 '../../src/compilation-cache.h', |
246 '../../src/compiler.cc', | 245 '../../src/compiler.cc', |
247 '../../src/compiler.h', | 246 '../../src/compiler.h', |
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
632 ], | 631 ], |
633 'conditions': [ | 632 'conditions': [ |
634 [ 'OS=="win"', { | 633 [ 'OS=="win"', { |
635 # This could be gotten by not setting chromium_code, if that's OK. | 634 # This could be gotten by not setting chromium_code, if that's OK. |
636 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 635 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
637 }], | 636 }], |
638 ], | 637 ], |
639 }, | 638 }, |
640 ], | 639 ], |
641 } | 640 } |
OLD | NEW |