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

Unified Diff: content/content_browser.gypi

Issue 1128183010: ATK accessibility support for web content on Aura Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « content/browser/accessibility/browser_accessibility_manager_auralinux.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 4876d0fc4aea3af6cb6e47c37b01d1cfe83945de..f79c228072aefdc334066531632a1ba23b62bc49 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1914,6 +1914,26 @@
},
},
}],
+ ['OS=="linux" and chromecast==0 and chromeos==0 and use_x11==1', {
shreeramk 2015/07/14 05:21:00 Second problem is related to cast shell for linux.
+ 'dependencies': [
+ '../build/linux/system.gyp:atk',
+ '../build/linux/system.gyp:gconf',
+ '../build/linux/system.gyp:glib',
+ ],
+ 'variables': {
+ 'clang_warning_flags': [
+ # glib uses the pre-c++11 typedef-as-static_assert hack.
+ '-Wno-unused-local-typedefs',
+ ],
+ },
+ 'sources': [
shreeramk 2015/07/14 05:21:00 Is this correct to add the files specific to the p
+ 'browser/accessibility/accessibility_tree_formatter_auralinux.cc',
+ 'browser/accessibility/browser_accessibility_auralinux.cc',
+ 'browser/accessibility/browser_accessibility_auralinux.h',
+ 'browser/accessibility/browser_accessibility_manager_auralinux.cc',
+ 'browser/accessibility/browser_accessibility_manager_auralinux.h',
+ ],
+ }],
['OS=="linux"', {
'dependencies': [
'../sandbox/sandbox.gyp:libc_urandom_override',
« no previous file with comments | « content/browser/accessibility/browser_accessibility_manager_auralinux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698