From 5a2de2108e48e791ad58970be542508d6634c753 Mon Sep 17 00:00:00 2001 From: Aleksei Kuzmin Date: Wed, 4 Apr 2018 14:57:16 +0200 Subject: [PATCH] Add ".../third_party/protobuf/src" to the include_dirs list Fixes "fatal error: 'google/protobuf/stubs/common.h' file not found". --- brightray/brightray.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/brightray/brightray.gyp b/brightray/brightray.gyp index 084f25eba892..e0a51d5a167a 100644 --- a/brightray/brightray.gyp +++ b/brightray/brightray.gyp @@ -25,6 +25,7 @@ '<(libchromiumcontent_src_dir)/third_party/mojo/src', '<(libchromiumcontent_src_dir)/third_party/WebKit', '<(libchromiumcontent_src_dir)/third_party/khronos', + '<(libchromiumcontent_src_dir)/third_party/protobuf/src', '<(libchromiumcontent_dir)/gen', ], 'direct_dependent_settings': {