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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 'browser/android/in_process/synchronous_compositor_factory_impl.cc', | 282 'browser/android/in_process/synchronous_compositor_factory_impl.cc', |
283 'browser/android/in_process/synchronous_compositor_factory_impl.h', | 283 'browser/android/in_process/synchronous_compositor_factory_impl.h', |
284 'browser/android/in_process/synchronous_compositor_impl.cc', | 284 'browser/android/in_process/synchronous_compositor_impl.cc', |
285 'browser/android/in_process/synchronous_compositor_impl.h', | 285 'browser/android/in_process/synchronous_compositor_impl.h', |
286 'browser/android/in_process/synchronous_compositor_output_surface.cc', | 286 'browser/android/in_process/synchronous_compositor_output_surface.cc', |
287 'browser/android/in_process/synchronous_compositor_output_surface.h', | 287 'browser/android/in_process/synchronous_compositor_output_surface.h', |
288 'browser/android/in_process/synchronous_input_event_filter.cc', | 288 'browser/android/in_process/synchronous_input_event_filter.cc', |
289 'browser/android/in_process/synchronous_input_event_filter.h', | 289 'browser/android/in_process/synchronous_input_event_filter.h', |
290 'browser/android/interstitial_page_delegate_android.cc', | 290 'browser/android/interstitial_page_delegate_android.cc', |
291 'browser/android/interstitial_page_delegate_android.h', | 291 'browser/android/interstitial_page_delegate_android.h', |
| 292 'browser/android/layer_tree_build_helper_impl.cc', |
| 293 'browser/android/layer_tree_build_helper_impl.h', |
292 'browser/android/load_url_params.cc', | 294 'browser/android/load_url_params.cc', |
293 'browser/android/load_url_params.h', | 295 'browser/android/load_url_params.h', |
294 'browser/android/overscroll_glow.h', | 296 'browser/android/overscroll_glow.h', |
295 'browser/android/overscroll_glow.cc', | 297 'browser/android/overscroll_glow.cc', |
296 'browser/android/popup_item_type_list.h', | 298 'browser/android/popup_item_type_list.h', |
297 'browser/android/surface_texture_peer_browser_impl.cc', | 299 'browser/android/surface_texture_peer_browser_impl.cc', |
298 'browser/android/surface_texture_peer_browser_impl.h', | 300 'browser/android/surface_texture_peer_browser_impl.h', |
299 'browser/android/tracing_controller_android.cc', | 301 'browser/android/tracing_controller_android.cc', |
300 'browser/android/tracing_controller_android.h', | 302 'browser/android/tracing_controller_android.h', |
301 'browser/android/web_contents_observer_android.cc', | 303 'browser/android/web_contents_observer_android.cc', |
(...skipping 1420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1722 '../build/linux/system.gyp:dbus', | 1724 '../build/linux/system.gyp:dbus', |
1723 '../dbus/dbus.gyp:dbus', | 1725 '../dbus/dbus.gyp:dbus', |
1724 ], | 1726 ], |
1725 }, { # OS != "linux" or use_dbus==0 | 1727 }, { # OS != "linux" or use_dbus==0 |
1726 'sources!': [ | 1728 'sources!': [ |
1727 'browser/geolocation/wifi_data_provider_linux.cc', | 1729 'browser/geolocation/wifi_data_provider_linux.cc', |
1728 ], | 1730 ], |
1729 }], | 1731 }], |
1730 ], | 1732 ], |
1731 } | 1733 } |
OLD | NEW |