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

Unified Diff: media/BUILD.gn

Issue 1961473003: [Mac/GN] Set up the component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 11a48e1dd104b70c935e9f1f864a7883734b489c..8abefefa23d6f4c3164b92d8cc9dc0c1a92f5be9 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -671,7 +671,10 @@ test("media_unittests") {
}
if (is_mac || is_ios) {
- deps += [ "//media/base/mac" ]
Nico 2016/05/10 20:24:06 this is no longer needed? ...nvm, the next file e
+ libs = [
+ "AppKit.framework",
+ "Foundation.framework",
+ ]
}
# include_dirs += [
« content/shell/BUILD.gn ('K') | « gpu/ipc/service/BUILD.gn ('k') | media/base/mac/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698