Commit 595f57f4 authored by Bang Lee's avatar Bang Lee Committed by Commit Bot

Fix framework names for case-sensitive filesystem

Change-Id: I8d8c40d85abd6b24f5d255d0707029cee7767616
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108402
Auto-Submit: Bang Lee <banl@microsoft.com>
Reviewed-by: default avatarKurt Horimoto <kkhorimoto@chromium.org>
Reviewed-by: default avatarJoe Downing <joedow@chromium.org>
Commit-Queue: Joe Downing <joedow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#751935}
parent b75aad29
......@@ -5,7 +5,7 @@
#ifndef IOS_CHROME_BROWSER_UI_OVERLAYS_OVERLAY_PRESENTATION_CONTEXT_VIEW_CONTROLLER_H_
#define IOS_CHROME_BROWSER_UI_OVERLAYS_OVERLAY_PRESENTATION_CONTEXT_VIEW_CONTROLLER_H_
#import <UIKIt/UIKit.h>
#import <UIKit/UIKit.h>
// View controller that manages the presentation context upon which overlay UI
// is presented.
......
......@@ -92,7 +92,7 @@ template("ios_remoting_app_tmpl") {
"CoreVideo.framework",
"GLKit.framework",
"OpenGLES.framework",
"Webkit.framework",
"WebKit.framework",
"SafariServices.framework",
"SystemConfiguration.framework",
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment