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

Side by Side Diff: content/content_browser.gypi

Issue 10907098: Revert 155218 - Move gpu blacklist to content side. (Closed) Base URL: svn://svn.chromium.org/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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 'browser/geolocation/wifi_data_provider_mac.cc', 414 'browser/geolocation/wifi_data_provider_mac.cc',
415 'browser/geolocation/wifi_data_provider_mac.h', 415 'browser/geolocation/wifi_data_provider_mac.h',
416 'browser/geolocation/wifi_data_provider_win.cc', 416 'browser/geolocation/wifi_data_provider_win.cc',
417 'browser/geolocation/wifi_data_provider_win.h', 417 'browser/geolocation/wifi_data_provider_win.h',
418 'browser/geolocation/win7_location_api_win.cc', 418 'browser/geolocation/win7_location_api_win.cc',
419 'browser/geolocation/win7_location_api_win.h', 419 'browser/geolocation/win7_location_api_win.h',
420 'browser/geolocation/win7_location_provider_win.cc', 420 'browser/geolocation/win7_location_provider_win.cc',
421 'browser/geolocation/win7_location_provider_win.h', 421 'browser/geolocation/win7_location_provider_win.h',
422 'browser/gpu/browser_gpu_channel_host_factory.cc', 422 'browser/gpu/browser_gpu_channel_host_factory.cc',
423 'browser/gpu/browser_gpu_channel_host_factory.h', 423 'browser/gpu/browser_gpu_channel_host_factory.h',
424 'browser/gpu/gpu_blacklist.cc',
425 'browser/gpu/gpu_blacklist.h',
426 'browser/gpu/gpu_data_manager_impl.cc', 424 'browser/gpu/gpu_data_manager_impl.cc',
427 'browser/gpu/gpu_data_manager_impl.h', 425 'browser/gpu/gpu_data_manager_impl.h',
428 'browser/gpu/gpu_process_host.cc', 426 'browser/gpu/gpu_process_host.cc',
429 'browser/gpu/gpu_process_host.h', 427 'browser/gpu/gpu_process_host.h',
430 'browser/gpu/gpu_process_host_ui_shim.cc', 428 'browser/gpu/gpu_process_host_ui_shim.cc',
431 'browser/gpu/gpu_process_host_ui_shim.h', 429 'browser/gpu/gpu_process_host_ui_shim.h',
432 'browser/gpu/gpu_surface_tracker.cc', 430 'browser/gpu/gpu_surface_tracker.cc',
433 'browser/gpu/gpu_surface_tracker.h', 431 'browser/gpu/gpu_surface_tracker.h',
434 'browser/gpu/gpu_util.cc',
435 'browser/gpu/gpu_util.h',
436 'browser/histogram_controller.cc', 432 'browser/histogram_controller.cc',
437 'browser/histogram_controller.h', 433 'browser/histogram_controller.h',
438 'browser/histogram_internals_request_job.cc', 434 'browser/histogram_internals_request_job.cc',
439 'browser/histogram_internals_request_job.h', 435 'browser/histogram_internals_request_job.h',
440 'browser/histogram_message_filter.cc', 436 'browser/histogram_message_filter.cc',
441 'browser/histogram_message_filter.h', 437 'browser/histogram_message_filter.h',
442 'browser/histogram_subscriber.h', 438 'browser/histogram_subscriber.h',
443 'browser/histogram_synchronizer.cc', 439 'browser/histogram_synchronizer.cc',
444 'browser/histogram_synchronizer.h', 440 'browser/histogram_synchronizer.h',
445 'browser/host_zoom_map_impl.cc', 441 'browser/host_zoom_map_impl.cc',
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 ['include', '^public/browser/notification_registrar\\.cc$'], 1041 ['include', '^public/browser/notification_registrar\\.cc$'],
1046 ['include', '^public/browser/speech_recognition_'], 1042 ['include', '^public/browser/speech_recognition_'],
1047 ['include', '^browser/notification_service_impl\\.cc$'], 1043 ['include', '^browser/notification_service_impl\\.cc$'],
1048 # Pull in all but one file from speech. 1044 # Pull in all but one file from speech.
1049 ['include', '^browser/speech/'], 1045 ['include', '^browser/speech/'],
1050 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.cc$$'], 1046 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.cc$$'],
1051 ], 1047 ],
1052 }], 1048 }],
1053 ], 1049 ],
1054 } 1050 }
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