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

Side by Side Diff: base/base.gypi

Issue 1837233002: Optional <TimeDelta> since they may be non existent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Need to add Optional changes as well in this issue otherwise bots fail in compilation Created 4 years, 8 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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 'native_library_win.cc', 437 'native_library_win.cc',
438 'nix/mime_util_xdg.cc', 438 'nix/mime_util_xdg.cc',
439 'nix/mime_util_xdg.h', 439 'nix/mime_util_xdg.h',
440 'nix/xdg_util.cc', 440 'nix/xdg_util.cc',
441 'nix/xdg_util.h', 441 'nix/xdg_util.h',
442 'numerics/safe_conversions.h', 442 'numerics/safe_conversions.h',
443 'numerics/safe_conversions_impl.h', 443 'numerics/safe_conversions_impl.h',
444 'numerics/safe_math.h', 444 'numerics/safe_math.h',
445 'numerics/safe_math_impl.h', 445 'numerics/safe_math_impl.h',
446 'observer_list.h', 446 'observer_list.h',
447 'observer_list_threadsafe.h', 447 'observer_list_threadsafe.h',
shivanisha 2016/03/29 17:32:06 Ignore this file for review. Added here for compil
448 'optional.h',
448 'os_compat_android.cc', 449 'os_compat_android.cc',
449 'os_compat_android.h', 450 'os_compat_android.h',
450 'os_compat_nacl.cc', 451 'os_compat_nacl.cc',
451 'os_compat_nacl.h', 452 'os_compat_nacl.h',
452 'path_service.cc', 453 'path_service.cc',
453 'path_service.h', 454 'path_service.h',
454 'pending_task.cc', 455 'pending_task.cc',
455 'pending_task.h', 456 'pending_task.h',
456 'pickle.cc', 457 'pickle.cc',
457 'pickle.h', 458 'pickle.h',
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
1077 'i18n/time_formatting.h', 1078 'i18n/time_formatting.h',
1078 'i18n/timezone.cc', 1079 'i18n/timezone.cc',
1079 'i18n/timezone.h', 1080 'i18n/timezone.h',
1080 'i18n/utf8_validator_tables.cc', 1081 'i18n/utf8_validator_tables.cc',
1081 'i18n/utf8_validator_tables.h', 1082 'i18n/utf8_validator_tables.h',
1082 ], 1083 ],
1083 }] 1084 }]
1084 ], 1085 ],
1085 }, 1086 },
1086 } 1087 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698