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

Side by Side Diff: content/content_browser.gypi

Issue 10454086: Histograms - Support histograms for Plugins, GPU (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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
« no previous file with comments | « content/common/child_thread.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 'browser/speech/proto/speech_proto.gyp:speech_proto', 8 'browser/speech/proto/speech_proto.gyp:speech_proto',
9 '../base/base.gyp:base_static', 9 '../base/base.gyp:base_static',
10 '../crypto/crypto.gyp:crypto', 10 '../crypto/crypto.gyp:crypto',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'public/browser/download_url_parameters.cc', 76 'public/browser/download_url_parameters.cc',
77 'public/browser/download_url_parameters.h', 77 'public/browser/download_url_parameters.h',
78 'public/browser/favicon_status.cc', 78 'public/browser/favicon_status.cc',
79 'public/browser/favicon_status.h', 79 'public/browser/favicon_status.h',
80 'public/browser/font_list_async.h', 80 'public/browser/font_list_async.h',
81 'public/browser/geolocation.h', 81 'public/browser/geolocation.h',
82 'public/browser/geolocation_permission_context.h', 82 'public/browser/geolocation_permission_context.h',
83 'public/browser/global_request_id.h', 83 'public/browser/global_request_id.h',
84 'public/browser/gpu_data_manager.h', 84 'public/browser/gpu_data_manager.h',
85 'public/browser/gpu_data_manager_observer.h', 85 'public/browser/gpu_data_manager_observer.h',
86 'public/browser/histogram_fetcher.h',
86 'public/browser/host_zoom_map.h', 87 'public/browser/host_zoom_map.h',
87 'public/browser/indexed_db_context.h', 88 'public/browser/indexed_db_context.h',
88 'public/browser/interstitial_page.h', 89 'public/browser/interstitial_page.h',
89 'public/browser/invalidate_type.h', 90 'public/browser/invalidate_type.h',
90 'public/browser/javascript_dialogs.h', 91 'public/browser/javascript_dialogs.h',
91 'public/browser/keyboard_listener.h', 92 'public/browser/keyboard_listener.h',
92 'public/browser/load_from_memory_cache_details.cc', 93 'public/browser/load_from_memory_cache_details.cc',
93 'public/browser/load_from_memory_cache_details.h', 94 'public/browser/load_from_memory_cache_details.h',
94 'public/browser/load_notification_details.h', 95 'public/browser/load_notification_details.h',
95 'public/browser/native_web_keyboard_event.h', 96 'public/browser/native_web_keyboard_event.h',
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 'browser/gpu/browser_gpu_channel_host_factory.cc', 396 'browser/gpu/browser_gpu_channel_host_factory.cc',
396 'browser/gpu/browser_gpu_channel_host_factory.h', 397 'browser/gpu/browser_gpu_channel_host_factory.h',
397 'browser/gpu/gpu_data_manager_impl.cc', 398 'browser/gpu/gpu_data_manager_impl.cc',
398 'browser/gpu/gpu_data_manager_impl.h', 399 'browser/gpu/gpu_data_manager_impl.h',
399 'browser/gpu/gpu_process_host.cc', 400 'browser/gpu/gpu_process_host.cc',
400 'browser/gpu/gpu_process_host.h', 401 'browser/gpu/gpu_process_host.h',
401 'browser/gpu/gpu_process_host_ui_shim.cc', 402 'browser/gpu/gpu_process_host_ui_shim.cc',
402 'browser/gpu/gpu_process_host_ui_shim.h', 403 'browser/gpu/gpu_process_host_ui_shim.h',
403 'browser/gpu/gpu_surface_tracker.cc', 404 'browser/gpu/gpu_surface_tracker.cc',
404 'browser/gpu/gpu_surface_tracker.h', 405 'browser/gpu/gpu_surface_tracker.h',
406 'browser/histogram_controller.cc',
407 'browser/histogram_controller.h',
408 'browser/histogram_internals_request_job.cc',
409 'browser/histogram_internals_request_job.h',
410 'browser/histogram_message_filter.cc',
411 'browser/histogram_message_filter.h',
412 'browser/histogram_subscriber.h',
413 'browser/histogram_synchronizer.cc',
414 'browser/histogram_synchronizer.h',
405 'browser/host_zoom_map_impl.cc', 415 'browser/host_zoom_map_impl.cc',
406 'browser/host_zoom_map_impl.h', 416 'browser/host_zoom_map_impl.h',
407 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', 417 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc',
408 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', 418 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h',
409 'browser/in_process_webkit/indexed_db_callbacks.cc', 419 'browser/in_process_webkit/indexed_db_callbacks.cc',
410 'browser/in_process_webkit/indexed_db_callbacks.h', 420 'browser/in_process_webkit/indexed_db_callbacks.h',
411 'browser/in_process_webkit/indexed_db_context_impl.cc', 421 'browser/in_process_webkit/indexed_db_context_impl.cc',
412 'browser/in_process_webkit/indexed_db_context_impl.h', 422 'browser/in_process_webkit/indexed_db_context_impl.h',
413 'browser/in_process_webkit/indexed_db_database_callbacks.cc', 423 'browser/in_process_webkit/indexed_db_database_callbacks.cc',
414 'browser/in_process_webkit/indexed_db_database_callbacks.h', 424 'browser/in_process_webkit/indexed_db_database_callbacks.h',
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 ], 988 ],
979 }], 989 }],
980 ['input_speech==0', { 990 ['input_speech==0', {
981 'sources/': [ 991 'sources/': [
982 ['exclude', '^browser/speech/'], 992 ['exclude', '^browser/speech/'],
983 ], 993 ],
984 }], 994 }],
985 ], 995 ],
986 } 996 }
987 997
OLDNEW
« no previous file with comments | « content/common/child_thread.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698