Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 2295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2306 '../tools/js2c.py', | 2306 '../tools/js2c.py', |
| 2307 '<(SHARED_INTERMEDIATE_DIR)/experimental-extras-libraries.cc', | 2307 '<(SHARED_INTERMEDIATE_DIR)/experimental-extras-libraries.cc', |
| 2308 'EXPERIMENTAL_EXTRAS', | 2308 'EXPERIMENTAL_EXTRAS', |
| 2309 '<@(v8_experimental_extra_library_files)', | 2309 '<@(v8_experimental_extra_library_files)', |
| 2310 '--startup_blob', '<@(libraries_experimental_extras_bin_file)', | 2310 '--startup_blob', '<@(libraries_experimental_extras_bin_file)', |
| 2311 '--nojs', | 2311 '--nojs', |
| 2312 ], | 2312 ], |
| 2313 }, | 2313 }, |
| 2314 ], | 2314 ], |
| 2315 }, | 2315 }, |
| 2316 { 'target_name': 'inspector_protocol', | |
|
Michael Achenbach
2016/07/26 14:27:45
Don't think we need this here, maybe rather add th
Yang
2016/07/27 06:42:25
Done.
| |
| 2317 'type': 'none', | |
| 2318 'dependencies': ['<(inspector_gyp_path):inspector_protocol'], | |
| 2319 }, | |
| 2316 { | 2320 { |
| 2317 'target_name': 'postmortem-metadata', | 2321 'target_name': 'postmortem-metadata', |
| 2318 'type': 'none', | 2322 'type': 'none', |
| 2319 'variables': { | 2323 'variables': { |
| 2320 'heapobject_files': [ | 2324 'heapobject_files': [ |
| 2321 'objects.h', | 2325 'objects.h', |
| 2322 'objects-inl.h', | 2326 'objects-inl.h', |
| 2323 ], | 2327 ], |
| 2324 }, | 2328 }, |
| 2325 'actions': [ | 2329 'actions': [ |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2381 'conditions': [ | 2385 'conditions': [ |
| 2382 ['want_separate_host_toolset==1', { | 2386 ['want_separate_host_toolset==1', { |
| 2383 'toolsets': ['host'], | 2387 'toolsets': ['host'], |
| 2384 }, { | 2388 }, { |
| 2385 'toolsets': ['target'], | 2389 'toolsets': ['target'], |
| 2386 }], | 2390 }], |
| 2387 ], | 2391 ], |
| 2388 }, | 2392 }, |
| 2389 ], | 2393 ], |
| 2390 } | 2394 } |
| OLD | NEW |