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

Unified Diff: chrome/chrome_browser.gypi

Issue 9447086: Android: Don't compile printing sources (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressed jam's comment Created 8 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 69aa26fca89812d8f6c0e675f68ccdb309ccfbe4..b95c2a35deacb9085f26584f93c8db07ccf66899 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4751,12 +4751,14 @@
],
'sources/': [
['exclude', '^browser/importer/'],
+ ['exclude', '^browser/printing/'],
['exclude', '^browser/themes/'],
['exclude', '^browser/ui/panels/'],
['exclude', '^browser/ui/tabs/'],
['exclude', '^browser/ui/toolbar/'],
['exclude', '^browser/ui/webui/options'],
['exclude', '^browser/ui/webui/options2'],
+ ['exclude', '^browser/ui/webui/print_preview/'],
],
}],
['OS=="mac"', {

Powered by Google App Engine
This is Rietveld 408576698