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

Side by Side Diff: base/base.gypi

Issue 1278403003: Initial implementation of FeatureList in base/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 3 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/feature_list.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 '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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'debug/stack_trace.h', 170 'debug/stack_trace.h',
171 'debug/stack_trace_android.cc', 171 'debug/stack_trace_android.cc',
172 'debug/stack_trace_posix.cc', 172 'debug/stack_trace_posix.cc',
173 'debug/stack_trace_win.cc', 173 'debug/stack_trace_win.cc',
174 'debug/task_annotator.cc', 174 'debug/task_annotator.cc',
175 'debug/task_annotator.h', 175 'debug/task_annotator.h',
176 'deferred_sequenced_task_runner.cc', 176 'deferred_sequenced_task_runner.cc',
177 'deferred_sequenced_task_runner.h', 177 'deferred_sequenced_task_runner.h',
178 'environment.cc', 178 'environment.cc',
179 'environment.h', 179 'environment.h',
180 'feature_list.cc',
181 'feature_list.h',
180 'file_descriptor_posix.h', 182 'file_descriptor_posix.h',
181 'file_version_info.h', 183 'file_version_info.h',
182 'file_version_info_mac.h', 184 'file_version_info_mac.h',
183 'file_version_info_mac.mm', 185 'file_version_info_mac.mm',
184 'file_version_info_win.cc', 186 'file_version_info_win.cc',
185 'file_version_info_win.h', 187 'file_version_info_win.h',
186 'files/dir_reader_fallback.h', 188 'files/dir_reader_fallback.h',
187 'files/dir_reader_linux.h', 189 'files/dir_reader_linux.h',
188 'files/dir_reader_posix.h', 190 'files/dir_reader_posix.h',
189 'files/file.cc', 191 'files/file.cc',
(...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 'i18n/time_formatting.h', 1046 'i18n/time_formatting.h',
1045 'i18n/timezone.cc', 1047 'i18n/timezone.cc',
1046 'i18n/timezone.h', 1048 'i18n/timezone.h',
1047 'i18n/utf8_validator_tables.cc', 1049 'i18n/utf8_validator_tables.cc',
1048 'i18n/utf8_validator_tables.h', 1050 'i18n/utf8_validator_tables.h',
1049 ], 1051 ],
1050 }] 1052 }]
1051 ], 1053 ],
1052 }, 1054 },
1053 } 1055 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/feature_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698