Skip to content

Commit 41704d6

Browse files
committed
Set mongoose include dir in gyp-file
1 parent de77b94 commit 41704d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/chrome/test/webdriver/webdriver_dispatch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#include "base/basictypes.h"
1212
#include "chrome/test/webdriver/commands/response.h"
13-
#include "third_party/mongoose/mongoose.h"
13+
#include "mongoose.h"
1414

1515
namespace base {
1616
class DictionaryValue;

src/chrome/test/webdriver/webdriver_server.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
#include "chrome/test/webdriver/webdriver_session_manager.h"
6363
#include "chrome/test/webdriver/webdriver_switches.h"
6464
#include "chrome/test/webdriver/webdriver_util.h"
65-
#include "third_party/mongoose/mongoose.h"
65+
#include "mongoose.h"
6666
#include "base/json/json_reader.h"
6767
#include <WebDriver.h>
6868

wd.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'WD_CONFIG_QML_VIEW%': '0',
1111
'WD_BUILD_MONGOOSE%': '0',
1212
'WD_BUILD_MODP_B64%': '0',
13-
'MONGOOSE_INC_PATH%': '',
13+
'MONGOOSE_INC_PATH%': 'src/third_party/mongoose',
1414
},
1515

1616
'conditions': [

0 commit comments

Comments
 (0)