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

Unified Diff: components/constrained_window.gypi

Issue 952543002: Correct paths in gypi files in components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/component_updater/BUILD.gn ('k') | components/constrained_window/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/constrained_window.gypi
diff --git a/components/constrained_window.gypi b/components/constrained_window.gypi
index 16c48b3dfc07b3aeb4133173cf8904a79d2da972..9abba05d18bdc223692a542f6ad9226382e35421 100644
--- a/components/constrained_window.gypi
+++ b/components/constrained_window.gypi
@@ -16,8 +16,8 @@
],
'sources': [
'constrained_window/constrained_window_views.cc',
- 'constranied_window/constrained_window_views.h',
- 'constranied_window/constrained_window_views_client.h',
+ 'constrained_window/constrained_window_views.h',
+ 'constrained_window/constrained_window_views_client.h',
],
},
],
« no previous file with comments | « components/component_updater/BUILD.gn ('k') | components/constrained_window/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698