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

Side by Side Diff: base/base.gypi

Issue 2047633002: Revert of Remove base/move.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/BUILD.gn ('k') | base/files/file.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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 'metrics/sample_map.h', 422 'metrics/sample_map.h',
423 'metrics/sample_vector.cc', 423 'metrics/sample_vector.cc',
424 'metrics/sample_vector.h', 424 'metrics/sample_vector.h',
425 'metrics/sparse_histogram.cc', 425 'metrics/sparse_histogram.cc',
426 'metrics/sparse_histogram.h', 426 'metrics/sparse_histogram.h',
427 'metrics/statistics_recorder.cc', 427 'metrics/statistics_recorder.cc',
428 'metrics/statistics_recorder.h', 428 'metrics/statistics_recorder.h',
429 'metrics/user_metrics.cc', 429 'metrics/user_metrics.cc',
430 'metrics/user_metrics.h', 430 'metrics/user_metrics.h',
431 'metrics/user_metrics_action.h', 431 'metrics/user_metrics_action.h',
432 'move.h',
432 'native_library.h', 433 'native_library.h',
433 'native_library_ios.mm', 434 'native_library_ios.mm',
434 'native_library_mac.mm', 435 'native_library_mac.mm',
435 'native_library_posix.cc', 436 'native_library_posix.cc',
436 'native_library_win.cc', 437 'native_library_win.cc',
437 'nix/mime_util_xdg.cc', 438 'nix/mime_util_xdg.cc',
438 'nix/mime_util_xdg.h', 439 'nix/mime_util_xdg.h',
439 'nix/xdg_util.cc', 440 'nix/xdg_util.cc',
440 'nix/xdg_util.h', 441 'nix/xdg_util.h',
441 'numerics/safe_conversions.h', 442 'numerics/safe_conversions.h',
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
1101 'i18n/time_formatting.h', 1102 'i18n/time_formatting.h',
1102 'i18n/timezone.cc', 1103 'i18n/timezone.cc',
1103 'i18n/timezone.h', 1104 'i18n/timezone.h',
1104 'i18n/utf8_validator_tables.cc', 1105 'i18n/utf8_validator_tables.cc',
1105 'i18n/utf8_validator_tables.h', 1106 'i18n/utf8_validator_tables.h',
1106 ], 1107 ],
1107 }] 1108 }]
1108 ], 1109 ],
1109 }, 1110 },
1110 } 1111 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/files/file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698