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

Side by Side Diff: base/base.gypi

Issue 2165583002: Reland 2: Android: Add support for TraceEvent before the native library is loaded. (patchset #2 id:… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add the GYP changes back, as they're still needed by WebRTC. Created 4 years, 5 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
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 24 matching lines...) Expand all
35 'android/callback_android.cc', 35 'android/callback_android.cc',
36 'android/callback_android.h', 36 'android/callback_android.h',
37 'android/command_line_android.cc', 37 'android/command_line_android.cc',
38 'android/command_line_android.h', 38 'android/command_line_android.h',
39 'android/content_uri_utils.cc', 39 'android/content_uri_utils.cc',
40 'android/content_uri_utils.h', 40 'android/content_uri_utils.h',
41 'android/context_utils.cc', 41 'android/context_utils.cc',
42 'android/context_utils.h', 42 'android/context_utils.h',
43 'android/cpu_features.cc', 43 'android/cpu_features.cc',
44 'android/cxa_demangle_stub.cc', 44 'android/cxa_demangle_stub.cc',
45 'android/early_trace_event_binding.cc',
46 'android/early_trace_event_binding.h',
45 'android/event_log.cc', 47 'android/event_log.cc',
46 'android/event_log.h', 48 'android/event_log.h',
47 'android/field_trial_list.cc', 49 'android/field_trial_list.cc',
48 'android/field_trial_list.h', 50 'android/field_trial_list.h',
49 'android/fifo_utils.cc', 51 'android/fifo_utils.cc',
50 'android/fifo_utils.h', 52 'android/fifo_utils.h',
51 'android/important_file_writer_android.cc', 53 'android/important_file_writer_android.cc',
52 'android/important_file_writer_android.h', 54 'android/important_file_writer_android.h',
53 'android/java_handler_thread.cc', 55 'android/java_handler_thread.cc',
54 'android/java_handler_thread.h', 56 'android/java_handler_thread.h',
(...skipping 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 'i18n/time_formatting.h', 1099 'i18n/time_formatting.h',
1098 'i18n/timezone.cc', 1100 'i18n/timezone.cc',
1099 'i18n/timezone.h', 1101 'i18n/timezone.h',
1100 'i18n/utf8_validator_tables.cc', 1102 'i18n/utf8_validator_tables.cc',
1101 'i18n/utf8_validator_tables.h', 1103 'i18n/utf8_validator_tables.h',
1102 ], 1104 ],
1103 }] 1105 }]
1104 ], 1106 ],
1105 }, 1107 },
1106 } 1108 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | chrome/android/java/src/org/chromium/chrome/browser/ChromeApplication.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698