Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: libadblockplus.gyp

Issue 10259001: XMLHttpRequest API (Closed)
Patch Set: Addressed review comments Created April 11, 2013, 4:30 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « include/AdblockPlus/WebRequest.h ('k') | shell/src/Main.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 ],
11 'defines': ['FILTER_ENGINE_STUBS=1'], 11 'defines': ['FILTER_ENGINE_STUBS=1'],
12 'all_dependent_settings': { 12 'all_dependent_settings': {
13 'defines': ['FILTER_ENGINE_STUBS=1'] 13 'defines': ['FILTER_ENGINE_STUBS=1']
14 }, 14 },
15 'dependencies': ['third_party/v8/tools/gyp/v8.gyp:v8'], 15 'dependencies': ['third_party/v8/tools/gyp/v8.gyp:v8'],
16 'sources': [ 16 'sources': [
17 'src/ConsoleJsObject.cpp', 17 'src/ConsoleJsObject.cpp',
18 'src/ErrorCallback.cpp', 18 'src/ErrorCallback.cpp',
19 'src/FileReader.cpp', 19 'src/FileReader.cpp',
20 'src/FilterEngine.cpp', 20 'src/FilterEngine.cpp',
21 'src/GlobalJsObject.cpp', 21 'src/GlobalJsObject.cpp',
22 'src/JsEngine.cpp', 22 'src/JsEngine.cpp',
23 'src/Thread.cpp', 23 'src/Thread.cpp',
24 'src/WebRequest.cpp',
25 'src/WebRequestJsObject.cpp',
24 '<(INTERMEDIATE_DIR)/adblockplus.js.cc' 26 '<(INTERMEDIATE_DIR)/adblockplus.js.cc'
25 ], 27 ],
26 'direct_dependent_settings': { 28 'direct_dependent_settings': {
27 'include_dirs': ['include'] 29 'include_dirs': ['include']
28 }, 30 },
29 'export_dependent_settings': ['third_party/v8/tools/gyp/v8.gyp:v8'], 31 'export_dependent_settings': ['third_party/v8/tools/gyp/v8.gyp:v8'],
30 'actions': [{ 32 'actions': [{
31 'action_name': 'convert_js', 33 'action_name': 'convert_js',
32 'variables': { 34 'variables': {
33 'core_library_files': [ 35 'core_library_files': [
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'type': 'executable', 74 'type': 'executable',
73 'dependencies': [ 75 'dependencies': [
74 'third_party/googletest.gyp:googletest_main', 76 'third_party/googletest.gyp:googletest_main',
75 'libadblockplus' 77 'libadblockplus'
76 ], 78 ],
77 'sources': [ 79 'sources': [
78 'test/ConsoleJsObject.cpp', 80 'test/ConsoleJsObject.cpp',
79 'test/FilterEngineStubs.cpp', 81 'test/FilterEngineStubs.cpp',
80 'test/GlobalJsObject.cpp', 82 'test/GlobalJsObject.cpp',
81 'test/JsEngine.cpp', 83 'test/JsEngine.cpp',
82 'test/Thread.cpp' 84 'test/Thread.cpp',
85 'test/WebRequest.cpp'
83 ] 86 ]
84 }] 87 }]
85 } 88 }
OLDNEW
« no previous file with comments | « include/AdblockPlus/WebRequest.h ('k') | shell/src/Main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld