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

Unified Diff: chrome/browser/media/router/media_router.gyp

Issue 1435063002: Eliminate third_party/mojo/src from all targets' include paths (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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
« no previous file with comments | « no previous file | components/bitmap_uploader/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/router/media_router.gyp
diff --git a/chrome/browser/media/router/media_router.gyp b/chrome/browser/media/router/media_router.gyp
index 186c74977698c79d53fb038488dbb0969e1fc7d1..69136ced290cfdaeced0f19fc0ae456f7d40c982 100644
--- a/chrome/browser/media/router/media_router.gyp
+++ b/chrome/browser/media/router/media_router.gyp
@@ -27,9 +27,6 @@
],
'conditions': [
[ 'OS!="android" and OS!="ios"', {
- 'include_dirs': [
- '<(DEPTH)/third_party/mojo/src',
- ],
'dependencies': [
# media_router_type_converters.h needs the generated file.
'media_router_mojo_gen',
@@ -40,7 +37,7 @@
'<@(media_router_non_android_sources)',
]
}],
- ]
+ ]
},
{
# Mojo compiler for the Media Router internal API.
@@ -56,9 +53,6 @@
{
'target_name': 'media_router_mojo',
'type': 'static_library',
- 'include_dirs': [
- '<(DEPTH)/third_party/mojo/src',
- ],
'dependencies': [
'media_router_mojo_gen',
],
@@ -73,7 +67,6 @@
'type': 'static_library',
'include_dirs': [
'<(DEPTH)',
- '<(DEPTH)/third_party/mojo/src',
],
'dependencies': [
'media_router',
« no previous file with comments | « no previous file | components/bitmap_uploader/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698