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

Side by Side Diff: chrome/chrome_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 | « chrome/browser/ui/webui/tracing_ui.cc ('k') | chrome/chrome_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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'browser/chrome_browser_main_mac.h', 434 'browser/chrome_browser_main_mac.h',
435 'browser/chrome_browser_main_mac.mm', 435 'browser/chrome_browser_main_mac.mm',
436 'browser/chrome_browser_main_posix.cc', 436 'browser/chrome_browser_main_posix.cc',
437 'browser/chrome_browser_main_posix.h', 437 'browser/chrome_browser_main_posix.h',
438 'browser/chrome_browser_main_win.cc', 438 'browser/chrome_browser_main_win.cc',
439 'browser/chrome_browser_main_win.h', 439 'browser/chrome_browser_main_win.h',
440 'browser/chrome_browser_main_x11.cc', 440 'browser/chrome_browser_main_x11.cc',
441 'browser/chrome_browser_main_x11.h', 441 'browser/chrome_browser_main_x11.h',
442 'browser/chrome_content_browser_client.cc', 442 'browser/chrome_content_browser_client.cc',
443 'browser/chrome_content_browser_client.h', 443 'browser/chrome_content_browser_client.h',
444 'browser/chrome_gpu_util.cc',
445 'browser/chrome_gpu_util.h',
444 'browser/chrome_page_zoom.cc', 446 'browser/chrome_page_zoom.cc',
445 'browser/chrome_page_zoom.h', 447 'browser/chrome_page_zoom.h',
446 'browser/chrome_page_zoom_constants.cc', 448 'browser/chrome_page_zoom_constants.cc',
447 'browser/chrome_page_zoom_constants.h', 449 'browser/chrome_page_zoom_constants.h',
448 'browser/chrome_plugin_service_filter.cc', 450 'browser/chrome_plugin_service_filter.cc',
449 'browser/chrome_plugin_service_filter.h', 451 'browser/chrome_plugin_service_filter.h',
450 'browser/chrome_quota_permission_context.cc', 452 'browser/chrome_quota_permission_context.cc',
451 'browser/chrome_quota_permission_context.h', 453 'browser/chrome_quota_permission_context.h',
452 'browser/chrome_to_mobile_service.cc', 454 'browser/chrome_to_mobile_service.cc',
453 'browser/chrome_to_mobile_service.h', 455 'browser/chrome_to_mobile_service.h',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 'browser/google/google_search_metrics.h', 649 'browser/google/google_search_metrics.h',
648 'browser/google/google_update_settings_posix.cc', 650 'browser/google/google_update_settings_posix.cc',
649 'browser/google/google_update_win.cc', 651 'browser/google/google_update_win.cc',
650 'browser/google/google_update_win.h', 652 'browser/google/google_update_win.h',
651 'browser/google/google_url_tracker.cc', 653 'browser/google/google_url_tracker.cc',
652 'browser/google/google_url_tracker.h', 654 'browser/google/google_url_tracker.h',
653 'browser/google/google_url_tracker_factory.cc', 655 'browser/google/google_url_tracker_factory.cc',
654 'browser/google/google_url_tracker_factory.h', 656 'browser/google/google_url_tracker_factory.h',
655 'browser/google/google_util.cc', 657 'browser/google/google_util.cc',
656 'browser/google/google_util.h', 658 'browser/google/google_util.h',
657 'browser/gpu_blacklist.cc',
658 'browser/gpu_blacklist.h',
659 'browser/gpu_feature_checker.cc', 659 'browser/gpu_feature_checker.cc',
660 'browser/gpu_feature_checker.h', 660 'browser/gpu_feature_checker.h',
661 'browser/gpu_util.cc',
662 'browser/gpu_util.h',
663 'browser/hang_monitor/hang_crash_dump_win.cc', 661 'browser/hang_monitor/hang_crash_dump_win.cc',
664 'browser/hang_monitor/hang_crash_dump_win.h', 662 'browser/hang_monitor/hang_crash_dump_win.h',
665 'browser/hang_monitor/hung_plugin_action.cc', 663 'browser/hang_monitor/hung_plugin_action.cc',
666 'browser/hang_monitor/hung_plugin_action.h', 664 'browser/hang_monitor/hung_plugin_action.h',
667 'browser/hang_monitor/hung_window_detector.cc', 665 'browser/hang_monitor/hung_window_detector.cc',
668 'browser/hang_monitor/hung_window_detector.h', 666 'browser/hang_monitor/hung_window_detector.h',
669 'browser/history/android/android_cache_database.cc', 667 'browser/history/android/android_cache_database.cc',
670 'browser/history/android/android_cache_database.h', 668 'browser/history/android/android_cache_database.h',
671 'browser/history/android/android_history_provider_service.cc', 669 'browser/history/android/android_history_provider_service.cc',
672 'browser/history/android/android_history_provider_service.h', 670 'browser/history/android/android_history_provider_service.h',
(...skipping 4391 matching lines...) Expand 10 before | Expand all | Expand 10 after
5064 'includes': [ '../build/jni_generator.gypi' ], 5062 'includes': [ '../build/jni_generator.gypi' ],
5065 'dependencies': [ 5063 'dependencies': [
5066 'android_jar_jni_headers', 5064 'android_jar_jni_headers',
5067 ], 5065 ],
5068 }, 5066 },
5069 ], 5067 ],
5070 }, 5068 },
5071 ], 5069 ],
5072 ], 5070 ],
5073 } 5071 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/tracing_ui.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698