| 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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 'base/x/selection_owner.cc', | 339 'base/x/selection_owner.cc', |
| 340 'base/x/selection_owner.h', | 340 'base/x/selection_owner.h', |
| 341 'base/x/selection_requestor.cc', | 341 'base/x/selection_requestor.cc', |
| 342 'base/x/selection_requestor.h', | 342 'base/x/selection_requestor.h', |
| 343 'base/x/selection_utils.cc', | 343 'base/x/selection_utils.cc', |
| 344 'base/x/selection_utils.h', | 344 'base/x/selection_utils.h', |
| 345 'base/x/work_area_watcher_x.cc', | 345 'base/x/work_area_watcher_x.cc', |
| 346 'base/x/work_area_watcher_x.h', | 346 'base/x/work_area_watcher_x.h', |
| 347 'base/x/x11_atom_cache.cc', | 347 'base/x/x11_atom_cache.cc', |
| 348 'base/x/x11_atom_cache.h', | 348 'base/x/x11_atom_cache.h', |
| 349 'base/x/x11_error_tracker.cc', | |
| 350 'base/x/x11_error_tracker.h', | |
| 351 'base/x/x11_error_tracker_gtk.cc', | |
| 352 'base/x/x11_util.cc', | 349 'base/x/x11_util.cc', |
| 353 'base/x/x11_util.h', | 350 'base/x/x11_util.h', |
| 354 'base/x/x11_util_internal.h', | 351 'base/x/x11_util_internal.h', |
| 355 'events/event.cc', | 352 'events/event.cc', |
| 356 'events/event.h', | 353 'events/event.h', |
| 357 'events/event_constants.h', | 354 'events/event_constants.h', |
| 358 'events/event_conversion_gtk.cc', | 355 'events/event_conversion_gtk.cc', |
| 359 'events/event_conversion_gtk.h', | 356 'events/event_conversion_gtk.h', |
| 360 'events/event_dispatcher.cc', | 357 'events/event_dispatcher.cc', |
| 361 'events/event_dispatcher.h', | 358 'events/event_dispatcher.h', |
| (...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 750 'gfx/gtk_preserve_window.cc', | 747 'gfx/gtk_preserve_window.cc', |
| 751 'gfx/gtk_preserve_window.h', | 748 'gfx/gtk_preserve_window.h', |
| 752 'gfx/gdk_compat.h', | 749 'gfx/gdk_compat.h', |
| 753 'gfx/gtk_compat.h', | 750 'gfx/gtk_compat.h', |
| 754 'gfx/gtk_util.cc', | 751 'gfx/gtk_util.cc', |
| 755 'gfx/gtk_util.h', | 752 'gfx/gtk_util.h', |
| 756 'gfx/image/cairo_cached_surface.cc', | 753 'gfx/image/cairo_cached_surface.cc', |
| 757 'gfx/image/cairo_cached_surface.h', | 754 'gfx/image/cairo_cached_surface.h', |
| 758 'gfx/scoped_gobject.h', | 755 'gfx/scoped_gobject.h', |
| 759 ], | 756 ], |
| 760 'sources!': [ | |
| 761 'base/x/x11_error_tracker.cc', | |
| 762 ], | |
| 763 }], | 757 }], |
| 764 ['chromeos==1 or (use_aura==1 and OS=="linux" and use_x11==0)', { | 758 ['chromeos==1 or (use_aura==1 and OS=="linux" and use_x11==0)', { |
| 765 'sources!': [ | 759 'sources!': [ |
| 766 'base/clipboard/clipboard_aurax11.cc', | 760 'base/clipboard/clipboard_aurax11.cc', |
| 767 'base/dragdrop/os_exchange_data_provider_aurax11.cc', | 761 'base/dragdrop/os_exchange_data_provider_aurax11.cc', |
| 768 'base/touch/touch_device.cc', | 762 'base/touch/touch_device.cc', |
| 769 ], | 763 ], |
| 770 }, { | 764 }, { |
| 771 'sources!': [ | 765 'sources!': [ |
| 772 'base/clipboard/clipboard_aura.cc', | 766 'base/clipboard/clipboard_aura.cc', |
| (...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1096 'xcode_settings': { | 1090 'xcode_settings': { |
| 1097 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1091 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
| 1098 }, | 1092 }, |
| 1099 }], | 1093 }], |
| 1100 ], | 1094 ], |
| 1101 }, | 1095 }, |
| 1102 ], | 1096 ], |
| 1103 }], | 1097 }], |
| 1104 ], | 1098 ], |
| 1105 } | 1099 } |
| OLD | NEW |