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

Side by Side Diff: content/content_common.gypi

Issue 1115343002: Added a whitelist for trace events that are known to be PII-less. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved whitelist to chrome 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 (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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'public/common/speech_recognition_error.h', 130 'public/common/speech_recognition_error.h',
131 'public/common/speech_recognition_grammar.h', 131 'public/common/speech_recognition_grammar.h',
132 'public/common/speech_recognition_result.cc', 132 'public/common/speech_recognition_result.cc',
133 'public/common/speech_recognition_result.h', 133 'public/common/speech_recognition_result.h',
134 'public/common/ssl_status.cc', 134 'public/common/ssl_status.cc',
135 'public/common/ssl_status.h', 135 'public/common/ssl_status.h',
136 'public/common/stop_find_action.h', 136 'public/common/stop_find_action.h',
137 'public/common/storage_quota_params.h', 137 'public/common/storage_quota_params.h',
138 'public/common/three_d_api_types.h', 138 'public/common/three_d_api_types.h',
139 'public/common/top_controls_state.h', 139 'public/common/top_controls_state.h',
140 'public/common/tracing_utils.cc',
141 'public/common/tracing_utils.h',
140 'public/common/transition_element.h', 142 'public/common/transition_element.h',
141 'public/common/url_constants.cc', 143 'public/common/url_constants.cc',
142 'public/common/url_constants.h', 144 'public/common/url_constants.h',
143 'public/common/url_fetcher.h', 145 'public/common/url_fetcher.h',
144 'public/common/url_utils.cc', 146 'public/common/url_utils.cc',
145 'public/common/url_utils.h', 147 'public/common/url_utils.h',
146 'public/common/user_agent.h', 148 'public/common/user_agent.h',
147 'public/common/web_preferences.cc', 149 'public/common/web_preferences.cc',
148 'public/common/web_preferences.h', 150 'public/common/web_preferences.h',
149 'public/common/webplugininfo.cc', 151 'public/common/webplugininfo.cc',
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1053 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1052 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 1054 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
1053 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 1055 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
1054 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1056 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1055 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 1057 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
1056 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 1058 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
1057 ], 1059 ],
1058 }], 1060 }],
1059 ], 1061 ],
1060 } 1062 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698