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

Side by Side Diff: base/base.gypi

Issue 960873002: Update from https://crrev.com/318214 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « base/base.gyp ('k') | base/base.isolate » ('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 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 'timer/hi_res_timer_manager_win.cc', 664 'timer/hi_res_timer_manager_win.cc',
665 'timer/mock_timer.cc', 665 'timer/mock_timer.cc',
666 'timer/mock_timer.h', 666 'timer/mock_timer.h',
667 'timer/timer.cc', 667 'timer/timer.cc',
668 'timer/timer.h', 668 'timer/timer.h',
669 'trace_event/memory_dump_manager.cc', 669 'trace_event/memory_dump_manager.cc',
670 'trace_event/memory_dump_manager.h', 670 'trace_event/memory_dump_manager.h',
671 'trace_event/memory_dump_provider.h', 671 'trace_event/memory_dump_provider.h',
672 'trace_event/process_memory_dump.cc', 672 'trace_event/process_memory_dump.cc',
673 'trace_event/process_memory_dump.h', 673 'trace_event/process_memory_dump.h',
674 'trace_event/process_memory_maps.cc',
675 'trace_event/process_memory_maps.h',
676 'trace_event/process_memory_maps_dump_provider.cc',
677 'trace_event/process_memory_maps_dump_provider.h',
674 'trace_event/process_memory_totals.cc', 678 'trace_event/process_memory_totals.cc',
675 'trace_event/process_memory_totals.h', 679 'trace_event/process_memory_totals.h',
676 'trace_event/process_memory_totals_dump_provider.cc', 680 'trace_event/process_memory_totals_dump_provider.cc',
677 'trace_event/process_memory_totals_dump_provider.h', 681 'trace_event/process_memory_totals_dump_provider.h',
678 'trace_event/trace_event.h', 682 'trace_event/trace_event.h',
679 'trace_event/trace_event_android.cc', 683 'trace_event/trace_event_android.cc',
680 'trace_event/trace_event_argument.cc', 684 'trace_event/trace_event_argument.cc',
681 'trace_event/trace_event_argument.h', 685 'trace_event/trace_event_argument.h',
682 'trace_event/trace_event_impl.cc', 686 'trace_event/trace_event_impl.cc',
683 'trace_event/trace_event_impl.h', 687 'trace_event/trace_event_impl.h',
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 'i18n/time_formatting.h', 1050 'i18n/time_formatting.h',
1047 'i18n/timezone.cc', 1051 'i18n/timezone.cc',
1048 'i18n/timezone.h', 1052 'i18n/timezone.h',
1049 'i18n/utf8_validator_tables.cc', 1053 'i18n/utf8_validator_tables.cc',
1050 'i18n/utf8_validator_tables.h', 1054 'i18n/utf8_validator_tables.h',
1051 ], 1055 ],
1052 }] 1056 }]
1053 ], 1057 ],
1054 }, 1058 },
1055 } 1059 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/base.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698