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

Unified Diff: components/nacl.gyp

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile fixes following rebase Created 5 years, 6 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: components/nacl.gyp
diff --git a/components/nacl.gyp b/components/nacl.gyp
index d4f23c7d8e1dc088fe03c214ae667ce19794da1f..ff0a94d0d2b1fe57a4891fe5e8e37c8f30bd6ef0 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -117,6 +117,7 @@
'..',
],
'dependencies': [
+ 'components.gyp:url_formatter',
'nacl_common',
'nacl_switches',
'../native_client/src/trusted/service_runtime/service_runtime.gyp:sel',

Powered by Google App Engine
This is Rietveld 408576698