| 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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 'base/models/tree_node_model.h', | 262 'base/models/tree_node_model.h', |
| 263 'base/range/range.cc', | 263 'base/range/range.cc', |
| 264 'base/range/range.h', | 264 'base/range/range.h', |
| 265 'base/range/range_mac.mm', | 265 'base/range/range_mac.mm', |
| 266 'base/range/range_win.cc', | 266 'base/range/range_win.cc', |
| 267 'base/resource/data_pack.cc', | 267 'base/resource/data_pack.cc', |
| 268 'base/resource/data_pack.h', | 268 'base/resource/data_pack.h', |
| 269 'base/resource/resource_bundle.cc', | 269 'base/resource/resource_bundle.cc', |
| 270 'base/resource/resource_bundle.h', | 270 'base/resource/resource_bundle.h', |
| 271 'base/resource/resource_bundle_android.cc', | 271 'base/resource/resource_bundle_android.cc', |
| 272 'base/resource/resource_bundle_aurax11.cc', | 272 'base/resource/resource_bundle_auralinux.cc', |
| 273 'base/resource/resource_bundle_gtk.cc', | 273 'base/resource/resource_bundle_gtk.cc', |
| 274 'base/resource/resource_bundle_ios.mm', | 274 'base/resource/resource_bundle_ios.mm', |
| 275 'base/resource/resource_bundle_mac.mm', | 275 'base/resource/resource_bundle_mac.mm', |
| 276 'base/resource/resource_bundle_win.cc', | 276 'base/resource/resource_bundle_win.cc', |
| 277 'base/resource/resource_bundle_win.h', | 277 'base/resource/resource_bundle_win.h', |
| 278 'base/resource/resource_data_dll_win.cc', | 278 'base/resource/resource_data_dll_win.cc', |
| 279 'base/resource/resource_data_dll_win.h', | 279 'base/resource/resource_data_dll_win.h', |
| 280 'base/resource/resource_handle.h', | 280 'base/resource/resource_handle.h', |
| 281 'base/text/bytes_formatting.cc', | 281 'base/text/bytes_formatting.cc', |
| 282 'base/text/bytes_formatting.h', | 282 'base/text/bytes_formatting.h', |
| (...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 628 'base/cursor/cursor_win.cc', | 628 'base/cursor/cursor_win.cc', |
| 629 'base/cursor/cursor_x11.cc', | 629 'base/cursor/cursor_x11.cc', |
| 630 'base/x/selection_owner.cc', | 630 'base/x/selection_owner.cc', |
| 631 'base/x/selection_owner.h', | 631 'base/x/selection_owner.h', |
| 632 'base/x/selection_requestor.cc', | 632 'base/x/selection_requestor.cc', |
| 633 'base/x/selection_requestor.h', | 633 'base/x/selection_requestor.h', |
| 634 'base/x/selection_utils.cc', | 634 'base/x/selection_utils.cc', |
| 635 'base/x/selection_utils.h', | 635 'base/x/selection_utils.h', |
| 636 ] | 636 ] |
| 637 }], | 637 }], |
| 638 |
| 639 ['use_aura==0 or OS!="linux"', { |
| 640 'sources!': [ |
| 641 'base/resource/resource_bundle_auralinux.cc', |
| 642 ], |
| 643 }], |
| 638 ['use_aura==1 and OS=="win"', { | 644 ['use_aura==1 and OS=="win"', { |
| 639 'sources/': [ | 645 'sources/': [ |
| 640 ['exclude', 'base/dragdrop/drag_utils_aura.cc'], | 646 ['exclude', 'base/dragdrop/drag_utils_aura.cc'], |
| 641 ], | 647 ], |
| 642 }], | 648 }], |
| 643 ['use_aura==0 and toolkit_views==0', { | 649 ['use_aura==0 and toolkit_views==0', { |
| 644 'sources/': [ | 650 'sources/': [ |
| 645 ['exclude', '^base/gestures/*'], | 651 ['exclude', '^base/gestures/*'], |
| 646 ] | 652 ] |
| 647 }], | 653 }], |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 807 ['exclude', 'base/x/*'], | 813 ['exclude', 'base/x/*'], |
| 808 ], | 814 ], |
| 809 }], | 815 }], |
| 810 ['use_messagepump_linux==0', { | 816 ['use_messagepump_linux==0', { |
| 811 'sources!': [ | 817 'sources!': [ |
| 812 'base/cursor/cursor_null.cc', | 818 'base/cursor/cursor_null.cc', |
| 813 'base/cursor/cursor_loader_null.cc', | 819 'base/cursor/cursor_loader_null.cc', |
| 814 'base/cursor/cursor_loader_null.h', | 820 'base/cursor/cursor_loader_null.h', |
| 815 ], | 821 ], |
| 816 }], | 822 }], |
| 817 ['toolkit_views==0', { | 823 ['toolkit_views==0 and use_messagepump_linux==0', { |
| 818 'sources!': [ | 824 'sources!': [ |
| 819 'base/events/event.cc', | 825 'base/events/event.cc', |
| 820 'base/events/event.h', | 826 'base/events/event.h', |
| 821 'base/events/event_dispatcher.cc', | 827 'base/events/event_dispatcher.cc', |
| 822 'base/events/event_dispatcher.h', | 828 'base/events/event_dispatcher.h', |
| 823 'base/events/event_handler.cc', | 829 'base/events/event_handler.cc', |
| 824 'base/events/event_handler.h', | 830 'base/events/event_handler.h', |
| 825 'base/events/event_target.cc', | 831 'base/events/event_target.cc', |
| 826 'base/events/event_target.h', | 832 'base/events/event_target.h', |
| 827 'base/events/key_identifier_conversion.cc', | 833 'base/events/key_identifier_conversion.cc', |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 993 'xcode_settings': { | 999 'xcode_settings': { |
| 994 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1000 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
| 995 }, | 1001 }, |
| 996 }], | 1002 }], |
| 997 ], | 1003 ], |
| 998 }, | 1004 }, |
| 999 ], | 1005 ], |
| 1000 }], | 1006 }], |
| 1001 ], | 1007 ], |
| 1002 } | 1008 } |
| OLD | NEW |