OLD | NEW |
---|---|
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 104 matching lines...) Loading... | |
115 'clipboard/scoped_clipboard_writer.cc', | 115 'clipboard/scoped_clipboard_writer.cc', |
116 'clipboard/scoped_clipboard_writer.h', | 116 'clipboard/scoped_clipboard_writer.h', |
117 'combobox_model.h', | 117 'combobox_model.h', |
118 'data_pack.cc', | 118 'data_pack.cc', |
119 'data_pack.h', | 119 'data_pack.h', |
120 'drag_drop_types_gtk.cc', | 120 'drag_drop_types_gtk.cc', |
121 'drag_drop_types_win.cc', | 121 'drag_drop_types_win.cc', |
122 'drag_drop_types.h', | 122 'drag_drop_types.h', |
123 'event_synthesis_gtk.cc', | 123 'event_synthesis_gtk.cc', |
124 'event_synthesis_gtk.h', | 124 'event_synthesis_gtk.h', |
125 'file_download_interface.h', | |
Avi (use Gerrit)
2010/12/24 00:53:12
Dunno what this was but it doesn't exist.
| |
126 'gfx/font_util.h', | 125 'gfx/font_util.h', |
127 'gfx/font_util.cc', | 126 'gfx/font_util.cc', |
128 'gfx/gl/gl_bindings.h', | 127 'gfx/gl/gl_bindings.h', |
129 'gfx/gl/gl_context.cc', | 128 'gfx/gl/gl_context.cc', |
130 'gfx/gl/gl_context.h', | 129 'gfx/gl/gl_context.h', |
131 'gfx/gl/gl_context_linux.cc', | 130 'gfx/gl/gl_context_linux.cc', |
132 'gfx/gl/gl_context_mac.cc', | 131 'gfx/gl/gl_context_mac.cc', |
133 'gfx/gl/gl_context_osmesa.cc', | 132 'gfx/gl/gl_context_osmesa.cc', |
134 'gfx/gl/gl_context_osmesa.h', | 133 'gfx/gl/gl_context_osmesa.h', |
135 'gfx/gl/gl_context_stub.cc', | 134 'gfx/gl/gl_context_stub.cc', |
(...skipping 20 matching lines...) Loading... | |
156 'keyboard_code_conversion_mac.h', | 155 'keyboard_code_conversion_mac.h', |
157 'keyboard_code_conversion_win.cc', | 156 'keyboard_code_conversion_win.cc', |
158 'keyboard_code_conversion_win.h', | 157 'keyboard_code_conversion_win.h', |
159 'keyboard_code_conversion_x.cc', | 158 'keyboard_code_conversion_x.cc', |
160 'keyboard_code_conversion_x.h', | 159 'keyboard_code_conversion_x.h', |
161 'keyboard_codes.h', | 160 'keyboard_codes.h', |
162 'keyboard_codes_win.h', | 161 'keyboard_codes_win.h', |
163 'keyboard_codes_posix.h', | 162 'keyboard_codes_posix.h', |
164 'l10n_util.cc', | 163 'l10n_util.cc', |
165 'l10n_util.h', | 164 'l10n_util.h', |
165 'l10n_util_collator.h', | |
166 'l10n_util_mac.h', | 166 'l10n_util_mac.h', |
167 'l10n_util_mac.mm', | 167 'l10n_util_mac.mm', |
168 'l10n_util_posix.cc', | 168 'l10n_util_posix.cc', |
169 'l10n_util_win.cc', | 169 'l10n_util_win.cc', |
170 'l10n_util_win.h', | 170 'l10n_util_win.h', |
171 'linear_animation.cc', | 171 'linear_animation.cc', |
172 'linear_animation.h', | 172 'linear_animation.h', |
173 'mac/nsimage_cache.h', | 173 'mac/nsimage_cache.h', |
174 'mac/nsimage_cache.mm', | 174 'mac/nsimage_cache.mm', |
175 'mac/scoped_nsdisable_screen_updates.h', | 175 'mac/scoped_nsdisable_screen_updates.h', |
(...skipping 275 matching lines...) Loading... | |
451 'configurations': { | 451 'configurations': { |
452 'Common_Base': { | 452 'Common_Base': { |
453 'msvs_target_platform': 'x64', | 453 'msvs_target_platform': 'x64', |
454 }, | 454 }, |
455 }, | 455 }, |
456 }, | 456 }, |
457 ], | 457 ], |
458 }], | 458 }], |
459 ], | 459 ], |
460 } | 460 } |
OLD | NEW |