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 1877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1888 ], | 1888 ], |
1889 'sources!': [ | 1889 'sources!': [ |
1890 'browser/renderer_host/pepper/pepper_truetype_font_list_ozone.cc', | 1890 'browser/renderer_host/pepper/pepper_truetype_font_list_ozone.cc', |
1891 ], | 1891 ], |
1892 }], | 1892 }], |
1893 ['OS=="android"', { | 1893 ['OS=="android"', { |
1894 'dependencies': [ | 1894 'dependencies': [ |
1895 '../media/media.gyp:media', | 1895 '../media/media.gyp:media', |
1896 '../mojo/mojo_base.gyp:libmojo_system_java', | 1896 '../mojo/mojo_base.gyp:libmojo_system_java', |
1897 '../ui/android/ui_android.gyp:ui_android', | 1897 '../ui/android/ui_android.gyp:ui_android', |
| 1898 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
1898 'content.gyp:content_jni_headers', | 1899 'content.gyp:content_jni_headers', |
1899 ], | 1900 ], |
1900 'defines': ['APPCACHE_USE_SIMPLE_CACHE'], | 1901 'defines': ['APPCACHE_USE_SIMPLE_CACHE'], |
1901 'direct_dependent_settings': { | 1902 'direct_dependent_settings': { |
1902 'defines': ['APPCACHE_USE_SIMPLE_CACHE'], | 1903 'defines': ['APPCACHE_USE_SIMPLE_CACHE'], |
1903 }, | 1904 }, |
1904 'link_settings': { | 1905 'link_settings': { |
1905 'libraries': [ | 1906 'libraries': [ |
1906 '-ljnigraphics', | 1907 '-ljnigraphics', |
1907 ], | 1908 ], |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2028 'browser/media/media_web_contents_observer.h', | 2029 'browser/media/media_web_contents_observer.h', |
2029 ], | 2030 ], |
2030 }], | 2031 }], |
2031 ['OS == "linux" and use_openssl==1', { | 2032 ['OS == "linux" and use_openssl==1', { |
2032 'dependencies': [ | 2033 'dependencies': [ |
2033 '../third_party/boringssl/boringssl.gyp:boringssl', | 2034 '../third_party/boringssl/boringssl.gyp:boringssl', |
2034 ], | 2035 ], |
2035 }], | 2036 }], |
2036 ], | 2037 ], |
2037 } | 2038 } |
OLD | NEW |