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

Side by Side Diff: content/content_browser.gypi

Issue 22912014: Correctly use IsThreadedCompositingEnabled in content_browsertests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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/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 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'public/browser/browser_plugin_guest_delegate.h', 57 'public/browser/browser_plugin_guest_delegate.h',
58 'public/browser/browser_ppapi_host.h', 58 'public/browser/browser_ppapi_host.h',
59 'public/browser/browser_shutdown.h', 59 'public/browser/browser_shutdown.h',
60 'public/browser/browser_url_handler.h', 60 'public/browser/browser_url_handler.h',
61 'public/browser/browser_thread.h', 61 'public/browser/browser_thread.h',
62 'public/browser/browser_thread_delegate.h', 62 'public/browser/browser_thread_delegate.h',
63 'public/browser/cert_store.h', 63 'public/browser/cert_store.h',
64 'public/browser/child_process_data.h', 64 'public/browser/child_process_data.h',
65 'public/browser/child_process_security_policy.h', 65 'public/browser/child_process_security_policy.h',
66 'public/browser/color_chooser.h', 66 'public/browser/color_chooser.h',
67 'public/browser/compositor_util.h',
68 'public/browser/certificate_request_result_type.h', 67 'public/browser/certificate_request_result_type.h',
69 'public/browser/content_browser_client.cc', 68 'public/browser/content_browser_client.cc',
70 'public/browser/content_browser_client.h', 69 'public/browser/content_browser_client.h',
71 'public/browser/cookie_store_factory.h', 70 'public/browser/cookie_store_factory.h',
72 'public/browser/devtools_agent_host.h', 71 'public/browser/devtools_agent_host.h',
73 'public/browser/devtools_client_host.h', 72 'public/browser/devtools_client_host.h',
74 'public/browser/devtools_external_agent_proxy.h', 73 'public/browser/devtools_external_agent_proxy.h',
75 'public/browser/devtools_external_agent_proxy_delegate.h', 74 'public/browser/devtools_external_agent_proxy_delegate.h',
76 'public/browser/download_danger_type.h', 75 'public/browser/download_danger_type.h',
77 'public/browser/devtools_frontend_host_delegate.h', 76 'public/browser/devtools_frontend_host_delegate.h',
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 'browser/geolocation/wifi_data_provider_corewlan_mac.mm', 562 'browser/geolocation/wifi_data_provider_corewlan_mac.mm',
564 'browser/geolocation/wifi_data_provider_linux.cc', 563 'browser/geolocation/wifi_data_provider_linux.cc',
565 'browser/geolocation/wifi_data_provider_linux.h', 564 'browser/geolocation/wifi_data_provider_linux.h',
566 'browser/geolocation/wifi_data_provider_mac.cc', 565 'browser/geolocation/wifi_data_provider_mac.cc',
567 'browser/geolocation/wifi_data_provider_mac.h', 566 'browser/geolocation/wifi_data_provider_mac.h',
568 'browser/geolocation/wifi_data_provider_win.cc', 567 'browser/geolocation/wifi_data_provider_win.cc',
569 'browser/geolocation/wifi_data_provider_win.h', 568 'browser/geolocation/wifi_data_provider_win.h',
570 'browser/gpu/browser_gpu_channel_host_factory.cc', 569 'browser/gpu/browser_gpu_channel_host_factory.cc',
571 'browser/gpu/browser_gpu_channel_host_factory.h', 570 'browser/gpu/browser_gpu_channel_host_factory.h',
572 'browser/gpu/compositor_util.cc', 571 'browser/gpu/compositor_util.cc',
572 'browser/gpu/compositor_util.h',
573 'browser/gpu/gpu_data_manager_impl.cc', 573 'browser/gpu/gpu_data_manager_impl.cc',
574 'browser/gpu/gpu_data_manager_impl.h', 574 'browser/gpu/gpu_data_manager_impl.h',
575 'browser/gpu/gpu_data_manager_impl_private.cc', 575 'browser/gpu/gpu_data_manager_impl_private.cc',
576 'browser/gpu/gpu_data_manager_impl_private.h', 576 'browser/gpu/gpu_data_manager_impl_private.h',
577 'browser/gpu/gpu_internals_ui.cc', 577 'browser/gpu/gpu_internals_ui.cc',
578 'browser/gpu/gpu_internals_ui.h', 578 'browser/gpu/gpu_internals_ui.h',
579 'browser/gpu/gpu_process_host.cc', 579 'browser/gpu/gpu_process_host.cc',
580 'browser/gpu/gpu_process_host.h', 580 'browser/gpu/gpu_process_host.h',
581 'browser/gpu/gpu_process_host_ui_shim.cc', 581 'browser/gpu/gpu_process_host_ui_shim.cc',
582 'browser/gpu/gpu_process_host_ui_shim.h', 582 'browser/gpu/gpu_process_host_ui_shim.h',
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
1506 '../third_party/speex/speex.gyp:libspeex', 1506 '../third_party/speex/speex.gyp:libspeex',
1507 ], 1507 ],
1508 }], 1508 }],
1509 ['linux_use_libgps==1', { 1509 ['linux_use_libgps==1', {
1510 'dependencies': [ 1510 'dependencies': [
1511 '../build/linux/system.gyp:libgps', 1511 '../build/linux/system.gyp:libgps',
1512 ], 1512 ],
1513 }], 1513 }],
1514 ], 1514 ],
1515 } 1515 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/browser/compositor_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698