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

Side by Side Diff: base/base.gypi

Issue 23904025: Move IsRunningOnChromeOS to SysInfo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge fix Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « ash/wm/session_state_controller_impl.cc ('k') | base/chromeos/chromeos_version.h » ('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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'bits.h', 103 'bits.h',
104 'build_time.cc', 104 'build_time.cc',
105 'build_time.h', 105 'build_time.h',
106 'callback.h', 106 'callback.h',
107 'callback_helpers.cc', 107 'callback_helpers.cc',
108 'callback_helpers.h', 108 'callback_helpers.h',
109 'callback_internal.cc', 109 'callback_internal.cc',
110 'callback_internal.h', 110 'callback_internal.h',
111 'callback_list.h', 111 'callback_list.h',
112 'cancelable_callback.h', 112 'cancelable_callback.h',
113 'chromeos/chromeos_version.cc',
114 'chromeos/chromeos_version.h',
115 'command_line.cc', 113 'command_line.cc',
116 'command_line.h', 114 'command_line.h',
117 'compiler_specific.h', 115 'compiler_specific.h',
118 'containers/hash_tables.h', 116 'containers/hash_tables.h',
119 'containers/linked_list.h', 117 'containers/linked_list.h',
120 'containers/mru_cache.h', 118 'containers/mru_cache.h',
121 'containers/scoped_ptr_hash_map.h', 119 'containers/scoped_ptr_hash_map.h',
122 'containers/small_map.h', 120 'containers/small_map.h',
123 'containers/stack_container.h', 121 'containers/stack_container.h',
124 'cpu.cc', 122 'cpu.cc',
(...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 905 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
908 'sources/': [ 906 'sources/': [
909 ['exclude', '^third_party/nspr/'], 907 ['exclude', '^third_party/nspr/'],
910 ], 908 ],
911 }], 909 }],
912 ], 910 ],
913 }], 911 }],
914 ], 912 ],
915 }, 913 },
916 } 914 }
OLDNEW
« no previous file with comments | « ash/wm/session_state_controller_impl.cc ('k') | base/chromeos/chromeos_version.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698