| 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 'sql/connection.cc', | 220 'sql/connection.cc', |
| 221 'sql/connection.h', | 221 'sql/connection.h', |
| 222 'sql/diagnostic_error_delegate.h', | 222 'sql/diagnostic_error_delegate.h', |
| 223 'sql/init_status.h', | 223 'sql/init_status.h', |
| 224 'sql/meta_table.cc', | 224 'sql/meta_table.cc', |
| 225 'sql/meta_table.h', | 225 'sql/meta_table.h', |
| 226 'sql/statement.cc', | 226 'sql/statement.cc', |
| 227 'sql/statement.h', | 227 'sql/statement.h', |
| 228 'sql/transaction.cc', | 228 'sql/transaction.cc', |
| 229 'sql/transaction.h', | 229 'sql/transaction.h', |
| 230 'surface/accelerated_surface_mac.cc', | |
| 231 'surface/accelerated_surface_mac.h', | |
| 232 'surface/io_surface_support_mac.cc', | |
| 233 'surface/io_surface_support_mac.h', | |
| 234 'surface/transport_dib.h', | |
| 235 'surface/transport_dib_linux.cc', | |
| 236 'surface/transport_dib_mac.cc', | |
| 237 'surface/transport_dib_win.cc', | |
| 238 'win/iat_patch_function.cc', | 230 'win/iat_patch_function.cc', |
| 239 'win/iat_patch_function.h', | 231 'win/iat_patch_function.h', |
| 240 'win/scoped_co_mem.h', | 232 'win/scoped_co_mem.h', |
| 241 'win/scoped_com_initializer.h', | 233 'win/scoped_com_initializer.h', |
| 242 'win/scoped_prop.cc', | 234 'win/scoped_prop.cc', |
| 243 'win/scoped_prop.h', | 235 'win/scoped_prop.h', |
| 244 'win/shell.cc', | 236 'win/shell.cc', |
| 245 'win/shell.h', | 237 'win/shell.h', |
| 246 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc', | 238 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc', |
| 247 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h', | 239 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h', |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 'configurations': { | 444 'configurations': { |
| 453 'Common_Base': { | 445 'Common_Base': { |
| 454 'msvs_target_platform': 'x64', | 446 'msvs_target_platform': 'x64', |
| 455 }, | 447 }, |
| 456 }, | 448 }, |
| 457 }, | 449 }, |
| 458 ], | 450 ], |
| 459 }], | 451 }], |
| 460 ], | 452 ], |
| 461 } | 453 } |
| OLD | NEW |