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 1407233017: Define a Java-side global application context. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Undo changes to ApplicationStatus Created 5 years 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
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 16 matching lines...) Expand all
27 'android/base_jni_onload.cc', 27 'android/base_jni_onload.cc',
28 'android/base_jni_onload.h', 28 'android/base_jni_onload.h',
29 'android/base_jni_registrar.cc', 29 'android/base_jni_registrar.cc',
30 'android/base_jni_registrar.h', 30 'android/base_jni_registrar.h',
31 'android/build_info.cc', 31 'android/build_info.cc',
32 'android/build_info.h', 32 'android/build_info.h',
33 'android/command_line_android.cc', 33 'android/command_line_android.cc',
34 'android/command_line_android.h', 34 'android/command_line_android.h',
35 'android/content_uri_utils.cc', 35 'android/content_uri_utils.cc',
36 'android/content_uri_utils.h', 36 'android/content_uri_utils.h',
37 'android/context_utils.cc',
38 'android/context_utils.h',
37 'android/cpu_features.cc', 39 'android/cpu_features.cc',
38 'android/cxa_demangle_stub.cc', 40 'android/cxa_demangle_stub.cc',
39 'android/event_log.cc', 41 'android/event_log.cc',
40 'android/event_log.h', 42 'android/event_log.h',
41 'android/field_trial_list.cc', 43 'android/field_trial_list.cc',
42 'android/field_trial_list.h', 44 'android/field_trial_list.h',
43 'android/fifo_utils.cc', 45 'android/fifo_utils.cc',
44 'android/fifo_utils.h', 46 'android/fifo_utils.h',
45 'android/important_file_writer_android.cc', 47 'android/important_file_writer_android.cc',
46 'android/important_file_writer_android.h', 48 'android/important_file_writer_android.h',
(...skipping 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after
1049 'i18n/time_formatting.h', 1051 'i18n/time_formatting.h',
1050 'i18n/timezone.cc', 1052 'i18n/timezone.cc',
1051 'i18n/timezone.h', 1053 'i18n/timezone.h',
1052 'i18n/utf8_validator_tables.cc', 1054 'i18n/utf8_validator_tables.cc',
1053 'i18n/utf8_validator_tables.h', 1055 'i18n/utf8_validator_tables.h',
1054 ], 1056 ],
1055 }] 1057 }]
1056 ], 1058 ],
1057 }, 1059 },
1058 } 1060 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698