OLD | NEW |
1 # Copyright (c) 2010 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': [ |
11 # This part is shared between the targets defined below. Only files and | 11 # This part is shared between the targets defined below. Only files and |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 '../ui/base/keycodes/keyboard_code_conversion_mac.h', | 129 '../ui/base/keycodes/keyboard_code_conversion_mac.h', |
130 '../ui/base/keycodes/keyboard_code_conversion_win.cc', | 130 '../ui/base/keycodes/keyboard_code_conversion_win.cc', |
131 '../ui/base/keycodes/keyboard_code_conversion_win.h', | 131 '../ui/base/keycodes/keyboard_code_conversion_win.h', |
132 '../ui/base/keycodes/keyboard_code_conversion_x.cc', | 132 '../ui/base/keycodes/keyboard_code_conversion_x.cc', |
133 '../ui/base/keycodes/keyboard_code_conversion_x.h', | 133 '../ui/base/keycodes/keyboard_code_conversion_x.h', |
134 '../ui/base/keycodes/keyboard_codes.h', | 134 '../ui/base/keycodes/keyboard_codes.h', |
135 '../ui/base/keycodes/keyboard_codes_win.h', | 135 '../ui/base/keycodes/keyboard_codes_win.h', |
136 '../ui/base/keycodes/keyboard_codes_posix.h', | 136 '../ui/base/keycodes/keyboard_codes_posix.h', |
137 'active_window_watcher_x.cc', | 137 'active_window_watcher_x.cc', |
138 'active_window_watcher_x.h', | 138 'active_window_watcher_x.h', |
139 'bidi_line_iterator.cc', | |
140 'combobox_model.h', | 139 'combobox_model.h', |
141 'data_pack.cc', | 140 'data_pack.cc', |
142 'data_pack.h', | 141 'data_pack.h', |
143 'drag_drop_types_gtk.cc', | 142 'drag_drop_types_gtk.cc', |
144 'drag_drop_types_win.cc', | 143 'drag_drop_types_win.cc', |
145 'drag_drop_types.h', | 144 'drag_drop_types.h', |
146 'event_synthesis_gtk.cc', | 145 'event_synthesis_gtk.cc', |
147 'event_synthesis_gtk.h', | 146 'event_synthesis_gtk.h', |
148 'gfx/font_util.h', | 147 'gfx/font_util.h', |
149 'gfx/font_util.cc', | 148 'gfx/font_util.cc', |
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
455 'configurations': { | 454 'configurations': { |
456 'Common_Base': { | 455 'Common_Base': { |
457 'msvs_target_platform': 'x64', | 456 'msvs_target_platform': 'x64', |
458 }, | 457 }, |
459 }, | 458 }, |
460 }, | 459 }, |
461 ], | 460 ], |
462 }], | 461 }], |
463 ], | 462 ], |
464 } | 463 } |
OLD | NEW |