| 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 'browser/android/content_settings.h', | 267 'browser/android/content_settings.h', |
| 268 'browser/android/content_startup_flags.cc', | 268 'browser/android/content_startup_flags.cc', |
| 269 'browser/android/content_startup_flags.h', | 269 'browser/android/content_startup_flags.h', |
| 270 'browser/android/content_video_view.cc', | 270 'browser/android/content_video_view.cc', |
| 271 'browser/android/content_video_view.h', | 271 'browser/android/content_video_view.h', |
| 272 'browser/android/content_view_core_impl.cc', | 272 'browser/android/content_view_core_impl.cc', |
| 273 'browser/android/content_view_core_impl.h', | 273 'browser/android/content_view_core_impl.h', |
| 274 'browser/android/content_view_render_view.cc', | 274 'browser/android/content_view_render_view.cc', |
| 275 'browser/android/content_view_render_view.h', | 275 'browser/android/content_view_render_view.h', |
| 276 'browser/android/content_view_statics.cc', | 276 'browser/android/content_view_statics.cc', |
| 277 'browser/android/content_view_statics.h', | |
| 278 'browser/android/date_time_chooser_android.cc', | 277 'browser/android/date_time_chooser_android.cc', |
| 279 'browser/android/date_time_chooser_android.h', | 278 'browser/android/date_time_chooser_android.h', |
| 280 'browser/android/download_controller_android_impl.cc', | 279 'browser/android/download_controller_android_impl.cc', |
| 281 'browser/android/download_controller_android_impl.h', | 280 'browser/android/download_controller_android_impl.h', |
| 282 'browser/android/devtools_auth.cc', | 281 'browser/android/devtools_auth.cc', |
| 283 'browser/android/edge_effect.h', | 282 'browser/android/edge_effect.h', |
| 284 'browser/android/edge_effect.cc', | 283 'browser/android/edge_effect.cc', |
| 285 'browser/android/gesture_event_type_list.h', | 284 'browser/android/gesture_event_type_list.h', |
| 286 'browser/android/in_process/synchronous_compositor_factory_impl.cc', | 285 'browser/android/in_process/synchronous_compositor_factory_impl.cc', |
| 287 'browser/android/in_process/synchronous_compositor_factory_impl.h', | 286 'browser/android/in_process/synchronous_compositor_factory_impl.h', |
| (...skipping 1457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1745 '../build/linux/system.gyp:dbus', | 1744 '../build/linux/system.gyp:dbus', |
| 1746 '../dbus/dbus.gyp:dbus', | 1745 '../dbus/dbus.gyp:dbus', |
| 1747 ], | 1746 ], |
| 1748 }, { # OS != "linux" or use_dbus==0 | 1747 }, { # OS != "linux" or use_dbus==0 |
| 1749 'sources!': [ | 1748 'sources!': [ |
| 1750 'browser/geolocation/wifi_data_provider_linux.cc', | 1749 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1751 ], | 1750 ], |
| 1752 }], | 1751 }], |
| 1753 ], | 1752 ], |
| 1754 } | 1753 } |
| OLD | NEW |