| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 'shell_dialogs.gypi', | 10 'shell_dialogs.gypi', |
| (...skipping 798 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 809 '../build/linux/system.gyp:x11', | 809 '../build/linux/system.gyp:x11', |
| 810 '../build/linux/system.gyp:xext', | 810 '../build/linux/system.gyp:xext', |
| 811 '../build/linux/system.gyp:xfixes', | 811 '../build/linux/system.gyp:xfixes', |
| 812 ], | 812 ], |
| 813 }, { # use_x11==0 | 813 }, { # use_x11==0 |
| 814 'sources/': [ | 814 'sources/': [ |
| 815 ['exclude', 'base/keycodes/keyboard_code_conversion_x.*'], | 815 ['exclude', 'base/keycodes/keyboard_code_conversion_x.*'], |
| 816 ['exclude', 'base/x/*'], | 816 ['exclude', 'base/x/*'], |
| 817 ], | 817 ], |
| 818 }], | 818 }], |
| 819 ['use_messagepump_linux==0', { | 819 ['use_ozone==0', { |
| 820 'sources!': [ | 820 'sources!': [ |
| 821 'base/cursor/cursor_null.cc', | 821 'base/cursor/cursor_null.cc', |
| 822 'base/cursor/cursor_loader_null.cc', | 822 'base/cursor/cursor_loader_null.cc', |
| 823 'base/cursor/cursor_loader_null.h', | 823 'base/cursor/cursor_loader_null.h', |
| 824 ], | 824 ], |
| 825 }], | 825 }], |
| 826 ['toolkit_views==0', { | 826 ['toolkit_views==0', { |
| 827 'sources!': [ | 827 'sources!': [ |
| 828 'base/events/event.cc', | 828 'base/events/event.cc', |
| 829 'base/events/event.h', | 829 'base/events/event.h', |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1002 'xcode_settings': { | 1002 'xcode_settings': { |
| 1003 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1003 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
| 1004 }, | 1004 }, |
| 1005 }], | 1005 }], |
| 1006 ], | 1006 ], |
| 1007 }, | 1007 }, |
| 1008 ], | 1008 ], |
| 1009 }], | 1009 }], |
| 1010 ], | 1010 ], |
| 1011 } | 1011 } |
| OLD | NEW |