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

Side by Side Diff: base/base.gypi

Issue 951673002: Revert "Pull chromium at 2c3ffb2355a27c32f45e508ef861416b820c823b" (Closed) Base URL: git@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/i18n/break_iterator.cc » ('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 26 matching lines...) Expand all
37 'android/fifo_utils.cc', 37 'android/fifo_utils.cc',
38 'android/fifo_utils.h', 38 'android/fifo_utils.h',
39 'android/important_file_writer_android.cc', 39 'android/important_file_writer_android.cc',
40 'android/important_file_writer_android.h', 40 'android/important_file_writer_android.h',
41 'android/java_handler_thread.cc', 41 'android/java_handler_thread.cc',
42 'android/java_handler_thread.h', 42 'android/java_handler_thread.h',
43 'android/jni_android.cc', 43 'android/jni_android.cc',
44 'android/jni_android.h', 44 'android/jni_android.h',
45 'android/jni_array.cc', 45 'android/jni_array.cc',
46 'android/jni_array.h', 46 'android/jni_array.h',
47 'android/jni_onload_delegate.h',
47 'android/jni_registrar.cc', 48 'android/jni_registrar.cc',
48 'android/jni_registrar.h', 49 'android/jni_registrar.h',
49 'android/jni_string.cc', 50 'android/jni_string.cc',
50 'android/jni_string.h', 51 'android/jni_string.h',
51 'android/jni_utils.cc', 52 'android/jni_utils.cc',
52 'android/jni_utils.h', 53 'android/jni_utils.h',
53 'android/jni_weak_ref.cc', 54 'android/jni_weak_ref.cc',
54 'android/jni_weak_ref.h', 55 'android/jni_weak_ref.h',
55 'android/library_loader/library_load_from_apk_status_codes.h', 56 'android/library_loader/library_load_from_apk_status_codes.h',
56 'android/library_loader/library_loader_hooks.cc', 57 'android/library_loader/library_loader_hooks.cc',
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 'timer/hi_res_timer_manager_win.cc', 665 'timer/hi_res_timer_manager_win.cc',
665 'timer/mock_timer.cc', 666 'timer/mock_timer.cc',
666 'timer/mock_timer.h', 667 'timer/mock_timer.h',
667 'timer/timer.cc', 668 'timer/timer.cc',
668 'timer/timer.h', 669 'timer/timer.h',
669 'trace_event/memory_dump_manager.cc', 670 'trace_event/memory_dump_manager.cc',
670 'trace_event/memory_dump_manager.h', 671 'trace_event/memory_dump_manager.h',
671 'trace_event/memory_dump_provider.h', 672 'trace_event/memory_dump_provider.h',
672 'trace_event/process_memory_dump.cc', 673 'trace_event/process_memory_dump.cc',
673 'trace_event/process_memory_dump.h', 674 'trace_event/process_memory_dump.h',
674 'trace_event/process_memory_totals.cc',
675 'trace_event/process_memory_totals.h',
676 'trace_event/process_memory_totals_dump_provider.cc',
677 'trace_event/process_memory_totals_dump_provider.h',
678 'trace_event/trace_event.h', 675 'trace_event/trace_event.h',
679 'trace_event/trace_event_android.cc', 676 'trace_event/trace_event_android.cc',
680 'trace_event/trace_event_argument.cc', 677 'trace_event/trace_event_argument.cc',
681 'trace_event/trace_event_argument.h', 678 'trace_event/trace_event_argument.h',
682 'trace_event/trace_event_impl.cc', 679 'trace_event/trace_event_impl.cc',
683 'trace_event/trace_event_impl.h', 680 'trace_event/trace_event_impl.h',
684 'trace_event/trace_event_impl_constants.cc', 681 'trace_event/trace_event_impl_constants.cc',
685 'trace_event/trace_event_memory.cc', 682 'trace_event/trace_event_memory.cc',
686 'trace_event/trace_event_memory.h', 683 'trace_event/trace_event_memory.h',
687 'trace_event/trace_event_synthetic_delay.cc', 684 'trace_event/trace_event_synthetic_delay.cc',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 'i18n/time_formatting.h', 1043 'i18n/time_formatting.h',
1047 'i18n/timezone.cc', 1044 'i18n/timezone.cc',
1048 'i18n/timezone.h', 1045 'i18n/timezone.h',
1049 'i18n/utf8_validator_tables.cc', 1046 'i18n/utf8_validator_tables.cc',
1050 'i18n/utf8_validator_tables.h', 1047 'i18n/utf8_validator_tables.h',
1051 ], 1048 ],
1052 }] 1049 }]
1053 ], 1050 ],
1054 }, 1051 },
1055 } 1052 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/i18n/break_iterator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698