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

Unified Diff: components/components.gyp

Issue 706013004: Move non-browser specific ScreenshotTaker code to ui/snapshot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win dependencies and browser_tests. Created 6 years, 1 month 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: components/components.gyp
diff --git a/components/components.gyp b/components/components.gyp
index f7c6638af9c7630f789526578914e70e57c6e9f4..0fc0cfc95bbc37bf32ef975df9073a76b268cf69 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -99,6 +99,11 @@
'wifi.gypi',
],
}],
+ ['use_aura == 1', {
+ 'includes': [
+ 'screenshot_taker.gypi',
+ ],
+ }],
['chromeos == 1 or use_ash == 1', {
'includes': [
'session_manager.gypi',

Powered by Google App Engine
This is Rietveld 408576698