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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 'browser/android/content_view_render_view.h', | 258 'browser/android/content_view_render_view.h', |
259 'browser/android/content_view_statics.cc', | 259 'browser/android/content_view_statics.cc', |
260 'browser/android/content_view_statics.h', | 260 'browser/android/content_view_statics.h', |
261 'browser/android/date_time_chooser_android.cc', | 261 'browser/android/date_time_chooser_android.cc', |
262 'browser/android/date_time_chooser_android.h', | 262 'browser/android/date_time_chooser_android.h', |
263 'browser/android/download_controller_android_impl.cc', | 263 'browser/android/download_controller_android_impl.cc', |
264 'browser/android/download_controller_android_impl.h', | 264 'browser/android/download_controller_android_impl.h', |
265 'browser/android/devtools_auth.cc', | 265 'browser/android/devtools_auth.cc', |
266 'browser/android/edge_effect.h', | 266 'browser/android/edge_effect.h', |
267 'browser/android/edge_effect.cc', | 267 'browser/android/edge_effect.cc', |
| 268 'browser/android/in_process/synchronous_compositor_factory_impl.cc', |
| 269 'browser/android/in_process/synchronous_compositor_factory_impl.h', |
268 'browser/android/in_process/synchronous_compositor_impl.cc', | 270 'browser/android/in_process/synchronous_compositor_impl.cc', |
269 'browser/android/in_process/synchronous_compositor_impl.h', | 271 'browser/android/in_process/synchronous_compositor_impl.h', |
270 'browser/android/in_process/synchronous_compositor_output_surface.cc', | 272 'browser/android/in_process/synchronous_compositor_output_surface.cc', |
271 'browser/android/in_process/synchronous_compositor_output_surface.h', | 273 'browser/android/in_process/synchronous_compositor_output_surface.h', |
272 'browser/android/in_process/synchronous_input_event_filter.cc', | 274 'browser/android/in_process/synchronous_input_event_filter.cc', |
273 'browser/android/in_process/synchronous_input_event_filter.h', | 275 'browser/android/in_process/synchronous_input_event_filter.h', |
274 'browser/android/interstitial_page_delegate_android.cc', | 276 'browser/android/interstitial_page_delegate_android.cc', |
275 'browser/android/interstitial_page_delegate_android.h', | 277 'browser/android/interstitial_page_delegate_android.h', |
276 'browser/android/load_url_params.cc', | 278 'browser/android/load_url_params.cc', |
277 'browser/android/load_url_params.h', | 279 'browser/android/load_url_params.h', |
(...skipping 1371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1649 '../build/linux/system.gyp:dbus', | 1651 '../build/linux/system.gyp:dbus', |
1650 '../dbus/dbus.gyp:dbus', | 1652 '../dbus/dbus.gyp:dbus', |
1651 ], | 1653 ], |
1652 }, { # OS != "linux" or use_dbus==0 | 1654 }, { # OS != "linux" or use_dbus==0 |
1653 'sources!': [ | 1655 'sources!': [ |
1654 'browser/geolocation/wifi_data_provider_linux.cc', | 1656 'browser/geolocation/wifi_data_provider_linux.cc', |
1655 ], | 1657 ], |
1656 }], | 1658 }], |
1657 ], | 1659 ], |
1658 } | 1660 } |
OLD | NEW |