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

Side by Side Diff: base/base.gypi

Issue 10807083: Revert 148055 - Move CachedRanges out and add support for checksum. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « base/base.gyp ('k') | base/metrics/bucket_ranges.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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 'message_loop_proxy_impl.cc', 227 'message_loop_proxy_impl.cc',
228 'message_loop_proxy_impl.h', 228 'message_loop_proxy_impl.h',
229 'message_pump.cc', 229 'message_pump.cc',
230 'message_pump.h', 230 'message_pump.h',
231 'message_pump_android.cc', 231 'message_pump_android.cc',
232 'message_pump_android.h', 232 'message_pump_android.h',
233 'message_pump_default.cc', 233 'message_pump_default.cc',
234 'message_pump_default.h', 234 'message_pump_default.h',
235 'message_pump_win.cc', 235 'message_pump_win.cc',
236 'message_pump_win.h', 236 'message_pump_win.h',
237 'metrics/bucket_ranges.cc',
238 'metrics/bucket_ranges.h',
239 'metrics/histogram.cc', 237 'metrics/histogram.cc',
240 'metrics/histogram.h', 238 'metrics/histogram.h',
241 'metrics/histogram_base.cc', 239 'metrics/histogram_base.cc',
242 'metrics/histogram_base.h', 240 'metrics/histogram_base.h',
243 'metrics/histogram_flattener.h', 241 'metrics/histogram_flattener.h',
244 'metrics/histogram_snapshot_manager.cc', 242 'metrics/histogram_snapshot_manager.cc',
245 'metrics/histogram_snapshot_manager.h', 243 'metrics/histogram_snapshot_manager.h',
246 'metrics/statistics_recorder.cc', 244 'metrics/statistics_recorder.cc',
247 'metrics/statistics_recorder.h', 245 'metrics/statistics_recorder.h',
248 'metrics/stats_counters.cc', 246 'metrics/stats_counters.cc',
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { 653 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', {
656 'sources/': [ 654 'sources/': [
657 ['exclude', '^chromeos/'], 655 ['exclude', '^chromeos/'],
658 ], 656 ],
659 }], 657 }],
660 ], 658 ],
661 }], 659 }],
662 ], 660 ],
663 }, 661 },
664 } 662 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/metrics/bucket_ranges.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698