Chromium Code Reviews| 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', |