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

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: Rebase again now that CQ is fixed Created 5 years, 4 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 | « components/OWNERS ('k') | components/app_modal/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/app_modal.gypi
diff --git a/components/app_modal.gypi b/components/app_modal.gypi
index 8f85d8cba3e59614c303c086051b29ae705e0adf..045b1ec219a681bf0b430a3dd77336ce32556bb6 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/url_formatter.gyp:url_formatter',
],
'include_dirs': [
'..',
« no previous file with comments | « components/OWNERS ('k') | components/app_modal/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698