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

Side by Side Diff: base/trace_event/trace_event.gypi

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase Created 5 years, 7 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'variables': { 5 'variables': {
6 'trace_event_sources' : [ 6 'trace_event_sources' : [
7 'trace_event/java_heap_dump_provider_android.cc',
8 'trace_event/java_heap_dump_provider_android.h',
7 'trace_event/memory_allocator_attributes_type_info.cc', 9 'trace_event/memory_allocator_attributes_type_info.cc',
8 'trace_event/memory_allocator_attributes_type_info.h', 10 'trace_event/memory_allocator_attributes_type_info.h',
9 'trace_event/memory_allocator_dump.cc', 11 'trace_event/memory_allocator_dump.cc',
10 'trace_event/memory_allocator_dump.h', 12 'trace_event/memory_allocator_dump.h',
11 'trace_event/memory_dump_manager.cc', 13 'trace_event/memory_dump_manager.cc',
12 'trace_event/memory_dump_manager.h', 14 'trace_event/memory_dump_manager.h',
13 'trace_event/memory_dump_provider.cc', 15 'trace_event/memory_dump_provider.cc',
14 'trace_event/memory_dump_provider.h', 16 'trace_event/memory_dump_provider.h',
15 'trace_event/memory_dump_request_args.h', 17 'trace_event/memory_dump_request_args.h',
16 'trace_event/memory_dump_session_state.cc', 18 'trace_event/memory_dump_session_state.cc',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'trace_event/trace_event_argument_unittest.cc', 64 'trace_event/trace_event_argument_unittest.cc',
63 'trace_event/trace_event_memory_unittest.cc', 65 'trace_event/trace_event_memory_unittest.cc',
64 'trace_event/trace_event_synthetic_delay_unittest.cc', 66 'trace_event/trace_event_synthetic_delay_unittest.cc',
65 'trace_event/trace_event_system_stats_monitor_unittest.cc', 67 'trace_event/trace_event_system_stats_monitor_unittest.cc',
66 'trace_event/trace_event_unittest.cc', 68 'trace_event/trace_event_unittest.cc',
67 'trace_event/trace_event_win_unittest.cc', 69 'trace_event/trace_event_win_unittest.cc',
68 'trace_event/winheap_dump_provider_win_unittest.cc', 70 'trace_event/winheap_dump_provider_win_unittest.cc',
69 ], 71 ],
70 }, 72 },
71 } 73 }
OLDNEW
« no previous file with comments | « base/trace_event/java_heap_dump_provider_android.cc ('k') | base/win/scoped_process_information.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698