Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 'targets': [{ | |
| 3 'target_name': 'CrashHandler', | |
| 4 'type': 'static_library', | |
| 5 'sources': [ '../tools/CrashHandler.cpp' ], | |
| 6 'dependencies': [ 'skia_lib.gyp:skia_lib' ], | |
| 7 'direct_dependent_settings': { | |
| 8 'include_dirs': [ '../tools' ], | |
| 9 }, | |
| 10 }] | |
| 11 } | |
| OLD | NEW |