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

Unified Diff: components/constrained_window/BUILD.gn

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/constrained_window.gypi ('k') | components/update_client.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/constrained_window/BUILD.gn
diff --git a/components/constrained_window/BUILD.gn b/components/constrained_window/BUILD.gn
index 7ffac1715413a155df27d71ed0acfa0f4aac9470..050065aeedb166e736c06e09f81e39d1227aa6ae 100644
--- a/components/constrained_window/BUILD.gn
+++ b/components/constrained_window/BUILD.gn
@@ -6,7 +6,7 @@ static_library("constrained_window") {
sources = [
"constrained_window_views.cc",
"constrained_window_views.h",
- "constranied_window/constrained_window_views_client.h",
+ "constrained_window/constrained_window_views_client.h",
]
deps = [
« no previous file with comments | « components/constrained_window.gypi ('k') | components/update_client.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698