| OLD | NEW |
| 1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 'defines': [ | 214 'defines': [ |
| 215 'BUILDING_V8_SHARED', | 215 'BUILDING_V8_SHARED', |
| 216 'V8_SHARED', | 216 'V8_SHARED', |
| 217 ], | 217 ], |
| 218 }], | 218 }], |
| 219 ] | 219 ] |
| 220 }, | 220 }, |
| 221 { | 221 { |
| 222 'target_name': 'v8_base', | 222 'target_name': 'v8_base', |
| 223 'type': '<(library)', | 223 'type': '<(library)', |
| 224 'variables': { |
| 225 'optimize': 'max', |
| 226 }, |
| 224 'include_dirs+': [ | 227 'include_dirs+': [ |
| 225 '../../src', | 228 '../../src', |
| 226 ], | 229 ], |
| 227 'sources': [ | 230 'sources': [ |
| 228 '../../src/accessors.cc', | 231 '../../src/accessors.cc', |
| 229 '../../src/accessors.h', | 232 '../../src/accessors.h', |
| 230 '../../src/allocation.cc', | 233 '../../src/allocation.cc', |
| 231 '../../src/allocation.h', | 234 '../../src/allocation.h', |
| 232 '../../src/api.cc', | 235 '../../src/api.cc', |
| 233 '../../src/api.h', | 236 '../../src/api.h', |
| (...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 932 }], | 935 }], |
| 933 ], | 936 ], |
| 934 'dependencies': [ | 937 'dependencies': [ |
| 935 'v8' | 938 'v8' |
| 936 ], | 939 ], |
| 937 }, | 940 }, |
| 938 ], | 941 ], |
| 939 }], | 942 }], |
| 940 ], | 943 ], |
| 941 } | 944 } |
| OLD | NEW |