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

Side by Side Diff: base/base.gypi

Issue 16982004: Move Firefox importer's INI parser to c/browser/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove extended initializer list for linux_chromeos build. Created 7 years, 6 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/ini_parser.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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'guid.cc', 192 'guid.cc',
193 'guid.h', 193 'guid.h',
194 'guid_posix.cc', 194 'guid_posix.cc',
195 'guid_win.cc', 195 'guid_win.cc',
196 'hash.cc', 196 'hash.cc',
197 'hash.h', 197 'hash.h',
198 'hi_res_timer_manager_posix.cc', 198 'hi_res_timer_manager_posix.cc',
199 'hi_res_timer_manager_win.cc', 199 'hi_res_timer_manager_win.cc',
200 'hi_res_timer_manager.h', 200 'hi_res_timer_manager.h',
201 'id_map.h', 201 'id_map.h',
202 'ini_parser.cc',
203 'ini_parser.h',
202 'ios/device_util.h', 204 'ios/device_util.h',
203 'ios/device_util.mm', 205 'ios/device_util.mm',
204 'ios/ios_util.h', 206 'ios/ios_util.h',
205 'ios/ios_util.mm', 207 'ios/ios_util.mm',
206 'ios/scoped_critical_action.h', 208 'ios/scoped_critical_action.h',
207 'ios/scoped_critical_action.mm', 209 'ios/scoped_critical_action.mm',
208 'json/json_file_value_serializer.cc', 210 'json/json_file_value_serializer.cc',
209 'json/json_file_value_serializer.h', 211 'json/json_file_value_serializer.h',
210 'json/json_parser.cc', 212 'json/json_parser.cc',
211 'json/json_parser.h', 213 'json/json_parser.h',
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 845 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
844 'sources/': [ 846 'sources/': [
845 ['exclude', '^third_party/nspr/'], 847 ['exclude', '^third_party/nspr/'],
846 ], 848 ],
847 }], 849 }],
848 ], 850 ],
849 }], 851 }],
850 ], 852 ],
851 }, 853 },
852 } 854 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/ini_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698