OLD | NEW |
---|---|
1 include_rules = [ | |
2 "+libplatform/libplatform-export.h", | |
3 ] | |
4 | |
1 specific_include_rules = { | 5 specific_include_rules = { |
2 "libplatform\.h": [ | 6 "libplatform\.h": [ |
3 "+libplatform/v8-tracing.h", | 7 "+libplatform/v8-tracing.h", |
4 ], | 8 ], |
5 } | 9 } |
OLD | NEW |