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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 'public/browser/android/content_view_layer_renderer.h', | 45 'public/browser/android/content_view_layer_renderer.h', |
46 'public/browser/android/devtools_auth.h', | 46 'public/browser/android/devtools_auth.h', |
47 'public/browser/android/download_controller_android.h', | 47 'public/browser/android/download_controller_android.h', |
48 'public/browser/android/external_video_surface_container.h', | 48 'public/browser/android/external_video_surface_container.h', |
49 'public/browser/android/layer_tree_build_helper.h', | 49 'public/browser/android/layer_tree_build_helper.h', |
50 'public/browser/android/synchronous_compositor_client.h', | 50 'public/browser/android/synchronous_compositor_client.h', |
51 'public/browser/android/synchronous_compositor.cc', | 51 'public/browser/android/synchronous_compositor.cc', |
52 'public/browser/android/synchronous_compositor.h', | 52 'public/browser/android/synchronous_compositor.h', |
53 'public/browser/ax_event_notification_details.cc', | 53 'public/browser/ax_event_notification_details.cc', |
54 'public/browser/ax_event_notification_details.h', | 54 'public/browser/ax_event_notification_details.h', |
| 55 'public/browser/blob_handle.h', |
55 'public/browser/browser_accessibility_state.h', | 56 'public/browser/browser_accessibility_state.h', |
56 'public/browser/browser_child_process_host.h', | 57 'public/browser/browser_child_process_host.h', |
57 'public/browser/browser_child_process_host_delegate.cc', | 58 'public/browser/browser_child_process_host_delegate.cc', |
58 'public/browser/browser_child_process_host_delegate.h', | 59 'public/browser/browser_child_process_host_delegate.h', |
59 'public/browser/browser_child_process_host_iterator.cc', | 60 'public/browser/browser_child_process_host_iterator.cc', |
60 'public/browser/browser_child_process_host_iterator.h', | 61 'public/browser/browser_child_process_host_iterator.h', |
61 'public/browser/browser_child_process_observer.cc', | 62 'public/browser/browser_child_process_observer.cc', |
62 'public/browser/browser_child_process_observer.h', | 63 'public/browser/browser_child_process_observer.h', |
63 'public/browser/browser_context.h', | 64 'public/browser/browser_context.h', |
64 'public/browser/browser_ipc_logging.h', | 65 'public/browser/browser_ipc_logging.h', |
(...skipping 1656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1721 '../build/linux/system.gyp:dbus', | 1722 '../build/linux/system.gyp:dbus', |
1722 '../dbus/dbus.gyp:dbus', | 1723 '../dbus/dbus.gyp:dbus', |
1723 ], | 1724 ], |
1724 }, { # OS != "linux" or use_dbus==0 | 1725 }, { # OS != "linux" or use_dbus==0 |
1725 'sources!': [ | 1726 'sources!': [ |
1726 'browser/geolocation/wifi_data_provider_linux.cc', | 1727 'browser/geolocation/wifi_data_provider_linux.cc', |
1727 ], | 1728 ], |
1728 }], | 1729 }], |
1729 ], | 1730 ], |
1730 } | 1731 } |
OLD | NEW |