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

Side by Side Diff: chrome/chrome_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: Review fixes 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': { 6 'variables': {
7 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'common/search_urls.h', 103 'common/search_urls.h',
104 'common/secure_origin_whitelist.cc', 104 'common/secure_origin_whitelist.cc',
105 'common/secure_origin_whitelist.h', 105 'common/secure_origin_whitelist.h',
106 'common/spellcheck_common.cc', 106 'common/spellcheck_common.cc',
107 'common/spellcheck_common.h', 107 'common/spellcheck_common.h',
108 'common/spellcheck_marker.h', 108 'common/spellcheck_marker.h',
109 'common/spellcheck_messages.h', 109 'common/spellcheck_messages.h',
110 'common/spellcheck_result.h', 110 'common/spellcheck_result.h',
111 'common/switch_utils.cc', 111 'common/switch_utils.cc',
112 'common/switch_utils.h', 112 'common/switch_utils.h',
113 'common/trace_event_args_whitelist.cc',
114 'common/trace_event_args_whitelist.h',
113 'common/tts_messages.h', 115 'common/tts_messages.h',
114 'common/tts_utterance_request.cc', 116 'common/tts_utterance_request.cc',
115 'common/tts_utterance_request.h', 117 'common/tts_utterance_request.h',
116 'common/url_constants.cc', 118 'common/url_constants.cc',
117 'common/url_constants.h', 119 'common/url_constants.h',
118 'common/v8_breakpad_support_win.cc', 120 'common/v8_breakpad_support_win.cc',
119 'common/v8_breakpad_support_win.h', 121 'common/v8_breakpad_support_win.h',
120 'common/variations/experiment_labels.cc', 122 'common/variations/experiment_labels.cc',
121 'common/variations/experiment_labels.h', 123 'common/variations/experiment_labels.h',
122 'common/variations/variations_util.cc', 124 'common/variations/variations_util.cc',
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 'common/safe_browsing/csd.proto' 684 'common/safe_browsing/csd.proto'
683 ], 685 ],
684 'variables': { 686 'variables': {
685 'proto_in_dir': 'common/safe_browsing', 687 'proto_in_dir': 'common/safe_browsing',
686 'proto_out_dir': 'chrome/common/safe_browsing', 688 'proto_out_dir': 'chrome/common/safe_browsing',
687 }, 689 },
688 'includes': [ '../build/protoc.gypi' ], 690 'includes': [ '../build/protoc.gypi' ],
689 }, 691 },
690 ], 692 ],
691 } 693 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698