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

Side by Side Diff: content/content_browser.gypi

Issue 10908110: Move gpu blacklist to content side. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 3 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/browser/gpu/gpu_util_unittest.cc ('k') | content/content_tests.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/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 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'browser/geolocation/wifi_data_provider_mac.cc', 413 'browser/geolocation/wifi_data_provider_mac.cc',
414 'browser/geolocation/wifi_data_provider_mac.h', 414 'browser/geolocation/wifi_data_provider_mac.h',
415 'browser/geolocation/wifi_data_provider_win.cc', 415 'browser/geolocation/wifi_data_provider_win.cc',
416 'browser/geolocation/wifi_data_provider_win.h', 416 'browser/geolocation/wifi_data_provider_win.h',
417 'browser/geolocation/win7_location_api_win.cc', 417 'browser/geolocation/win7_location_api_win.cc',
418 'browser/geolocation/win7_location_api_win.h', 418 'browser/geolocation/win7_location_api_win.h',
419 'browser/geolocation/win7_location_provider_win.cc', 419 'browser/geolocation/win7_location_provider_win.cc',
420 'browser/geolocation/win7_location_provider_win.h', 420 'browser/geolocation/win7_location_provider_win.h',
421 'browser/gpu/browser_gpu_channel_host_factory.cc', 421 'browser/gpu/browser_gpu_channel_host_factory.cc',
422 'browser/gpu/browser_gpu_channel_host_factory.h', 422 'browser/gpu/browser_gpu_channel_host_factory.h',
423 'browser/gpu/gpu_blacklist.cc',
424 'browser/gpu/gpu_blacklist.h',
423 'browser/gpu/gpu_data_manager_impl.cc', 425 'browser/gpu/gpu_data_manager_impl.cc',
424 'browser/gpu/gpu_data_manager_impl.h', 426 'browser/gpu/gpu_data_manager_impl.h',
425 'browser/gpu/gpu_process_host.cc', 427 'browser/gpu/gpu_process_host.cc',
426 'browser/gpu/gpu_process_host.h', 428 'browser/gpu/gpu_process_host.h',
427 'browser/gpu/gpu_process_host_ui_shim.cc', 429 'browser/gpu/gpu_process_host_ui_shim.cc',
428 'browser/gpu/gpu_process_host_ui_shim.h', 430 'browser/gpu/gpu_process_host_ui_shim.h',
429 'browser/gpu/gpu_surface_tracker.cc', 431 'browser/gpu/gpu_surface_tracker.cc',
430 'browser/gpu/gpu_surface_tracker.h', 432 'browser/gpu/gpu_surface_tracker.h',
433 'browser/gpu/gpu_util.cc',
434 'browser/gpu/gpu_util.h',
431 'browser/histogram_controller.cc', 435 'browser/histogram_controller.cc',
432 'browser/histogram_controller.h', 436 'browser/histogram_controller.h',
433 'browser/histogram_internals_request_job.cc', 437 'browser/histogram_internals_request_job.cc',
434 'browser/histogram_internals_request_job.h', 438 'browser/histogram_internals_request_job.h',
435 'browser/histogram_message_filter.cc', 439 'browser/histogram_message_filter.cc',
436 'browser/histogram_message_filter.h', 440 'browser/histogram_message_filter.h',
437 'browser/histogram_subscriber.h', 441 'browser/histogram_subscriber.h',
438 'browser/histogram_synchronizer.cc', 442 'browser/histogram_synchronizer.cc',
439 'browser/histogram_synchronizer.h', 443 'browser/histogram_synchronizer.h',
440 'browser/host_zoom_map_impl.cc', 444 'browser/host_zoom_map_impl.cc',
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 ['include', '^public/browser/notification_registrar\\.cc$'], 1042 ['include', '^public/browser/notification_registrar\\.cc$'],
1039 ['include', '^public/browser/speech_recognition_'], 1043 ['include', '^public/browser/speech_recognition_'],
1040 ['include', '^browser/notification_service_impl\\.cc$'], 1044 ['include', '^browser/notification_service_impl\\.cc$'],
1041 # Pull in all but one file from speech. 1045 # Pull in all but one file from speech.
1042 ['include', '^browser/speech/'], 1046 ['include', '^browser/speech/'],
1043 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.cc$$'], 1047 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.cc$$'],
1044 ], 1048 ],
1045 }], 1049 }],
1046 ], 1050 ],
1047 } 1051 }
OLDNEW
« no previous file with comments | « content/browser/gpu/gpu_util_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698