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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 'tracked_objects.h', | 280 'tracked_objects.h', |
281 'tuple.h', | 281 'tuple.h', |
282 'utf_offset_string_conversions.cc', | 282 'utf_offset_string_conversions.cc', |
283 'utf_offset_string_conversions.h', | 283 'utf_offset_string_conversions.h', |
284 'utf_string_conversion_utils.cc', | 284 'utf_string_conversion_utils.cc', |
285 'utf_string_conversion_utils.h', | 285 'utf_string_conversion_utils.h', |
286 'utf_string_conversions.cc', | 286 'utf_string_conversions.cc', |
287 'utf_string_conversions.h', | 287 'utf_string_conversions.h', |
288 'values.cc', | 288 'values.cc', |
289 'values.h', | 289 'values.h', |
290 'values_util.cc', | |
291 'values_util.h', | |
292 'version.cc', | 290 'version.cc', |
293 'version.h', | 291 'version.h', |
294 'vlog.cc', | 292 'vlog.cc', |
295 'vlog.h', | 293 'vlog.h', |
296 'weak_ptr.cc', | 294 'weak_ptr.cc', |
297 'weak_ptr.h', | 295 'weak_ptr.h', |
298 'win/i18n.cc', | 296 'win/i18n.cc', |
299 'win/i18n.h', | 297 'win/i18n.h', |
300 'win/object_watcher.cc', | 298 'win/object_watcher.cc', |
301 'win/object_watcher.h', | 299 'win/object_watcher.h', |
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
729 'third_party/xdg_mime/xdgmimemagic.c', | 727 'third_party/xdg_mime/xdgmimemagic.c', |
730 'third_party/xdg_mime/xdgmimemagic.h', | 728 'third_party/xdg_mime/xdgmimemagic.h', |
731 'third_party/xdg_mime/xdgmimeparent.c', | 729 'third_party/xdg_mime/xdgmimeparent.c', |
732 'third_party/xdg_mime/xdgmimeparent.h', | 730 'third_party/xdg_mime/xdgmimeparent.h', |
733 ], | 731 ], |
734 }, | 732 }, |
735 ], | 733 ], |
736 }], | 734 }], |
737 ], | 735 ], |
738 } | 736 } |
OLD | NEW |