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

Unified Diff: components/app_modal.gypi

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/app_modal.gypi
diff --git a/components/app_modal.gypi b/components/app_modal.gypi
index 8f85d8cba3e59614c303c086051b29ae705e0adf..6797a066ecd9d346da44b5a5acf14044710c64c6 100644
--- a/components/app_modal.gypi
+++ b/components/app_modal.gypi
@@ -7,10 +7,11 @@
'target_name': 'app_modal',
'type': 'static_library',
'dependencies': [
- '../content/content.gyp:content_browser',
- '../content/content.gyp:content_common',
+ '../content/content.gyp:content_browser',
+ '../content/content.gyp:content_common',
'../skia/skia.gyp:skia',
'components_strings.gyp:components_strings',
+ 'url_formatter',
],
'include_dirs': [
'..',

Powered by Google App Engine
This is Rietveld 408576698