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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
349 'system_monitor/system_monitor.h', | 349 'system_monitor/system_monitor.h', |
350 'system_monitor/system_monitor_android.cc', | 350 'system_monitor/system_monitor_android.cc', |
351 'system_monitor/system_monitor_mac.mm', | 351 'system_monitor/system_monitor_mac.mm', |
352 'system_monitor/system_monitor_posix.cc', | 352 'system_monitor/system_monitor_posix.cc', |
353 'system_monitor/system_monitor_win.cc', | 353 'system_monitor/system_monitor_win.cc', |
354 'sys_byteorder.h', | 354 'sys_byteorder.h', |
355 'sys_info.h', | 355 'sys_info.h', |
356 'sys_info_android.cc', | 356 'sys_info_android.cc', |
357 'sys_info_chromeos.cc', | 357 'sys_info_chromeos.cc', |
358 'sys_info_freebsd.cc', | 358 'sys_info_freebsd.cc', |
359 'sys_info_ios.cc', | |
Mark Mentovai
2012/07/09 18:22:47
Your file uses Objective-C and is named sys_info_i
Chen Yu
2012/07/10 15:51:10
Yes, sorry, this should be .mm.
On 2012/07/09 18:
| |
359 'sys_info_linux.cc', | 360 'sys_info_linux.cc', |
360 'sys_info_mac.cc', | 361 'sys_info_mac.cc', |
361 'sys_info_openbsd.cc', | 362 'sys_info_openbsd.cc', |
362 'sys_info_posix.cc', | 363 'sys_info_posix.cc', |
363 'sys_info_win.cc', | 364 'sys_info_win.cc', |
364 'sys_string_conversions.h', | 365 'sys_string_conversions.h', |
365 'sys_string_conversions_mac.mm', | 366 'sys_string_conversions_mac.mm', |
366 'sys_string_conversions_posix.cc', | 367 'sys_string_conversions_posix.cc', |
367 'sys_string_conversions_win.cc', | 368 'sys_string_conversions_win.cc', |
368 'task_runner.cc', | 369 'task_runner.cc', |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
631 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { | 632 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { |
632 'sources/': [ | 633 'sources/': [ |
633 ['exclude', '^chromeos/'], | 634 ['exclude', '^chromeos/'], |
634 ], | 635 ], |
635 }], | 636 }], |
636 ], | 637 ], |
637 }], | 638 }], |
638 ], | 639 ], |
639 }, | 640 }, |
640 } | 641 } |
OLD | NEW |