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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 'profiler/scoped_profile.cc', | 267 'profiler/scoped_profile.cc', |
268 'profiler/scoped_profile.h', | 268 'profiler/scoped_profile.h', |
269 'profiler/alternate_timer.cc', | 269 'profiler/alternate_timer.cc', |
270 'profiler/alternate_timer.h', | 270 'profiler/alternate_timer.h', |
271 'profiler/tracked_time.cc', | 271 'profiler/tracked_time.cc', |
272 'profiler/tracked_time.h', | 272 'profiler/tracked_time.h', |
273 'property_bag.cc', | 273 'property_bag.cc', |
274 'property_bag.h', | 274 'property_bag.h', |
275 'rand_util.cc', | 275 'rand_util.cc', |
276 'rand_util.h', | 276 'rand_util.h', |
277 'rand_util_c.h', | |
278 'rand_util_posix.cc', | 277 'rand_util_posix.cc', |
279 'rand_util_win.cc', | 278 'rand_util_win.cc', |
280 'safe_strerror_posix.cc', | 279 'safe_strerror_posix.cc', |
281 'safe_strerror_posix.h', | 280 'safe_strerror_posix.h', |
282 'scoped_native_library.cc', | 281 'scoped_native_library.cc', |
283 'scoped_native_library.h', | 282 'scoped_native_library.h', |
284 'scoped_temp_dir.cc', | 283 'scoped_temp_dir.cc', |
285 'scoped_temp_dir.h', | 284 'scoped_temp_dir.h', |
286 'sequenced_task_runner.cc', | 285 'sequenced_task_runner.cc', |
287 'sequenced_task_runner.h', | 286 'sequenced_task_runner.h', |
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
937 'third_party/xdg_mime/xdgmimemagic.c', | 936 'third_party/xdg_mime/xdgmimemagic.c', |
938 'third_party/xdg_mime/xdgmimemagic.h', | 937 'third_party/xdg_mime/xdgmimemagic.h', |
939 'third_party/xdg_mime/xdgmimeparent.c', | 938 'third_party/xdg_mime/xdgmimeparent.c', |
940 'third_party/xdg_mime/xdgmimeparent.h', | 939 'third_party/xdg_mime/xdgmimeparent.h', |
941 ], | 940 ], |
942 }, | 941 }, |
943 ], | 942 ], |
944 }], | 943 }], |
945 ], | 944 ], |
946 } | 945 } |
OLD | NEW |