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

Side by Side Diff: content/content_browser.gypi

Issue 12389073: Collect tab timing information for use in telementry-based startup tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: formatting/compile fix Created 7 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 | Annotate | Revision Log
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 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 'browser/ssl/ssl_host_state.cc', 891 'browser/ssl/ssl_host_state.cc',
892 'browser/ssl/ssl_host_state.h', 892 'browser/ssl/ssl_host_state.h',
893 'browser/ssl/ssl_manager.cc', 893 'browser/ssl/ssl_manager.cc',
894 'browser/ssl/ssl_manager.h', 894 'browser/ssl/ssl_manager.h',
895 'browser/ssl/ssl_policy_backend.cc', 895 'browser/ssl/ssl_policy_backend.cc',
896 'browser/ssl/ssl_policy_backend.h', 896 'browser/ssl/ssl_policy_backend.h',
897 'browser/ssl/ssl_policy.cc', 897 'browser/ssl/ssl_policy.cc',
898 'browser/ssl/ssl_policy.h', 898 'browser/ssl/ssl_policy.h',
899 'browser/ssl/ssl_request_info.cc', 899 'browser/ssl/ssl_request_info.cc',
900 'browser/ssl/ssl_request_info.h', 900 'browser/ssl/ssl_request_info.h',
901 'browser/stats_collection_message_filter.cc',
902 'browser/stats_collection_message_filter.h',
901 'browser/streams/stream.cc', 903 'browser/streams/stream.cc',
902 'browser/streams/stream.h', 904 'browser/streams/stream.h',
903 'browser/streams/stream_context.cc', 905 'browser/streams/stream_context.cc',
904 'browser/streams/stream_handle_impl.cc', 906 'browser/streams/stream_handle_impl.cc',
905 'browser/streams/stream_handle_impl.h', 907 'browser/streams/stream_handle_impl.h',
906 'browser/streams/stream_context.h', 908 'browser/streams/stream_context.h',
907 'browser/streams/stream_read_observer.h', 909 'browser/streams/stream_read_observer.h',
908 'browser/streams/stream_registry.cc', 910 'browser/streams/stream_registry.cc',
909 'browser/streams/stream_registry.h', 911 'browser/streams/stream_registry.h',
910 'browser/streams/stream_url_request_job.cc', 912 'browser/streams/stream_url_request_job.cc',
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
1300 ['exclude', '^browser/speech/'], 1302 ['exclude', '^browser/speech/'],
1301 ], 1303 ],
1302 }], 1304 }],
1303 ['linux_use_libgps==1', { 1305 ['linux_use_libgps==1', {
1304 'dependencies': [ 1306 'dependencies': [
1305 '../build/linux/system.gyp:libgps', 1307 '../build/linux/system.gyp:libgps',
1306 ], 1308 ],
1307 }], 1309 }],
1308 ], 1310 ],
1309 } 1311 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698