OLD | NEW |
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 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
9 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 'public/browser/browser_url_handler.h', | 76 'public/browser/browser_url_handler.h', |
77 'public/browser/browser_thread.h', | 77 'public/browser/browser_thread.h', |
78 'public/browser/browser_thread_delegate.h', | 78 'public/browser/browser_thread_delegate.h', |
79 'public/browser/cert_store.h', | 79 'public/browser/cert_store.h', |
80 'public/browser/child_process_data.h', | 80 'public/browser/child_process_data.h', |
81 'public/browser/child_process_security_policy.h', | 81 'public/browser/child_process_security_policy.h', |
82 'public/browser/color_chooser.h', | 82 'public/browser/color_chooser.h', |
83 'public/browser/certificate_request_result_type.h', | 83 'public/browser/certificate_request_result_type.h', |
84 'public/browser/content_browser_client.cc', | 84 'public/browser/content_browser_client.cc', |
85 'public/browser/content_browser_client.h', | 85 'public/browser/content_browser_client.h', |
| 86 'public/browser/context_factory.h', |
86 'public/browser/cookie_store_factory.h', | 87 'public/browser/cookie_store_factory.h', |
87 'public/browser/desktop_media_id.cc', | 88 'public/browser/desktop_media_id.cc', |
88 'public/browser/desktop_media_id.h', | 89 'public/browser/desktop_media_id.h', |
89 'public/browser/desktop_notification_delegate.h', | 90 'public/browser/desktop_notification_delegate.h', |
90 'public/browser/devtools_agent_host.h', | 91 'public/browser/devtools_agent_host.h', |
91 'public/browser/devtools_client_host.h', | 92 'public/browser/devtools_client_host.h', |
92 'public/browser/devtools_external_agent_proxy.h', | 93 'public/browser/devtools_external_agent_proxy.h', |
93 'public/browser/devtools_external_agent_proxy_delegate.h', | 94 'public/browser/devtools_external_agent_proxy_delegate.h', |
94 'public/browser/download_danger_type.h', | 95 'public/browser/download_danger_type.h', |
95 'public/browser/devtools_frontend_host_delegate.h', | 96 'public/browser/devtools_frontend_host_delegate.h', |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 'browser/compositor/gpu_browser_compositor_output_surface.cc', | 373 'browser/compositor/gpu_browser_compositor_output_surface.cc', |
373 'browser/compositor/gpu_browser_compositor_output_surface.h', | 374 'browser/compositor/gpu_browser_compositor_output_surface.h', |
374 'browser/compositor/software_browser_compositor_output_surface.cc', | 375 'browser/compositor/software_browser_compositor_output_surface.cc', |
375 'browser/compositor/software_browser_compositor_output_surface.h', | 376 'browser/compositor/software_browser_compositor_output_surface.h', |
376 'browser/compositor/software_output_device_ozone.cc', | 377 'browser/compositor/software_output_device_ozone.cc', |
377 'browser/compositor/software_output_device_ozone.h', | 378 'browser/compositor/software_output_device_ozone.h', |
378 'browser/compositor/software_output_device_win.cc', | 379 'browser/compositor/software_output_device_win.cc', |
379 'browser/compositor/software_output_device_win.h', | 380 'browser/compositor/software_output_device_win.h', |
380 'browser/compositor/software_output_device_x11.cc', | 381 'browser/compositor/software_output_device_x11.cc', |
381 'browser/compositor/software_output_device_x11.h', | 382 'browser/compositor/software_output_device_x11.h', |
| 383 'browser/context_factory.cc', |
382 'browser/cross_site_request_manager.cc', | 384 'browser/cross_site_request_manager.cc', |
383 'browser/cross_site_request_manager.h', | 385 'browser/cross_site_request_manager.h', |
384 'browser/devtools/devtools_agent_host_impl.cc', | 386 'browser/devtools/devtools_agent_host_impl.cc', |
385 'browser/devtools/devtools_agent_host_impl.h', | 387 'browser/devtools/devtools_agent_host_impl.h', |
386 'browser/devtools/devtools_browser_target.cc', | 388 'browser/devtools/devtools_browser_target.cc', |
387 'browser/devtools/devtools_browser_target.h', | 389 'browser/devtools/devtools_browser_target.h', |
388 'browser/devtools/devtools_external_agent_proxy_impl.cc', | 390 'browser/devtools/devtools_external_agent_proxy_impl.cc', |
389 'browser/devtools/devtools_external_agent_proxy_impl.h', | 391 'browser/devtools/devtools_external_agent_proxy_impl.h', |
390 'browser/devtools/devtools_frontend_host.cc', | 392 'browser/devtools/devtools_frontend_host.cc', |
391 'browser/devtools/devtools_frontend_host.h', | 393 'browser/devtools/devtools_frontend_host.h', |
(...skipping 1266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1658 '../ui/base/strings/ui_strings.gyp:ui_strings', | 1660 '../ui/base/strings/ui_strings.gyp:ui_strings', |
1659 ], | 1661 ], |
1660 }, { | 1662 }, { |
1661 'sources/': [ | 1663 'sources/': [ |
1662 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], | 1664 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], |
1663 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], | 1665 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], |
1664 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], | 1666 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], |
1665 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'], | 1667 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'], |
1666 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], | 1668 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], |
1667 ['exclude', '^browser/renderer_host/ui_events_helper.h'], | 1669 ['exclude', '^browser/renderer_host/ui_events_helper.h'], |
| 1670 ['exclude', '^browser/context_factory.cc'], |
| 1671 ['exclude', '^public/browser/context_factory.h'], |
1668 ], | 1672 ], |
1669 }], | 1673 }], |
1670 ['use_aura==1 or OS=="mac"', { | 1674 ['use_aura==1 or OS=="mac"', { |
1671 'dependencies': [ | 1675 'dependencies': [ |
1672 '../ui/compositor/compositor.gyp:compositor', | 1676 '../ui/compositor/compositor.gyp:compositor', |
1673 ], | 1677 ], |
1674 }, { | 1678 }, { |
1675 'sources/': [ | 1679 'sources/': [ |
1676 ['exclude', '^browser/compositor/'], | 1680 ['exclude', '^browser/compositor/'], |
1677 ] | 1681 ] |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1719 '../build/linux/system.gyp:dbus', | 1723 '../build/linux/system.gyp:dbus', |
1720 '../dbus/dbus.gyp:dbus', | 1724 '../dbus/dbus.gyp:dbus', |
1721 ], | 1725 ], |
1722 }, { # OS != "linux" or use_dbus==0 | 1726 }, { # OS != "linux" or use_dbus==0 |
1723 'sources!': [ | 1727 'sources!': [ |
1724 'browser/geolocation/wifi_data_provider_linux.cc', | 1728 'browser/geolocation/wifi_data_provider_linux.cc', |
1725 ], | 1729 ], |
1726 }], | 1730 }], |
1727 ], | 1731 ], |
1728 } | 1732 } |
OLD | NEW |