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

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: sync Created 8 years, 4 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 | « base/base.gyp ('k') | base/ios/device_util.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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'gtest_prod_util.h', 148 'gtest_prod_util.h',
149 'guid.cc', 149 'guid.cc',
150 'guid.h', 150 'guid.h',
151 'guid_posix.cc', 151 'guid_posix.cc',
152 'guid_win.cc', 152 'guid_win.cc',
153 'hash_tables.h', 153 'hash_tables.h',
154 'hi_res_timer_manager_posix.cc', 154 'hi_res_timer_manager_posix.cc',
155 'hi_res_timer_manager_win.cc', 155 'hi_res_timer_manager_win.cc',
156 'hi_res_timer_manager.h', 156 'hi_res_timer_manager.h',
157 'id_map.h', 157 'id_map.h',
158 'ios/device_util.h',
159 'ios/device_util.mm',
158 'ios/scoped_critical_action.h', 160 'ios/scoped_critical_action.h',
159 'ios/scoped_critical_action.mm', 161 'ios/scoped_critical_action.mm',
160 'json/json_file_value_serializer.cc', 162 'json/json_file_value_serializer.cc',
161 'json/json_file_value_serializer.h', 163 'json/json_file_value_serializer.h',
162 'json/json_parser.cc', 164 'json/json_parser.cc',
163 'json/json_parser.h', 165 'json/json_parser.h',
164 'json/json_reader.cc', 166 'json/json_reader.cc',
165 'json/json_reader.h', 167 'json/json_reader.h',
166 'json/json_string_value_serializer.cc', 168 'json/json_string_value_serializer.cc',
167 'json/json_string_value_serializer.h', 169 'json/json_string_value_serializer.h',
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 # Remove all unnecessary files for build_nexe.py to avoid exceeding 678 # Remove all unnecessary files for build_nexe.py to avoid exceeding
677 # command-line-string limitation when building NaCl on Windows. 679 # command-line-string limitation when building NaCl on Windows.
678 ['OS == "win" and >(nacl_untrusted_build)==1', { 680 ['OS == "win" and >(nacl_untrusted_build)==1', {
679 'sources/': [ ['exclude', '\\.h$'] ], 681 'sources/': [ ['exclude', '\\.h$'] ],
680 }], 682 }],
681 ], 683 ],
682 }], 684 }],
683 ], 685 ],
684 }, 686 },
685 } 687 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/ios/device_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698