| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 'base/gtk/gtk_floating_container.h', | 112 'base/gtk/gtk_floating_container.h', |
| 113 'base/gtk/gtk_im_context_util.cc', | 113 'base/gtk/gtk_im_context_util.cc', |
| 114 'base/gtk/gtk_im_context_util.h', | 114 'base/gtk/gtk_im_context_util.h', |
| 115 'base/gtk/gtk_signal.h', | 115 'base/gtk/gtk_signal.h', |
| 116 'base/gtk/gtk_signal_registrar.cc', | 116 'base/gtk/gtk_signal_registrar.cc', |
| 117 'base/gtk/gtk_signal_registrar.h', | 117 'base/gtk/gtk_signal_registrar.h', |
| 118 'base/gtk/gtk_windowing.cc', | 118 'base/gtk/gtk_windowing.cc', |
| 119 'base/gtk/gtk_windowing.h', | 119 'base/gtk/gtk_windowing.h', |
| 120 'base/gtk/owned_widget_gtk.cc', | 120 'base/gtk/owned_widget_gtk.cc', |
| 121 'base/gtk/owned_widget_gtk.h', | 121 'base/gtk/owned_widget_gtk.h', |
| 122 'base/gtk/tooltip_window_gtk.cc', |
| 123 'base/gtk/tooltip_window_gtk.h', |
| 122 'base/ime/composition_text.cc', | 124 'base/ime/composition_text.cc', |
| 123 'base/ime/composition_text.h', | 125 'base/ime/composition_text.h', |
| 124 'base/ime/composition_underline.h', | 126 'base/ime/composition_underline.h', |
| 125 'base/ime/text_input_type.h', | 127 'base/ime/text_input_type.h', |
| 126 'base/keycodes/keyboard_code_conversion_gtk.cc', | 128 'base/keycodes/keyboard_code_conversion_gtk.cc', |
| 127 'base/keycodes/keyboard_code_conversion_gtk.h', | 129 'base/keycodes/keyboard_code_conversion_gtk.h', |
| 128 'base/keycodes/keyboard_code_conversion_mac.h', | 130 'base/keycodes/keyboard_code_conversion_mac.h', |
| 129 'base/keycodes/keyboard_code_conversion_mac.mm', | 131 'base/keycodes/keyboard_code_conversion_mac.mm', |
| 130 'base/keycodes/keyboard_code_conversion_win.cc', | 132 'base/keycodes/keyboard_code_conversion_win.cc', |
| 131 'base/keycodes/keyboard_code_conversion_win.h', | 133 'base/keycodes/keyboard_code_conversion_win.h', |
| (...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 532 'configurations': { | 534 'configurations': { |
| 533 'Common_Base': { | 535 'Common_Base': { |
| 534 'msvs_target_platform': 'x64', | 536 'msvs_target_platform': 'x64', |
| 535 }, | 537 }, |
| 536 }, | 538 }, |
| 537 }, | 539 }, |
| 538 ], | 540 ], |
| 539 }], | 541 }], |
| 540 ], | 542 ], |
| 541 } | 543 } |
| OLD | NEW |