| 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 '../third_party/re2/re2.gyp:re2', | 7 '../third_party/re2/re2.gyp:re2', |
| 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 22 matching lines...) Expand all Loading... |
| 33 'port/browser/render_widget_host_view_port.h', | 33 'port/browser/render_widget_host_view_port.h', |
| 34 'port/browser/vibration_provider.h', | 34 'port/browser/vibration_provider.h', |
| 35 'port/browser/web_contents_view_port.h', | 35 'port/browser/web_contents_view_port.h', |
| 36 'public/browser/access_token_store.h', | 36 'public/browser/access_token_store.h', |
| 37 'public/browser/android/compositor.h', | 37 'public/browser/android/compositor.h', |
| 38 'public/browser/android/compositor_client.h', | 38 'public/browser/android/compositor_client.h', |
| 39 'public/browser/android/content_view_core.h', | 39 'public/browser/android/content_view_core.h', |
| 40 'public/browser/android/content_view_layer_renderer.h', | 40 'public/browser/android/content_view_layer_renderer.h', |
| 41 'public/browser/android/devtools_auth.h', | 41 'public/browser/android/devtools_auth.h', |
| 42 'public/browser/android/download_controller_android.h', | 42 'public/browser/android/download_controller_android.h', |
| 43 'public/browser/android/external_video_surface_container.h', |
| 43 'public/browser/android/synchronous_compositor_client.h', | 44 'public/browser/android/synchronous_compositor_client.h', |
| 44 'public/browser/android/synchronous_compositor.cc', | 45 'public/browser/android/synchronous_compositor.cc', |
| 45 'public/browser/android/synchronous_compositor.h', | 46 'public/browser/android/synchronous_compositor.h', |
| 46 'public/browser/browser_accessibility_state.h', | 47 'public/browser/browser_accessibility_state.h', |
| 47 'public/browser/browser_child_process_host.h', | 48 'public/browser/browser_child_process_host.h', |
| 48 'public/browser/browser_child_process_host_delegate.cc', | 49 'public/browser/browser_child_process_host_delegate.cc', |
| 49 'public/browser/browser_child_process_host_delegate.h', | 50 'public/browser/browser_child_process_host_delegate.h', |
| 50 'public/browser/browser_child_process_host_iterator.cc', | 51 'public/browser/browser_child_process_host_iterator.cc', |
| 51 'public/browser/browser_child_process_host_iterator.h', | 52 'public/browser/browser_child_process_host_iterator.h', |
| 52 'public/browser/browser_child_process_observer.cc', | 53 'public/browser/browser_child_process_observer.cc', |
| (...skipping 1601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1654 '../build/linux/system.gyp:dbus', | 1655 '../build/linux/system.gyp:dbus', |
| 1655 '../dbus/dbus.gyp:dbus', | 1656 '../dbus/dbus.gyp:dbus', |
| 1656 ], | 1657 ], |
| 1657 }, { # OS != "linux" or use_dbus==0 | 1658 }, { # OS != "linux" or use_dbus==0 |
| 1658 'sources!': [ | 1659 'sources!': [ |
| 1659 'browser/geolocation/wifi_data_provider_linux.cc', | 1660 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1660 ], | 1661 ], |
| 1661 }], | 1662 }], |
| 1662 ], | 1663 ], |
| 1663 } | 1664 } |
| OLD | NEW |