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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'app_base_target': 0, | 8 'app_base_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 '../ui/base/dragdrop/drag_source.h', | 123 '../ui/base/dragdrop/drag_source.h', |
124 '../ui/base/dragdrop/drop_target.cc', | 124 '../ui/base/dragdrop/drop_target.cc', |
125 '../ui/base/dragdrop/drop_target.h', | 125 '../ui/base/dragdrop/drop_target.h', |
126 '../ui/base/dragdrop/gtk_dnd_util.cc', | 126 '../ui/base/dragdrop/gtk_dnd_util.cc', |
127 '../ui/base/dragdrop/gtk_dnd_util.h', | 127 '../ui/base/dragdrop/gtk_dnd_util.h', |
128 '../ui/base/dragdrop/os_exchange_data_provider_gtk.cc', | 128 '../ui/base/dragdrop/os_exchange_data_provider_gtk.cc', |
129 '../ui/base/dragdrop/os_exchange_data_provider_gtk.h', | 129 '../ui/base/dragdrop/os_exchange_data_provider_gtk.h', |
130 '../ui/base/dragdrop/os_exchange_data_provider_win.cc', | 130 '../ui/base/dragdrop/os_exchange_data_provider_win.cc', |
131 '../ui/base/dragdrop/os_exchange_data_provider_win.h', | 131 '../ui/base/dragdrop/os_exchange_data_provider_win.h', |
132 '../ui/base/dragdrop/os_exchange_data.cc', | 132 '../ui/base/dragdrop/os_exchange_data.cc', |
133 '../ui/base/dragdrop/os_exchange_data.h', | 133 '../ui/base/dragdrop/os_exchange_data.h', |
134 '../ui/base/gtk/event_synthesis_gtk.cc', | 134 '../ui/base/gtk/event_synthesis_gtk.cc', |
135 '../ui/base/gtk/event_synthesis_gtk.h', | 135 '../ui/base/gtk/event_synthesis_gtk.h', |
136 '../ui/base/gtk/gtk_signal.h', | 136 '../ui/base/gtk/gtk_signal.h', |
137 '../ui/base/gtk/gtk_signal_registrar.cc', | 137 '../ui/base/gtk/gtk_signal_registrar.cc', |
138 '../ui/base/gtk/gtk_signal_registrar.h', | 138 '../ui/base/gtk/gtk_signal_registrar.h', |
139 '../ui/base/keycodes/keyboard_code_conversion.cc', | |
140 '../ui/base/keycodes/keyboard_code_conversion.h', | |
141 '../ui/base/keycodes/keyboard_code_conversion_gtk.cc', | 139 '../ui/base/keycodes/keyboard_code_conversion_gtk.cc', |
142 '../ui/base/keycodes/keyboard_code_conversion_gtk.h', | 140 '../ui/base/keycodes/keyboard_code_conversion_gtk.h', |
143 '../ui/base/keycodes/keyboard_code_conversion_mac.mm', | 141 '../ui/base/keycodes/keyboard_code_conversion_mac.mm', |
144 '../ui/base/keycodes/keyboard_code_conversion_mac.h', | 142 '../ui/base/keycodes/keyboard_code_conversion_mac.h', |
145 '../ui/base/keycodes/keyboard_code_conversion_win.cc', | 143 '../ui/base/keycodes/keyboard_code_conversion_win.cc', |
146 '../ui/base/keycodes/keyboard_code_conversion_win.h', | 144 '../ui/base/keycodes/keyboard_code_conversion_win.h', |
147 '../ui/base/keycodes/keyboard_code_conversion_x.cc', | 145 '../ui/base/keycodes/keyboard_code_conversion_x.cc', |
148 '../ui/base/keycodes/keyboard_code_conversion_x.h', | 146 '../ui/base/keycodes/keyboard_code_conversion_x.h', |
149 '../ui/base/keycodes/keyboard_codes.h', | 147 '../ui/base/keycodes/keyboard_codes.h', |
150 '../ui/base/keycodes/keyboard_codes_win.h', | 148 '../ui/base/keycodes/keyboard_codes_win.h', |
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
453 'configurations': { | 451 'configurations': { |
454 'Common_Base': { | 452 'Common_Base': { |
455 'msvs_target_platform': 'x64', | 453 'msvs_target_platform': 'x64', |
456 }, | 454 }, |
457 }, | 455 }, |
458 }, | 456 }, |
459 ], | 457 ], |
460 }], | 458 }], |
461 ], | 459 ], |
462 } | 460 } |
OLD | NEW |