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

Side by Side Diff: content/content_common.gypi

Issue 1772603002: Addition of Certificate Transparency details to Security panel of DevTools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed some unnecessary includes and fixed order in net.gypi Created 4 years, 8 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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'public/common/resource_type.h', 189 'public/common/resource_type.h',
190 'public/common/result_codes.h', 190 'public/common/result_codes.h',
191 'public/common/sandbox_init.h', 191 'public/common/sandbox_init.h',
192 'public/common/sandbox_linux.h', 192 'public/common/sandbox_linux.h',
193 'public/common/sandbox_type.h', 193 'public/common/sandbox_type.h',
194 'public/common/sandboxed_process_launcher_delegate.cc', 194 'public/common/sandboxed_process_launcher_delegate.cc',
195 'public/common/sandboxed_process_launcher_delegate.h', 195 'public/common/sandboxed_process_launcher_delegate.h',
196 'public/common/security_style.h', 196 'public/common/security_style.h',
197 'public/common/send_zygote_child_ping_linux.h', 197 'public/common/send_zygote_child_ping_linux.h',
198 'public/common/service_registry.h', 198 'public/common/service_registry.h',
199 'public/common/signed_certificate_timestamp_id_and_status.cc',
200 'public/common/signed_certificate_timestamp_id_and_status.h',
201 'public/common/speech_recognition_error.h', 199 'public/common/speech_recognition_error.h',
202 'public/common/speech_recognition_grammar.h', 200 'public/common/speech_recognition_grammar.h',
203 'public/common/speech_recognition_result.cc', 201 'public/common/speech_recognition_result.cc',
204 'public/common/speech_recognition_result.h', 202 'public/common/speech_recognition_result.h',
205 'public/common/ssl_status.cc', 203 'public/common/ssl_status.cc',
206 'public/common/ssl_status.h', 204 'public/common/ssl_status.h',
207 'public/common/stop_find_action.h', 205 'public/common/stop_find_action.h',
208 'public/common/storage_quota_params.h', 206 'public/common/storage_quota_params.h',
209 'public/common/three_d_api_types.h', 207 'public/common/three_d_api_types.h',
210 'public/common/top_controls_state.h', 208 'public/common/top_controls_state.h',
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
996 'sources!': [ 994 'sources!': [
997 'common/cursors/webcursor_ozone.cc', 995 'common/cursors/webcursor_ozone.cc',
998 'common/font_list_ozone.cc', 996 'common/font_list_ozone.cc',
999 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 997 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1000 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 998 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1001 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 999 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1002 ], 1000 ],
1003 }], 1001 }],
1004 ], 1002 ],
1005 } 1003 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698