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

Side by Side Diff: base/base.gypi

Issue 11031066: Adding utility method to test the version of the OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Follow review. Created 8 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 | « no previous file | base/ios/OWNERS » ('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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'guid_win.cc', 157 'guid_win.cc',
158 'hash.cc', 158 'hash.cc',
159 'hash.h', 159 'hash.h',
160 'hash_tables.h', 160 'hash_tables.h',
161 'hi_res_timer_manager_posix.cc', 161 'hi_res_timer_manager_posix.cc',
162 'hi_res_timer_manager_win.cc', 162 'hi_res_timer_manager_win.cc',
163 'hi_res_timer_manager.h', 163 'hi_res_timer_manager.h',
164 'id_map.h', 164 'id_map.h',
165 'ios/device_util.h', 165 'ios/device_util.h',
166 'ios/device_util.mm', 166 'ios/device_util.mm',
167 'ios/ios_util.h',
168 'ios/ios_util.mm',
167 'ios/scoped_critical_action.h', 169 'ios/scoped_critical_action.h',
168 'ios/scoped_critical_action.mm', 170 'ios/scoped_critical_action.mm',
169 'json/json_file_value_serializer.cc', 171 'json/json_file_value_serializer.cc',
170 'json/json_file_value_serializer.h', 172 'json/json_file_value_serializer.h',
171 'json/json_parser.cc', 173 'json/json_parser.cc',
172 'json/json_parser.h', 174 'json/json_parser.h',
173 'json/json_reader.cc', 175 'json/json_reader.cc',
174 'json/json_reader.h', 176 'json/json_reader.h',
175 'json/json_string_value_serializer.cc', 177 'json/json_string_value_serializer.cc',
176 'json/json_string_value_serializer.h', 178 'json/json_string_value_serializer.h',
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 # Remove all unnecessary files for build_nexe.py to avoid exceeding 700 # Remove all unnecessary files for build_nexe.py to avoid exceeding
699 # command-line-string limitation when building NaCl on Windows. 701 # command-line-string limitation when building NaCl on Windows.
700 ['OS == "win" and >(nacl_untrusted_build)==1', { 702 ['OS == "win" and >(nacl_untrusted_build)==1', {
701 'sources/': [ ['exclude', '\\.h$'] ], 703 'sources/': [ ['exclude', '\\.h$'] ],
702 }], 704 }],
703 ], 705 ],
704 }], 706 }],
705 ], 707 ],
706 }, 708 },
707 } 709 }
OLDNEW
« no previous file with comments | « no previous file | base/ios/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698