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 '../device/vibration/vibration.gyp:device_vibration', | 9 '../device/vibration/vibration.gyp:device_vibration', |
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', | 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 'browser/android/date_time_chooser_android.h', | 341 'browser/android/date_time_chooser_android.h', |
342 'browser/android/deferred_download_observer.cc', | 342 'browser/android/deferred_download_observer.cc', |
343 'browser/android/deferred_download_observer.h', | 343 'browser/android/deferred_download_observer.h', |
344 'browser/android/devtools_auth.cc', | 344 'browser/android/devtools_auth.cc', |
345 'browser/android/download_controller_android_impl.cc', | 345 'browser/android/download_controller_android_impl.cc', |
346 'browser/android/download_controller_android_impl.h', | 346 'browser/android/download_controller_android_impl.h', |
347 'browser/android/edge_effect.cc', | 347 'browser/android/edge_effect.cc', |
348 'browser/android/edge_effect.h', | 348 'browser/android/edge_effect.h', |
349 'browser/android/edge_effect_l.cc', | 349 'browser/android/edge_effect_l.cc', |
350 'browser/android/edge_effect_l.h', | 350 'browser/android/edge_effect_l.h', |
| 351 'browser/android/in_process/context_provider_in_process.cc', |
| 352 'browser/android/in_process/context_provider_in_process.h', |
351 'browser/android/in_process/synchronous_compositor_external_begin_frame_so
urce.cc', | 353 'browser/android/in_process/synchronous_compositor_external_begin_frame_so
urce.cc', |
352 'browser/android/in_process/synchronous_compositor_external_begin_frame_so
urce.h', | 354 'browser/android/in_process/synchronous_compositor_external_begin_frame_so
urce.h', |
353 'browser/android/in_process/synchronous_compositor_factory_impl.cc', | 355 'browser/android/in_process/synchronous_compositor_factory_impl.cc', |
354 'browser/android/in_process/synchronous_compositor_factory_impl.h', | 356 'browser/android/in_process/synchronous_compositor_factory_impl.h', |
355 'browser/android/in_process/synchronous_compositor_impl.cc', | 357 'browser/android/in_process/synchronous_compositor_impl.cc', |
356 'browser/android/in_process/synchronous_compositor_impl.h', | 358 'browser/android/in_process/synchronous_compositor_impl.h', |
357 'browser/android/in_process/synchronous_compositor_output_surface.cc', | 359 'browser/android/in_process/synchronous_compositor_output_surface.cc', |
358 'browser/android/in_process/synchronous_compositor_output_surface.h', | 360 'browser/android/in_process/synchronous_compositor_output_surface.h', |
359 'browser/android/in_process/synchronous_compositor_registry.cc', | 361 'browser/android/in_process/synchronous_compositor_registry.cc', |
360 'browser/android/in_process/synchronous_compositor_registry.h', | 362 'browser/android/in_process/synchronous_compositor_registry.h', |
(...skipping 1531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1892 ], | 1894 ], |
1893 'sources!': [ | 1895 'sources!': [ |
1894 'browser/renderer_host/pepper/pepper_truetype_font_list_ozone.cc', | 1896 'browser/renderer_host/pepper/pepper_truetype_font_list_ozone.cc', |
1895 ], | 1897 ], |
1896 }], | 1898 }], |
1897 ['OS=="android"', { | 1899 ['OS=="android"', { |
1898 'dependencies': [ | 1900 'dependencies': [ |
1899 '../media/media.gyp:media', | 1901 '../media/media.gyp:media', |
1900 '../mojo/mojo_base.gyp:libmojo_system_java', | 1902 '../mojo/mojo_base.gyp:libmojo_system_java', |
1901 '../ui/android/ui_android.gyp:ui_android', | 1903 '../ui/android/ui_android.gyp:ui_android', |
1902 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | |
1903 'content.gyp:content_jni_headers', | 1904 'content.gyp:content_jni_headers', |
1904 ], | 1905 ], |
1905 'defines': ['APPCACHE_USE_SIMPLE_CACHE'], | 1906 'defines': ['APPCACHE_USE_SIMPLE_CACHE'], |
1906 'direct_dependent_settings': { | 1907 'direct_dependent_settings': { |
1907 'defines': ['APPCACHE_USE_SIMPLE_CACHE'], | 1908 'defines': ['APPCACHE_USE_SIMPLE_CACHE'], |
1908 }, | 1909 }, |
1909 'link_settings': { | 1910 'link_settings': { |
1910 'libraries': [ | 1911 'libraries': [ |
1911 '-ljnigraphics', | 1912 '-ljnigraphics', |
1912 ], | 1913 ], |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2033 'browser/media/media_web_contents_observer.h', | 2034 'browser/media/media_web_contents_observer.h', |
2034 ], | 2035 ], |
2035 }], | 2036 }], |
2036 ['OS == "linux" and use_openssl==1', { | 2037 ['OS == "linux" and use_openssl==1', { |
2037 'dependencies': [ | 2038 'dependencies': [ |
2038 '../third_party/boringssl/boringssl.gyp:boringssl', | 2039 '../third_party/boringssl/boringssl.gyp:boringssl', |
2039 ], | 2040 ], |
2040 }], | 2041 }], |
2041 ], | 2042 ], |
2042 } | 2043 } |
OLD | NEW |