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

Unified Diff: build/filename_rules.gypi

Issue 223143004: Add chromecast_build gyp variable and add rules when the variable is set to 1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add directfb as a new dependency in install-build-deps.sh for building chromecast Created 6 years, 8 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: build/filename_rules.gypi
diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi
index 001b975c8768910352faddf92434d0db9fc10ed6..02837edddca6422e43ffbb72394064468cb6eb02 100644
--- a/build/filename_rules.gypi
+++ b/build/filename_rules.gypi
@@ -53,6 +53,11 @@
['exclude', '(^|/)chromeos/'],
],
}],
+ ['chromecast==0', {
+ 'sources/': [
+ ['exclude', '_(cast|chromecast)(_unittest)?\\.(h|cc)$'],
jam 2014/04/24 15:38:16 since after the last meeting we're going to try to
+ ],
+ }],
['>(nacl_untrusted_build)==0', {
'sources/': [
['exclude', '_nacl(_unittest)?\\.(h|cc)$'],

Powered by Google App Engine
This is Rietveld 408576698