Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Side by Side Diff: content/content_browser.gypi

Issue 1101403002: content: Cleanup the dependencies on webkit_gpu target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: restrict gn too Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/browser/renderer_host/compositor_impl_android.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/compositor_impl_android.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698