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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 '../ui/base/models/menu_model.cc', | 139 '../ui/base/models/menu_model.cc', |
140 '../ui/base/models/menu_model.h', | 140 '../ui/base/models/menu_model.h', |
141 '../ui/base/models/simple_menu_model.cc', | 141 '../ui/base/models/simple_menu_model.cc', |
142 '../ui/base/models/simple_menu_model.h', | 142 '../ui/base/models/simple_menu_model.h', |
143 '../ui/base/models/combobox_model.h', | 143 '../ui/base/models/combobox_model.h', |
144 '../ui/base/models/table_model.cc', | 144 '../ui/base/models/table_model.cc', |
145 '../ui/base/models/table_model.h', | 145 '../ui/base/models/table_model.h', |
146 '../ui/base/models/table_model_observer.h', | 146 '../ui/base/models/table_model_observer.h', |
147 'active_window_watcher_x.cc', | 147 'active_window_watcher_x.cc', |
148 'active_window_watcher_x.h', | 148 'active_window_watcher_x.h', |
149 'bidi_line_iterator.cc', | |
150 'data_pack.cc', | 149 'data_pack.cc', |
151 'data_pack.h', | 150 'data_pack.h', |
152 'drag_drop_types_gtk.cc', | 151 'drag_drop_types_gtk.cc', |
153 'drag_drop_types_win.cc', | 152 'drag_drop_types_win.cc', |
154 'drag_drop_types.h', | 153 'drag_drop_types.h', |
155 'event_synthesis_gtk.cc', | 154 'event_synthesis_gtk.cc', |
156 'event_synthesis_gtk.h', | 155 'event_synthesis_gtk.h', |
157 'gfx/font_util.h', | 156 'gfx/font_util.h', |
158 'gfx/font_util.cc', | 157 'gfx/font_util.cc', |
159 'gfx/gl/gl_bindings.h', | 158 'gfx/gl/gl_bindings.h', |
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 'configurations': { | 450 'configurations': { |
452 'Common_Base': { | 451 'Common_Base': { |
453 'msvs_target_platform': 'x64', | 452 'msvs_target_platform': 'x64', |
454 }, | 453 }, |
455 }, | 454 }, |
456 }, | 455 }, |
457 ], | 456 ], |
458 }], | 457 }], |
459 ], | 458 ], |
460 } | 459 } |
OLD | NEW |