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 1676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1687 '../ui/strings/ui_strings.gyp:ui_strings', | 1687 '../ui/strings/ui_strings.gyp:ui_strings', |
1688 ], | 1688 ], |
1689 }, { | 1689 }, { |
1690 'sources/': [ | 1690 'sources/': [ |
1691 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], | 1691 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], |
1692 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], | 1692 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], |
1693 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], | 1693 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], |
1694 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'], | 1694 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'], |
1695 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], | 1695 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], |
1696 ['exclude', '^browser/renderer_host/ui_events_helper.h'], | 1696 ['exclude', '^browser/renderer_host/ui_events_helper.h'], |
1697 ['exclude', '^browser/context_factory.cc'], | |
1698 ['exclude', '^public/browser/context_factory.h'], | |
1699 ], | 1697 ], |
1700 }], | 1698 }], |
1701 ['use_aura==1 or OS=="mac"', { | 1699 ['use_aura==1 or OS=="mac"', { |
1702 'dependencies': [ | 1700 'dependencies': [ |
1703 '../ui/compositor/compositor.gyp:compositor', | 1701 '../ui/compositor/compositor.gyp:compositor', |
1704 ], | 1702 ], |
1705 }, { | 1703 }, { |
1706 'sources/': [ | 1704 'sources/': [ |
1707 ['exclude', '^browser/compositor/'], | 1705 ['exclude', '^browser/compositor/'], |
| 1706 ['exclude', '^browser/context_factory.cc'], |
| 1707 ['exclude', '^public/browser/context_factory.h'], |
1708 ] | 1708 ] |
1709 }], | 1709 }], |
1710 ['enable_plugins==1', { | 1710 ['enable_plugins==1', { |
1711 'dependencies': [ | 1711 'dependencies': [ |
1712 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 1712 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
1713 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 1713 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
1714 ], | 1714 ], |
1715 }, { # enable_plugins==0 | 1715 }, { # enable_plugins==0 |
1716 'sources!': [ | 1716 'sources!': [ |
1717 'browser/pepper_flash_settings_helper_impl.cc', | 1717 'browser/pepper_flash_settings_helper_impl.cc', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1750 '../build/linux/system.gyp:dbus', | 1750 '../build/linux/system.gyp:dbus', |
1751 '../dbus/dbus.gyp:dbus', | 1751 '../dbus/dbus.gyp:dbus', |
1752 ], | 1752 ], |
1753 }, { # OS != "linux" or use_dbus==0 | 1753 }, { # OS != "linux" or use_dbus==0 |
1754 'sources!': [ | 1754 'sources!': [ |
1755 'browser/geolocation/wifi_data_provider_linux.cc', | 1755 'browser/geolocation/wifi_data_provider_linux.cc', |
1756 ], | 1756 ], |
1757 }], | 1757 }], |
1758 ], | 1758 ], |
1759 } | 1759 } |
OLD | NEW |