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

Unified Diff: extensions/extensions.gyp

Issue 673773003: Fix extensions.gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stash-mojo-subdir
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 9c3d7a2f892947eaa4fc303203a39f3f876456bd..8f58c8146ecb05e92c0627822ce366e590d3b6a5 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -252,8 +252,8 @@
'common/view_type.h',
'<(SHARED_INTERMEDIATE_DIR)/extensions/common/mojo/keep_alive.mojom.cc',
'<(SHARED_INTERMEDIATE_DIR)/extensions/common/mojo/keep_alive.mojom.h',
- '<(SHARED_INTERMEDIATE_DIR)/extensions/common/stash.mojom.cc',
- '<(SHARED_INTERMEDIATE_DIR)/extensions/common/stash.mojom.h',
+ '<(SHARED_INTERMEDIATE_DIR)/extensions/common/mojo/stash.mojom.cc',
+ '<(SHARED_INTERMEDIATE_DIR)/extensions/common/mojo/stash.mojom.h',
],
# Disable c4267 warnings until we fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698