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

Side by Side Diff: base/base.gypi

Issue 10818023: Implements iOS device util methods. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'gtest_prod_util.h', 142 'gtest_prod_util.h',
143 'guid.cc', 143 'guid.cc',
144 'guid.h', 144 'guid.h',
145 'guid_posix.cc', 145 'guid_posix.cc',
146 'guid_win.cc', 146 'guid_win.cc',
147 'hash_tables.h', 147 'hash_tables.h',
148 'hi_res_timer_manager_posix.cc', 148 'hi_res_timer_manager_posix.cc',
149 'hi_res_timer_manager_win.cc', 149 'hi_res_timer_manager_win.cc',
150 'hi_res_timer_manager.h', 150 'hi_res_timer_manager.h',
151 'id_map.h', 151 'id_map.h',
152 'ios/device_util.h',
153 'ios/device_util.mm',
152 'json/json_file_value_serializer.cc', 154 'json/json_file_value_serializer.cc',
153 'json/json_file_value_serializer.h', 155 'json/json_file_value_serializer.h',
154 'json/json_parser.cc', 156 'json/json_parser.cc',
155 'json/json_parser.h', 157 'json/json_parser.h',
156 'json/json_reader.cc', 158 'json/json_reader.cc',
157 'json/json_reader.h', 159 'json/json_reader.h',
158 'json/json_string_value_serializer.cc', 160 'json/json_string_value_serializer.cc',
159 'json/json_string_value_serializer.h', 161 'json/json_string_value_serializer.h',
160 'json/json_value_converter.h', 162 'json/json_value_converter.h',
161 'json/json_writer.cc', 163 'json/json_writer.cc',
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { 655 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', {
654 'sources/': [ 656 'sources/': [
655 ['exclude', '^chromeos/'], 657 ['exclude', '^chromeos/'],
656 ], 658 ],
657 }], 659 }],
658 ], 660 ],
659 }], 661 }],
660 ], 662 ],
661 }, 663 },
662 } 664 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/ios/device_util.h » ('j') | base/ios/device_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698