| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. | 8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. |
| 9 }, | 9 }, |
| 10 'target_defaults': { | 10 'target_defaults': { |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 'base/dragdrop/os_exchange_data.h', | 99 'base/dragdrop/os_exchange_data.h', |
| 100 'base/dragdrop/os_exchange_data_provider_gtk.cc', | 100 'base/dragdrop/os_exchange_data_provider_gtk.cc', |
| 101 'base/dragdrop/os_exchange_data_provider_gtk.h', | 101 'base/dragdrop/os_exchange_data_provider_gtk.h', |
| 102 'base/dragdrop/os_exchange_data_provider_win.cc', | 102 'base/dragdrop/os_exchange_data_provider_win.cc', |
| 103 'base/dragdrop/os_exchange_data_provider_win.h', | 103 'base/dragdrop/os_exchange_data_provider_win.h', |
| 104 'base/events.h', | 104 'base/events.h', |
| 105 'base/gtk/event_synthesis_gtk.cc', | 105 'base/gtk/event_synthesis_gtk.cc', |
| 106 'base/gtk/event_synthesis_gtk.h', | 106 'base/gtk/event_synthesis_gtk.h', |
| 107 'base/gtk/g_object_destructor_filo.cc', | 107 'base/gtk/g_object_destructor_filo.cc', |
| 108 'base/gtk/g_object_destructor_filo.h', | 108 'base/gtk/g_object_destructor_filo.h', |
| 109 'base/gtk/gtk_expanded_container.cc', |
| 110 'base/gtk/gtk_expanded_container.h', |
| 109 'base/gtk/gtk_floating_container.cc', | 111 'base/gtk/gtk_floating_container.cc', |
| 110 'base/gtk/gtk_floating_container.h', | 112 'base/gtk/gtk_floating_container.h', |
| 111 'base/gtk/gtk_im_context_util.cc', | 113 'base/gtk/gtk_im_context_util.cc', |
| 112 'base/gtk/gtk_im_context_util.h', | 114 'base/gtk/gtk_im_context_util.h', |
| 113 'base/gtk/gtk_signal.h', | 115 'base/gtk/gtk_signal.h', |
| 114 'base/gtk/gtk_signal_registrar.cc', | 116 'base/gtk/gtk_signal_registrar.cc', |
| 115 'base/gtk/gtk_signal_registrar.h', | 117 'base/gtk/gtk_signal_registrar.h', |
| 116 'base/gtk/gtk_windowing.cc', | 118 'base/gtk/gtk_windowing.cc', |
| 117 'base/gtk/gtk_windowing.h', | 119 'base/gtk/gtk_windowing.h', |
| 118 'base/gtk/owned_widget_gtk.cc', | 120 'base/gtk/owned_widget_gtk.cc', |
| (...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 'configurations': { | 526 'configurations': { |
| 525 'Common_Base': { | 527 'Common_Base': { |
| 526 'msvs_target_platform': 'x64', | 528 'msvs_target_platform': 'x64', |
| 527 }, | 529 }, |
| 528 }, | 530 }, |
| 529 }, | 531 }, |
| 530 ], | 532 ], |
| 531 }], | 533 }], |
| 532 ], | 534 ], |
| 533 } | 535 } |
| OLD | NEW |