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

Side by Side Diff: base/base.gypi

Issue 734063004: Update from https://crrev.com/304418 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/OWNERS ('k') | base/cancelable_callback.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 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 'metrics/sample_vector.h', 386 'metrics/sample_vector.h',
387 'metrics/bucket_ranges.cc', 387 'metrics/bucket_ranges.cc',
388 'metrics/bucket_ranges.h', 388 'metrics/bucket_ranges.h',
389 'metrics/histogram.cc', 389 'metrics/histogram.cc',
390 'metrics/histogram.h', 390 'metrics/histogram.h',
391 'metrics/histogram_base.cc', 391 'metrics/histogram_base.cc',
392 'metrics/histogram_base.h', 392 'metrics/histogram_base.h',
393 'metrics/histogram_delta_serialization.cc', 393 'metrics/histogram_delta_serialization.cc',
394 'metrics/histogram_delta_serialization.h', 394 'metrics/histogram_delta_serialization.h',
395 'metrics/histogram_flattener.h', 395 'metrics/histogram_flattener.h',
396 'metrics/histogram_macros.h',
396 'metrics/histogram_samples.cc', 397 'metrics/histogram_samples.cc',
397 'metrics/histogram_samples.h', 398 'metrics/histogram_samples.h',
398 'metrics/histogram_snapshot_manager.cc', 399 'metrics/histogram_snapshot_manager.cc',
399 'metrics/histogram_snapshot_manager.h', 400 'metrics/histogram_snapshot_manager.h',
400 'metrics/sparse_histogram.cc', 401 'metrics/sparse_histogram.cc',
401 'metrics/sparse_histogram.h', 402 'metrics/sparse_histogram.h',
402 'metrics/statistics_recorder.cc', 403 'metrics/statistics_recorder.cc',
403 'metrics/statistics_recorder.h', 404 'metrics/statistics_recorder.h',
404 'metrics/stats_counters.cc', 405 'metrics/stats_counters.cc',
405 'metrics/stats_counters.h', 406 'metrics/stats_counters.h',
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 'i18n/time_formatting.h', 1018 'i18n/time_formatting.h',
1018 'i18n/timezone.cc', 1019 'i18n/timezone.cc',
1019 'i18n/timezone.h', 1020 'i18n/timezone.h',
1020 'i18n/utf8_validator_tables.cc', 1021 'i18n/utf8_validator_tables.cc',
1021 'i18n/utf8_validator_tables.h', 1022 'i18n/utf8_validator_tables.h',
1022 ], 1023 ],
1023 }] 1024 }]
1024 ], 1025 ],
1025 }, 1026 },
1026 } 1027 }
OLDNEW
« no previous file with comments | « base/OWNERS ('k') | base/cancelable_callback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698