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

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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'public/browser/download_url_parameters.cc', 77 'public/browser/download_url_parameters.cc',
78 'public/browser/download_url_parameters.h', 78 'public/browser/download_url_parameters.h',
79 'public/browser/favicon_status.cc', 79 'public/browser/favicon_status.cc',
80 'public/browser/favicon_status.h', 80 'public/browser/favicon_status.h',
81 'public/browser/font_list_async.h', 81 'public/browser/font_list_async.h',
82 'public/browser/geolocation.h', 82 'public/browser/geolocation.h',
83 'public/browser/geolocation_permission_context.h', 83 'public/browser/geolocation_permission_context.h',
84 'public/browser/global_request_id.h', 84 'public/browser/global_request_id.h',
85 'public/browser/gpu_data_manager.h', 85 'public/browser/gpu_data_manager.h',
86 'public/browser/gpu_data_manager_observer.h', 86 'public/browser/gpu_data_manager_observer.h',
87 'public/browser/histogram_fetcher.h',
87 'public/browser/host_zoom_map.h', 88 'public/browser/host_zoom_map.h',
88 'public/browser/indexed_db_context.h', 89 'public/browser/indexed_db_context.h',
89 'public/browser/interstitial_page.h', 90 'public/browser/interstitial_page.h',
90 'public/browser/invalidate_type.h', 91 'public/browser/invalidate_type.h',
91 'public/browser/javascript_dialogs.h', 92 'public/browser/javascript_dialogs.h',
92 'public/browser/keyboard_listener.h', 93 'public/browser/keyboard_listener.h',
93 'public/browser/load_notification_details.h', 94 'public/browser/load_notification_details.h',
94 'public/browser/native_web_keyboard_event.h', 95 'public/browser/native_web_keyboard_event.h',
95 'public/browser/navigation_controller.h', 96 'public/browser/navigation_controller.h',
96 'public/browser/navigation_details.cc', 97 'public/browser/navigation_details.cc',
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 'browser/gpu/browser_gpu_channel_host_factory.cc', 382 'browser/gpu/browser_gpu_channel_host_factory.cc',
382 'browser/gpu/browser_gpu_channel_host_factory.h', 383 'browser/gpu/browser_gpu_channel_host_factory.h',
383 'browser/gpu/gpu_data_manager_impl.cc', 384 'browser/gpu/gpu_data_manager_impl.cc',
384 'browser/gpu/gpu_data_manager_impl.h', 385 'browser/gpu/gpu_data_manager_impl.h',
385 'browser/gpu/gpu_process_host.cc', 386 'browser/gpu/gpu_process_host.cc',
386 'browser/gpu/gpu_process_host.h', 387 'browser/gpu/gpu_process_host.h',
387 'browser/gpu/gpu_process_host_ui_shim.cc', 388 'browser/gpu/gpu_process_host_ui_shim.cc',
388 'browser/gpu/gpu_process_host_ui_shim.h', 389 'browser/gpu/gpu_process_host_ui_shim.h',
389 'browser/gpu/gpu_surface_tracker.cc', 390 'browser/gpu/gpu_surface_tracker.cc',
390 'browser/gpu/gpu_surface_tracker.h', 391 'browser/gpu/gpu_surface_tracker.h',
392 'browser/histogram_controller.cc',
393 'browser/histogram_controller.h',
394 'browser/histogram_internals_request_job.cc',
395 'browser/histogram_internals_request_job.h',
396 'browser/histogram_message_filter.cc',
397 'browser/histogram_message_filter.h',
398 'browser/histogram_subscriber.h',
399 'browser/histogram_synchronizer.cc',
400 'browser/histogram_synchronizer.h',
391 'browser/host_zoom_map_impl.cc', 401 'browser/host_zoom_map_impl.cc',
392 'browser/host_zoom_map_impl.h', 402 'browser/host_zoom_map_impl.h',
393 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', 403 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc',
394 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', 404 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h',
395 'browser/in_process_webkit/indexed_db_callbacks.cc', 405 'browser/in_process_webkit/indexed_db_callbacks.cc',
396 'browser/in_process_webkit/indexed_db_callbacks.h', 406 'browser/in_process_webkit/indexed_db_callbacks.h',
397 'browser/in_process_webkit/indexed_db_context_impl.cc', 407 'browser/in_process_webkit/indexed_db_context_impl.cc',
398 'browser/in_process_webkit/indexed_db_context_impl.h', 408 'browser/in_process_webkit/indexed_db_context_impl.h',
399 'browser/in_process_webkit/indexed_db_database_callbacks.cc', 409 'browser/in_process_webkit/indexed_db_database_callbacks.cc',
400 'browser/in_process_webkit/indexed_db_database_callbacks.h', 410 'browser/in_process_webkit/indexed_db_database_callbacks.h',
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 ], 962 ],
953 }], 963 }],
954 ['input_speech==0', { 964 ['input_speech==0', {
955 'sources/': [ 965 'sources/': [
956 ['exclude', '^browser/speech/'], 966 ['exclude', '^browser/speech/'],
957 ], 967 ],
958 }], 968 }],
959 ], 969 ],
960 } 970 }
961 971
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698