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 'base_target': 0, | 8 'base_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 'win/i18n.cc', | 374 'win/i18n.cc', |
375 'win/i18n.h', | 375 'win/i18n.h', |
376 'win/iat_patch_function.cc', | 376 'win/iat_patch_function.cc', |
377 'win/iat_patch_function.h', | 377 'win/iat_patch_function.h', |
378 'win/object_watcher.cc', | 378 'win/object_watcher.cc', |
379 'win/object_watcher.h', | 379 'win/object_watcher.h', |
380 'win/registry.cc', | 380 'win/registry.cc', |
381 'win/registry.h', | 381 'win/registry.h', |
382 'win/resource_util.cc', | 382 'win/resource_util.cc', |
383 'win/resource_util.h', | 383 'win/resource_util.h', |
| 384 'win/sampling_profiler.cc', |
| 385 'win/sampling_profiler.h', |
384 'win/scoped_bstr.cc', | 386 'win/scoped_bstr.cc', |
385 'win/scoped_bstr.h', | 387 'win/scoped_bstr.h', |
386 'win/scoped_co_mem.h', | 388 'win/scoped_co_mem.h', |
387 'win/scoped_com_initializer.h', | 389 'win/scoped_com_initializer.h', |
388 'win/scoped_comptr.h', | 390 'win/scoped_comptr.h', |
389 'win/scoped_gdi_object.h', | 391 'win/scoped_gdi_object.h', |
390 'win/scoped_handle.h', | 392 'win/scoped_handle.h', |
391 'win/scoped_hdc.h', | 393 'win/scoped_hdc.h', |
392 'win/scoped_hglobal.h', | 394 'win/scoped_hglobal.h', |
393 'win/scoped_select_object.h', | 395 'win/scoped_select_object.h', |
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
865 'third_party/xdg_mime/xdgmimemagic.c', | 867 'third_party/xdg_mime/xdgmimemagic.c', |
866 'third_party/xdg_mime/xdgmimemagic.h', | 868 'third_party/xdg_mime/xdgmimemagic.h', |
867 'third_party/xdg_mime/xdgmimeparent.c', | 869 'third_party/xdg_mime/xdgmimeparent.c', |
868 'third_party/xdg_mime/xdgmimeparent.h', | 870 'third_party/xdg_mime/xdgmimeparent.h', |
869 ], | 871 ], |
870 }, | 872 }, |
871 ], | 873 ], |
872 }], | 874 }], |
873 ], | 875 ], |
874 } | 876 } |
OLD | NEW |