Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(650)

Unified Diff: third_party/WebKit/public/blink_headers.gyp

Issue 1784613002: bluetooth: Introduce Web Bluetooth mojom interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/public/blink_headers.gyp
diff --git a/third_party/WebKit/public/blink_headers.gyp b/third_party/WebKit/public/blink_headers.gyp
index 817660ca8f9806b01d93e77f71dac64e5ea0da58..aa69e3cfe3450d57b521859cc7132e1e97299df2 100644
--- a/third_party/WebKit/public/blink_headers.gyp
+++ b/third_party/WebKit/public/blink_headers.gyp
@@ -10,7 +10,10 @@
'target_name': 'blink_headers',
'type': 'none',
'direct_dependent_settings': {
- 'include_dirs': [ '..' ],
+ 'include_dirs': [
+ '..',
+ '<(SHARED_INTERMEDIATE_DIR)/third_party/WebKit',
+ ],
},
'includes': [ 'blink_headers.gypi' ],
'sources': ['<@(blink_public_sources)'],
« no previous file with comments | « third_party/WebKit/public/blink.gyp ('k') | third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698