LEFT | RIGHT |
1 { | 1 { |
2 'includes': ['third_party/v8/build/common.gypi', | 2 'includes': ['third_party/v8/build/common.gypi', |
3 'shell/shell.gyp'], | 3 'shell/shell.gyp'], |
4 'targets': [{ | 4 'targets': [{ |
5 'target_name': 'libadblockplus', | 5 'target_name': 'libadblockplus', |
6 'type': '<(library)', | 6 'type': '<(library)', |
7 'include_dirs': [ | 7 'include_dirs': [ |
8 'include', | 8 'include', |
9 'third_party/v8/include' | 9 'third_party/v8/include' |
10 ], | 10 ], |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 'dependencies': [ | 66 'dependencies': [ |
67 'third_party/googletest.gyp:googletest_main', | 67 'third_party/googletest.gyp:googletest_main', |
68 'libadblockplus' | 68 'libadblockplus' |
69 ], | 69 ], |
70 'sources': [ | 70 'sources': [ |
71 'test/ConsoleJsObject.cpp', | 71 'test/ConsoleJsObject.cpp', |
72 'test/JsEngine.cpp' | 72 'test/JsEngine.cpp' |
73 ] | 73 ] |
74 }] | 74 }] |
75 } | 75 } |
LEFT | RIGHT |