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

Unified Diff: third_party/decklink/BUILD.gn

Issue 594653004: [GN build] Add a BUILD.gn file for //third_party/decklink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add cross-references Created 6 years, 3 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 | « no previous file | third_party/decklink/decklink.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/decklink/BUILD.gn
diff --git a/third_party/libwebm/libwebm.gypi b/third_party/decklink/BUILD.gn
similarity index 49%
copy from third_party/libwebm/libwebm.gypi
copy to third_party/decklink/BUILD.gn
index 074110145273d07113fc3af4ea69c0e3438d958c..6847d9c24d8b7f94ddc6dcc181d6160ee844bded 100644
--- a/third_party/libwebm/libwebm.gypi
+++ b/third_party/decklink/BUILD.gn
@@ -2,12 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-{
- 'variables': {
- 'libwebm_sources': [
- 'source/mkvmuxer.cpp',
- 'source/mkvmuxerutil.cpp',
- 'source/mkvwriter.cpp',
- ],
+# GYP version: //third_party/decklink/decklink.gyp:decklink
+if (is_mac) {
+ static_library("decklink") {
+ sources = [
+ "mac/include/DeckLinkAPIDispatch.cpp",
+ ]
}
}
« no previous file with comments | « no previous file | third_party/decklink/decklink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698