Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(510)

Side by Side Diff: base/base.gypi

Issue 10704123: Implement SysInfo for iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove a blank line Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | base/sys_info_ios.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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.mm',
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
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 }
OLDNEW
« no previous file with comments | « no previous file | base/sys_info_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698