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

Side by Side Diff: base/base.gypi

Issue 912783003: Upstream CRBProtocolObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'format_macros.h', 242 'format_macros.h',
243 'gtest_prod_util.h', 243 'gtest_prod_util.h',
244 'guid.cc', 244 'guid.cc',
245 'guid.h', 245 'guid.h',
246 'guid_posix.cc', 246 'guid_posix.cc',
247 'guid_win.cc', 247 'guid_win.cc',
248 'hash.cc', 248 'hash.cc',
249 'hash.h', 249 'hash.h',
250 'id_map.h', 250 'id_map.h',
251 'ios/block_types.h', 251 'ios/block_types.h',
252 'ios/crb_protocol_observers.h',
253 'ios/crb_protocol_observers.mm',
252 'ios/device_util.h', 254 'ios/device_util.h',
253 'ios/device_util.mm', 255 'ios/device_util.mm',
254 'ios/ios_util.h', 256 'ios/ios_util.h',
255 'ios/ios_util.mm', 257 'ios/ios_util.mm',
256 'ios/scoped_critical_action.h', 258 'ios/scoped_critical_action.h',
257 'ios/scoped_critical_action.mm', 259 'ios/scoped_critical_action.mm',
258 'ios/weak_nsobject.h', 260 'ios/weak_nsobject.h',
259 'ios/weak_nsobject.mm', 261 'ios/weak_nsobject.mm',
260 'json/json_file_value_serializer.cc', 262 'json/json_file_value_serializer.cc',
261 'json/json_file_value_serializer.h', 263 'json/json_file_value_serializer.h',
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
1030 'i18n/time_formatting.h', 1032 'i18n/time_formatting.h',
1031 'i18n/timezone.cc', 1033 'i18n/timezone.cc',
1032 'i18n/timezone.h', 1034 'i18n/timezone.h',
1033 'i18n/utf8_validator_tables.cc', 1035 'i18n/utf8_validator_tables.cc',
1034 'i18n/utf8_validator_tables.h', 1036 'i18n/utf8_validator_tables.h',
1035 ], 1037 ],
1036 }] 1038 }]
1037 ], 1039 ],
1038 }, 1040 },
1039 } 1041 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698