| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'base_target': 0, | 8 'base_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 'win/scoped_co_mem.h', | 396 'win/scoped_co_mem.h', |
| 397 'win/scoped_com_initializer.h', | 397 'win/scoped_com_initializer.h', |
| 398 'win/scoped_comptr.h', | 398 'win/scoped_comptr.h', |
| 399 'win/scoped_gdi_object.h', | 399 'win/scoped_gdi_object.h', |
| 400 'win/scoped_handle.h', | 400 'win/scoped_handle.h', |
| 401 'win/scoped_hdc.h', | 401 'win/scoped_hdc.h', |
| 402 'win/scoped_hglobal.h', | 402 'win/scoped_hglobal.h', |
| 403 'win/scoped_select_object.h', | 403 'win/scoped_select_object.h', |
| 404 'win/scoped_variant.cc', | 404 'win/scoped_variant.cc', |
| 405 'win/scoped_variant.h', | 405 'win/scoped_variant.h', |
| 406 'win/win_api_interface.h', |
| 407 'win/win_api_interface.cc', |
| 406 'win/windows_version.cc', | 408 'win/windows_version.cc', |
| 407 'win/windows_version.h', | 409 'win/windows_version.h', |
| 408 'win/win_util.cc', | 410 'win/win_util.cc', |
| 409 'win/win_util.h', | 411 'win/win_util.h', |
| 410 'win/wrapped_window_proc.cc', | 412 'win/wrapped_window_proc.cc', |
| 411 'win/wrapped_window_proc.h', | 413 'win/wrapped_window_proc.h', |
| 412 ], | 414 ], |
| 413 'defines': [ | 415 'defines': [ |
| 414 'BASE_IMPLEMENTATION', | 416 'BASE_IMPLEMENTATION', |
| 415 ], | 417 ], |
| (...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 882 'third_party/xdg_mime/xdgmimemagic.c', | 884 'third_party/xdg_mime/xdgmimemagic.c', |
| 883 'third_party/xdg_mime/xdgmimemagic.h', | 885 'third_party/xdg_mime/xdgmimemagic.h', |
| 884 'third_party/xdg_mime/xdgmimeparent.c', | 886 'third_party/xdg_mime/xdgmimeparent.c', |
| 885 'third_party/xdg_mime/xdgmimeparent.h', | 887 'third_party/xdg_mime/xdgmimeparent.h', |
| 886 ], | 888 ], |
| 887 }, | 889 }, |
| 888 ], | 890 ], |
| 889 }], | 891 }], |
| 890 ], | 892 ], |
| 891 } | 893 } |
| OLD | NEW |