| 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 'USING_V8_SHARED', | 184 'USING_V8_SHARED', |
| 185 ], | 185 ], |
| 186 }, | 186 }, |
| 187 }, | 187 }, |
| 188 { | 188 { |
| 189 'type': 'none', | 189 'type': 'none', |
| 190 }], | 190 }], |
| 191 ], | 191 ], |
| 192 'direct_dependent_settings': { | 192 'direct_dependent_settings': { |
| 193 'include_dirs': [ | 193 'include_dirs': [ |
| 194 '../../include', | 194 '../../include', |
| 195 ], | 195 ], |
| 196 }, | 196 }, |
| 197 }, | 197 }, |
| 198 { | 198 { |
| 199 'target_name': 'v8_preparser', | 199 'target_name': 'v8_preparser', |
| 200 'include_dirs': [ | 200 'include_dirs': [ |
| 201 '../../include', | 201 '../../include', |
| 202 '../../src', | 202 '../../src', |
| 203 ], | 203 ], |
| 204 'sources': [ | 204 'sources': [ |
| (...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 '../../src/version.cc', | 530 '../../src/version.cc', |
| 531 '../../src/version.h', | 531 '../../src/version.h', |
| 532 '../../src/virtual-frame-inl.h', | 532 '../../src/virtual-frame-inl.h', |
| 533 '../../src/virtual-frame.cc', | 533 '../../src/virtual-frame.cc', |
| 534 '../../src/virtual-frame.h', | 534 '../../src/virtual-frame.h', |
| 535 '../../src/vm-state-inl.h', | 535 '../../src/vm-state-inl.h', |
| 536 '../../src/vm-state.h', | 536 '../../src/vm-state.h', |
| 537 '../../src/zone-inl.h', | 537 '../../src/zone-inl.h', |
| 538 '../../src/zone.cc', | 538 '../../src/zone.cc', |
| 539 '../../src/zone.h', | 539 '../../src/zone.h', |
| 540 » '../../src/extensions/externalize-string-extension.cc', | 540 '../../src/extensions/externalize-string-extension.cc', |
| 541 » '../../src/extensions/externalize-string-extension.h', | 541 '../../src/extensions/externalize-string-extension.h', |
| 542 » '../../src/extensions/gc-extension.cc', | 542 '../../src/extensions/gc-extension.cc', |
| 543 » '../../src/extensions/gc-extension.h', | 543 '../../src/extensions/gc-extension.h', |
| 544 ], | 544 ], |
| 545 'conditions': [ | 545 'conditions': [ |
| 546 ['v8_target_arch=="arm"', { | 546 ['v8_target_arch=="arm"', { |
| 547 'include_dirs+': [ | 547 'include_dirs+': [ |
| 548 '../../src/arm', | 548 '../../src/arm', |
| 549 ], | 549 ], |
| 550 'sources': [ | 550 'sources': [ |
| 551 '../../src/jump-target-light.h', | 551 '../../src/jump-target-light.h', |
| 552 '../../src/jump-target-light-inl.h', | 552 '../../src/jump-target-light-inl.h', |
| 553 '../../src/jump-target-light.cc', | 553 '../../src/jump-target-light.cc', |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 808 ], | 808 ], |
| 809 'conditions': [ | 809 'conditions': [ |
| 810 ['OS=="win"', { | 810 ['OS=="win"', { |
| 811 # This could be gotten by not setting chromium_code, if that's OK. | 811 # This could be gotten by not setting chromium_code, if that's OK. |
| 812 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 812 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
| 813 }], | 813 }], |
| 814 ], | 814 ], |
| 815 }, | 815 }, |
| 816 ], | 816 ], |
| 817 } | 817 } |
| OLD | NEW |