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

Unified Diff: ui/views/views.gyp

Issue 1014663002: Buildfix for Ozone Linux build: guard build/linux/system.gyp:atk dep. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: separate out atk dependency Created 5 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index e73f3617ad6b00c3bd15bc0dc9fbfdc8be029c2d..f5cecab7266511a851a5bd9f1d4a1b9a32924b18 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -635,9 +635,13 @@
'../display/display.gyp:display_util',
],
}],
- ['OS=="linux" and chromeos==0', {
+ ['OS=="linux" and chromeos==0 and use_ozone==0', {
'dependencies': [
'../../build/linux/system.gyp:atk',
+ ],
+ }],
+ ['OS=="linux" and chromeos==0', {
+ 'dependencies': [
'../shell_dialogs/shell_dialogs.gyp:shell_dialogs',
],
'sources!': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698