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

Side by Side Diff: base/base.gypi

Issue 1641413002: Makes GetBuildTime behave identically on all build types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Go back to gn/ninja solution. Remove instances of dont_use_build_metadata. Created 4 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 '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 753 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 'win/shortcut.cc', 764 'win/shortcut.cc',
765 'win/shortcut.h', 765 'win/shortcut.h',
766 'win/startup_information.cc', 766 'win/startup_information.cc',
767 'win/startup_information.h', 767 'win/startup_information.h',
768 'win/win_util.cc', 768 'win/win_util.cc',
769 'win/win_util.h', 769 'win/win_util.h',
770 'win/windows_version.cc', 770 'win/windows_version.cc',
771 'win/windows_version.h', 771 'win/windows_version.h',
772 'win/wrapped_window_proc.cc', 772 'win/wrapped_window_proc.cc',
773 'win/wrapped_window_proc.h', 773 'win/wrapped_window_proc.h',
774 '<@(trace_event_sources)', 774 '<@(trace_event_sources)'
M-A Ruel 2016/02/09 00:14:13 Skip this file from this change.
Zachary Forman 2016/02/09 00:47:18 Oops - corrected.
775 ], 775 ],
776 'defines': [ 776 'defines': [
777 'BASE_IMPLEMENTATION', 777 'BASE_IMPLEMENTATION',
778 ], 778 ],
779 'include_dirs': [ 779 'include_dirs': [
780 '..', 780 '..',
781 ], 781 ],
782 'target_conditions': [ 782 'target_conditions': [
783 ['OS == "mac" or OS == "ios"', { 783 ['OS == "mac" or OS == "ios"', {
784 'sources!': [ 784 'sources!': [
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 'i18n/time_formatting.h', 1057 'i18n/time_formatting.h',
1058 'i18n/timezone.cc', 1058 'i18n/timezone.cc',
1059 'i18n/timezone.h', 1059 'i18n/timezone.h',
1060 'i18n/utf8_validator_tables.cc', 1060 'i18n/utf8_validator_tables.cc',
1061 'i18n/utf8_validator_tables.h', 1061 'i18n/utf8_validator_tables.h',
1062 ], 1062 ],
1063 }] 1063 }]
1064 ], 1064 ],
1065 }, 1065 },
1066 } 1066 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698