| 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 '../ui/base/l10n/l10n_font_util.cc', | 153 '../ui/base/l10n/l10n_font_util.cc', |
| 154 '../ui/base/l10n/l10n_util.cc', | 154 '../ui/base/l10n/l10n_util.cc', |
| 155 '../ui/base/l10n/l10n_util.h', | 155 '../ui/base/l10n/l10n_util.h', |
| 156 '../ui/base/l10n/l10n_util_collator.h', | 156 '../ui/base/l10n/l10n_util_collator.h', |
| 157 '../ui/base/l10n/l10n_util_mac.h', | 157 '../ui/base/l10n/l10n_util_mac.h', |
| 158 '../ui/base/l10n/l10n_util_mac.mm', | 158 '../ui/base/l10n/l10n_util_mac.mm', |
| 159 '../ui/base/l10n/l10n_util_posix.cc', | 159 '../ui/base/l10n/l10n_util_posix.cc', |
| 160 '../ui/base/l10n/l10n_util_win.cc', | 160 '../ui/base/l10n/l10n_util_win.cc', |
| 161 '../ui/base/l10n/l10n_util_win.h', | 161 '../ui/base/l10n/l10n_util_win.h', |
| 162 '../ui/base/message_box_flags.h', | 162 '../ui/base/message_box_flags.h', |
| 163 '../ui/base/message_box_win.cc', |
| 164 '../ui/base/message_box_win.h', |
| 163 '../ui/base/models/accelerator.h', | 165 '../ui/base/models/accelerator.h', |
| 164 '../ui/base/models/accelerator_gtk.h', | 166 '../ui/base/models/accelerator_gtk.h', |
| 165 '../ui/base/models/accelerator_cocoa.h', | 167 '../ui/base/models/accelerator_cocoa.h', |
| 166 '../ui/base/models/button_menu_item_model.cc', | 168 '../ui/base/models/button_menu_item_model.cc', |
| 167 '../ui/base/models/button_menu_item_model.h', | 169 '../ui/base/models/button_menu_item_model.h', |
| 168 '../ui/base/models/menu_model.cc', | 170 '../ui/base/models/menu_model.cc', |
| 169 '../ui/base/models/menu_model.h', | 171 '../ui/base/models/menu_model.h', |
| 170 '../ui/base/models/simple_menu_model.cc', | 172 '../ui/base/models/simple_menu_model.cc', |
| 171 '../ui/base/models/simple_menu_model.h', | 173 '../ui/base/models/simple_menu_model.h', |
| 172 '../ui/base/models/combobox_model.h', | 174 '../ui/base/models/combobox_model.h', |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 'surface/transport_dib_mac.cc', | 237 'surface/transport_dib_mac.cc', |
| 236 'surface/transport_dib_win.cc', | 238 'surface/transport_dib_win.cc', |
| 237 'win/iat_patch_function.cc', | 239 'win/iat_patch_function.cc', |
| 238 'win/iat_patch_function.h', | 240 'win/iat_patch_function.h', |
| 239 'win/scoped_co_mem.h', | 241 'win/scoped_co_mem.h', |
| 240 'win/scoped_com_initializer.h', | 242 'win/scoped_com_initializer.h', |
| 241 'win/scoped_prop.cc', | 243 'win/scoped_prop.cc', |
| 242 'win/scoped_prop.h', | 244 'win/scoped_prop.h', |
| 243 'win/shell.cc', | 245 'win/shell.cc', |
| 244 'win/shell.h', | 246 'win/shell.h', |
| 245 'win/win_util.cc', | |
| 246 'win/win_util.h', | |
| 247 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc', | 247 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc', |
| 248 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h', | 248 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h', |
| 249 '<(gl_binding_output_dir)/gl_bindings_autogen_mock.cc', | 249 '<(gl_binding_output_dir)/gl_bindings_autogen_mock.cc', |
| 250 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.cc', | 250 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.cc', |
| 251 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.h', | 251 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.h', |
| 252 ], | 252 ], |
| 253 # hard_dependency is necessary for this target because it has actions | 253 # hard_dependency is necessary for this target because it has actions |
| 254 # that generate header files included by dependent targtets. The header | 254 # that generate header files included by dependent targtets. The header |
| 255 # files must be generated before the dependents are compiled. The usual | 255 # files must be generated before the dependents are compiled. The usual |
| 256 # semantics are to allow the two targets to build concurrently. | 256 # semantics are to allow the two targets to build concurrently. |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 453 'configurations': { | 453 'configurations': { |
| 454 'Common_Base': { | 454 'Common_Base': { |
| 455 'msvs_target_platform': 'x64', | 455 'msvs_target_platform': 'x64', |
| 456 }, | 456 }, |
| 457 }, | 457 }, |
| 458 }, | 458 }, |
| 459 ], | 459 ], |
| 460 }], | 460 }], |
| 461 ], | 461 ], |
| 462 } | 462 } |
| OLD | NEW |