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

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, 6 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/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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'public/browser/download_url_parameters.cc', 78 'public/browser/download_url_parameters.cc',
79 'public/browser/download_url_parameters.h', 79 'public/browser/download_url_parameters.h',
80 'public/browser/favicon_status.cc', 80 'public/browser/favicon_status.cc',
81 'public/browser/favicon_status.h', 81 'public/browser/favicon_status.h',
82 'public/browser/font_list_async.h', 82 'public/browser/font_list_async.h',
83 'public/browser/geolocation.h', 83 'public/browser/geolocation.h',
84 'public/browser/geolocation_permission_context.h', 84 'public/browser/geolocation_permission_context.h',
85 'public/browser/global_request_id.h', 85 'public/browser/global_request_id.h',
86 'public/browser/gpu_data_manager.h', 86 'public/browser/gpu_data_manager.h',
87 'public/browser/gpu_data_manager_observer.h', 87 'public/browser/gpu_data_manager_observer.h',
88 'public/browser/histogram_controller.h',
89 'public/browser/histogram_subscriber.h',
88 'public/browser/host_zoom_map.h', 90 'public/browser/host_zoom_map.h',
89 'public/browser/indexed_db_context.h', 91 'public/browser/indexed_db_context.h',
90 'public/browser/interstitial_page.h', 92 'public/browser/interstitial_page.h',
91 'public/browser/invalidate_type.h', 93 'public/browser/invalidate_type.h',
92 'public/browser/javascript_dialogs.h', 94 'public/browser/javascript_dialogs.h',
93 'public/browser/keyboard_listener.h', 95 'public/browser/keyboard_listener.h',
94 'public/browser/load_notification_details.h', 96 'public/browser/load_notification_details.h',
95 'public/browser/native_web_keyboard_event.h', 97 'public/browser/native_web_keyboard_event.h',
96 'public/browser/navigation_controller.h', 98 'public/browser/navigation_controller.h',
97 'public/browser/navigation_details.cc', 99 'public/browser/navigation_details.cc',
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 'browser/gpu/browser_gpu_channel_host_factory.cc', 387 'browser/gpu/browser_gpu_channel_host_factory.cc',
386 'browser/gpu/browser_gpu_channel_host_factory.h', 388 'browser/gpu/browser_gpu_channel_host_factory.h',
387 'browser/gpu/gpu_data_manager_impl.cc', 389 'browser/gpu/gpu_data_manager_impl.cc',
388 'browser/gpu/gpu_data_manager_impl.h', 390 'browser/gpu/gpu_data_manager_impl.h',
389 'browser/gpu/gpu_process_host.cc', 391 'browser/gpu/gpu_process_host.cc',
390 'browser/gpu/gpu_process_host.h', 392 'browser/gpu/gpu_process_host.h',
391 'browser/gpu/gpu_process_host_ui_shim.cc', 393 'browser/gpu/gpu_process_host_ui_shim.cc',
392 'browser/gpu/gpu_process_host_ui_shim.h', 394 'browser/gpu/gpu_process_host_ui_shim.h',
393 'browser/gpu/gpu_surface_tracker.cc', 395 'browser/gpu/gpu_surface_tracker.cc',
394 'browser/gpu/gpu_surface_tracker.h', 396 'browser/gpu/gpu_surface_tracker.h',
397 'browser/histogram_controller_impl.cc',
398 'browser/histogram_controller_impl.h',
399 'browser/histogram_message_filter.cc',
400 'browser/histogram_message_filter.h',
395 'browser/host_zoom_map_impl.cc', 401 'browser/host_zoom_map_impl.cc',
396 'browser/host_zoom_map_impl.h', 402 'browser/host_zoom_map_impl.h',
397 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', 403 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc',
398 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', 404 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h',
399 'browser/in_process_webkit/indexed_db_callbacks.cc', 405 'browser/in_process_webkit/indexed_db_callbacks.cc',
400 'browser/in_process_webkit/indexed_db_callbacks.h', 406 'browser/in_process_webkit/indexed_db_callbacks.h',
401 'browser/in_process_webkit/indexed_db_context_impl.cc', 407 'browser/in_process_webkit/indexed_db_context_impl.cc',
402 'browser/in_process_webkit/indexed_db_context_impl.h', 408 'browser/in_process_webkit/indexed_db_context_impl.h',
403 'browser/in_process_webkit/indexed_db_database_callbacks.cc', 409 'browser/in_process_webkit/indexed_db_database_callbacks.cc',
404 'browser/in_process_webkit/indexed_db_database_callbacks.h', 410 'browser/in_process_webkit/indexed_db_database_callbacks.h',
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
963 ], 969 ],
964 }], 970 }],
965 ['input_speech==0', { 971 ['input_speech==0', {
966 'sources/': [ 972 'sources/': [
967 ['exclude', '^browser/speech/'], 973 ['exclude', '^browser/speech/'],
968 ], 974 ],
969 }], 975 }],
970 ], 976 ],
971 } 977 }
972 978
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698