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

Side by Side Diff: content/content_browser.gypi

Issue 1710043002: Start to unwind references to iOS in //content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android fix Created 4 years, 10 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/content.gyp ('k') | content/content_child.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 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces',
10 '../components/mime_util/mime_util.gyp:mime_util',
11 '../components/scheduler/scheduler.gyp:scheduler_common',
8 '../components/url_formatter/url_formatter.gyp:url_formatter', 12 '../components/url_formatter/url_formatter.gyp:url_formatter',
9 '../crypto/crypto.gyp:crypto', 13 '../crypto/crypto.gyp:crypto',
10 '../device/battery/battery.gyp:device_battery', 14 '../device/battery/battery.gyp:device_battery',
11 '../device/battery/battery.gyp:device_battery_mojo_bindings', 15 '../device/battery/battery.gyp:device_battery_mojo_bindings',
16 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
17 '../device/usb/usb.gyp:device_usb',
12 '../device/vibration/vibration.gyp:device_vibration', 18 '../device/vibration/vibration.gyp:device_vibration',
13 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 19 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
20 '../gin/gin.gyp:gin',
14 '../google_apis/google_apis.gyp:google_apis', 21 '../google_apis/google_apis.gyp:google_apis',
15 '../mojo/mojo_base.gyp:mojo_application_base', 22 '../mojo/mojo_base.gyp:mojo_application_base',
16 '../mojo/mojo_base.gyp:mojo_geometry_lib', 23 '../mojo/mojo_base.gyp:mojo_geometry_lib',
17 '../mojo/mojo_base.gyp:mojo_url_type_converters', 24 '../mojo/mojo_base.gyp:mojo_url_type_converters',
18 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 25 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
26 '../mojo/mojo_public.gyp:mojo_js_bindings',
19 '../mojo/mojo_services.gyp:network_service_bindings_lib', 27 '../mojo/mojo_services.gyp:network_service_bindings_lib',
20 '../mojo/mojo_services.gyp:updater_bindings_lib', 28 '../mojo/mojo_services.gyp:updater_bindings_lib',
21 '../mojo/mojo_shell.gyp:mojo_shell_lib', 29 '../mojo/mojo_shell.gyp:mojo_shell_lib',
30 '../net/net.gyp:http_server',
22 '../net/net.gyp:net', 31 '../net/net.gyp:net',
23 '../net/net.gyp:net_extras', 32 '../net/net.gyp:net_extras',
33 '../sandbox/sandbox.gyp:sandbox',
24 '../skia/skia.gyp:skia', 34 '../skia/skia.gyp:skia',
25 '../skia/skia.gyp:skia_mojo', 35 '../skia/skia.gyp:skia_mojo',
26 '../sql/sql.gyp:sql', 36 '../sql/sql.gyp:sql',
37 '../storage/storage_browser.gyp:storage',
38 '../storage/storage_common.gyp:storage_common',
39 '../third_party/angle/src/angle.gyp:commit_id',
27 '../third_party/kasko/kasko.gyp:kasko_features', 40 '../third_party/kasko/kasko.gyp:kasko_features',
41 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
42 '../third_party/libyuv/libyuv.gyp:libyuv',
28 '../third_party/re2/re2.gyp:re2', 43 '../third_party/re2/re2.gyp:re2',
29 '../third_party/zlib/google/zip.gyp:zip', 44 '../third_party/zlib/google/zip.gyp:zip',
30 '../third_party/zlib/zlib.gyp:zlib', 45 '../third_party/zlib/zlib.gyp:zlib',
31 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 46 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
32 '../ui/accessibility/accessibility.gyp:accessibility', 47 '../ui/accessibility/accessibility.gyp:accessibility',
33 '../ui/accessibility/accessibility.gyp:ax_gen', 48 '../ui/accessibility/accessibility.gyp:ax_gen',
34 '../ui/base/ui_base.gyp:ui_base', 49 '../ui/base/ui_base.gyp:ui_base',
35 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 50 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
51 '../ui/events/blink/events_blink.gyp:events_blink',
36 '../ui/events/events.gyp:events', 52 '../ui/events/events.gyp:events',
37 '../ui/events/events.gyp:events_base', 53 '../ui/events/events.gyp:events_base',
38 '../ui/events/events.gyp:gesture_detection', 54 '../ui/events/events.gyp:gesture_detection',
39 '../ui/gfx/gfx.gyp:gfx', 55 '../ui/gfx/gfx.gyp:gfx',
40 '../ui/gfx/gfx.gyp:gfx_geometry', 56 '../ui/gfx/gfx.gyp:gfx_geometry',
41 '../ui/resources/ui_resources.gyp:ui_resources', 57 '../ui/resources/ui_resources.gyp:ui_resources',
42 '../ui/snapshot/snapshot.gyp:snapshot', 58 '../ui/snapshot/snapshot.gyp:snapshot',
59 '../ui/surface/surface.gyp:surface',
60 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection',
61 'app/resources/content_resources.gyp:content_resources',
62 'app/strings/content_strings.gyp:content_strings',
43 'browser/background_sync/background_sync_proto.gyp:background_sync_proto', 63 'browser/background_sync/background_sync_proto.gyp:background_sync_proto',
44 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto', 64 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto',
65 'browser/devtools/devtools_resources.gyp:devtools_resources',
66 'browser/devtools/devtools.gyp:devtools_protocol_handler',
45 'browser/notifications/notification_proto.gyp:notification_proto', 67 'browser/notifications/notification_proto.gyp:notification_proto',
46 'browser/service_worker/service_worker_proto.gyp:service_worker_proto', 68 'browser/service_worker/service_worker_proto.gyp:service_worker_proto',
47 'browser/speech/proto/speech_proto.gyp:speech_proto', 69 'browser/speech/proto/speech_proto.gyp:speech_proto',
48 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 70 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
49 ], 71 ],
50 'export_dependent_settings': [ 72 'export_dependent_settings': [
73 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
51 '../ui/accessibility/accessibility.gyp:ax_gen', 74 '../ui/accessibility/accessibility.gyp:ax_gen',
52 # The public content API headers directly include Blink API headers, so we 75 # The public content API headers directly include Blink API headers, so we
53 # have to export the blink header settings so that relative paths in these 76 # have to export the blink header settings so that relative paths in these
54 # headers resolve correctly. 77 # headers resolve correctly.
55 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 78 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
56 # The public render_widget_host.h needs to re-export skia defines. 79 # The public render_widget_host.h needs to re-export skia defines.
57 '../skia/skia.gyp:skia', 80 '../skia/skia.gyp:skia',
58 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 81 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
59 ], 82 ],
60 'include_dirs': [ 83 'include_dirs': [
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 'browser/cert_store_impl.cc', 522 'browser/cert_store_impl.cc',
500 'browser/cert_store_impl.h', 523 'browser/cert_store_impl.h',
501 'browser/child_process_launcher.cc', 524 'browser/child_process_launcher.cc',
502 'browser/child_process_launcher.h', 525 'browser/child_process_launcher.h',
503 'browser/child_process_security_policy_impl.cc', 526 'browser/child_process_security_policy_impl.cc',
504 'browser/child_process_security_policy_impl.h', 527 'browser/child_process_security_policy_impl.h',
505 'browser/cocoa/system_hotkey_helper_mac.h', 528 'browser/cocoa/system_hotkey_helper_mac.h',
506 'browser/cocoa/system_hotkey_helper_mac.mm', 529 'browser/cocoa/system_hotkey_helper_mac.mm',
507 'browser/cocoa/system_hotkey_map.h', 530 'browser/cocoa/system_hotkey_map.h',
508 'browser/cocoa/system_hotkey_map.mm', 531 'browser/cocoa/system_hotkey_map.mm',
532 # NOTE: These files are here instead of in compositor_browser_sources
533 # because the latter is not built on Android, whereas these files are
534 # needed on all platforms.
535 'browser/compositor/surface_utils.cc',
536 'browser/compositor/surface_utils.h',
509 'browser/device_monitor_mac.h', 537 'browser/device_monitor_mac.h',
510 'browser/device_monitor_mac.mm', 538 'browser/device_monitor_mac.mm',
511 'browser/device_sensors/ambient_light_mac.cc', 539 'browser/device_sensors/ambient_light_mac.cc',
512 'browser/device_sensors/ambient_light_mac.h', 540 'browser/device_sensors/ambient_light_mac.h',
513 'browser/device_sensors/data_fetcher_shared_memory.h', 541 'browser/device_sensors/data_fetcher_shared_memory.h',
514 'browser/device_sensors/data_fetcher_shared_memory_android.cc', 542 'browser/device_sensors/data_fetcher_shared_memory_android.cc',
515 'browser/device_sensors/data_fetcher_shared_memory_base.cc', 543 'browser/device_sensors/data_fetcher_shared_memory_base.cc',
516 'browser/device_sensors/data_fetcher_shared_memory_base.h', 544 'browser/device_sensors/data_fetcher_shared_memory_base.h',
517 'browser/device_sensors/data_fetcher_shared_memory_chromeos.cc', 545 'browser/device_sensors/data_fetcher_shared_memory_chromeos.cc',
518 'browser/device_sensors/data_fetcher_shared_memory_default.cc', 546 'browser/device_sensors/data_fetcher_shared_memory_default.cc',
(...skipping 1324 matching lines...) Expand 10 before | Expand all | Expand 10 after
1843 'sources': [ 1871 'sources': [
1844 'browser/file_descriptor_info_impl.cc', 1872 'browser/file_descriptor_info_impl.cc',
1845 'browser/file_descriptor_info_impl.h', 1873 'browser/file_descriptor_info_impl.h',
1846 ] 1874 ]
1847 }], 1875 }],
1848 ['OS!="win" and OS!="mac" and OS!="android" and (OS!="linux" or use_udev==0) ', { 1876 ['OS!="win" and OS!="mac" and OS!="android" and (OS!="linux" or use_udev==0) ', {
1849 'sources': [ 1877 'sources': [
1850 'browser/gamepad/gamepad_platform_data_fetcher.cc', 1878 'browser/gamepad/gamepad_platform_data_fetcher.cc',
1851 ] 1879 ]
1852 }], 1880 }],
1853 ['OS=="ios"', {
1854 'sources/': [
1855 # iOS only needs a small portion of content; exclude all the
1856 # implementation, and re-include what is used.
1857 ['exclude', '\\.(cc|mm)$'],
1858 ['include', '^public/browser/navigation_details\\.cc$'],
1859 ['include', '^public/browser/page_navigator\\.cc$'],
1860 ['include', '^browser/browser_context\\.cc$'],
1861 ],
1862 }, { # OS!="ios"
1863 'dependencies': [
1864 'app/resources/content_resources.gyp:content_resources',
1865 'app/strings/content_strings.gyp:content_strings',
1866 'browser/devtools/devtools_resources.gyp:devtools_resources',
1867 'browser/devtools/devtools.gyp:devtools_protocol_handler',
1868 '../cc/cc.gyp:cc',
1869 '../cc/cc.gyp:cc_surfaces',
1870 '../components/mime_util/mime_util.gyp:mime_util',
1871 '../components/scheduler/scheduler.gyp:scheduler_common',
1872 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1873 '../device/usb/usb.gyp:device_usb',
1874 '../gin/gin.gyp:gin',
1875 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
1876 '../mojo/mojo_public.gyp:mojo_js_bindings',
1877 '../net/net.gyp:http_server',
1878 '../storage/storage_browser.gyp:storage',
1879 '../storage/storage_common.gyp:storage_common',
1880 '../third_party/angle/src/angle.gyp:commit_id',
1881 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1882 '../ui/events/blink/events_blink.gyp:events_blink',
1883 '../ui/surface/surface.gyp:surface',
1884 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection',
1885 ],
1886 'export_dependent_settings': [
1887 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
1888 ],
1889 }],
1890 ['debug_devtools==1', { 1881 ['debug_devtools==1', {
1891 'defines': [ 1882 'defines': [
1892 'DEBUG_DEVTOOLS=1', 1883 'DEBUG_DEVTOOLS=1',
1893 ], 1884 ],
1894 }], 1885 }],
1895 ['enable_basic_printing==1 or enable_print_preview==1', { 1886 ['enable_basic_printing==1 or enable_print_preview==1', {
1896 'dependencies': [ 1887 'dependencies': [
1897 '../printing/printing.gyp:printing', 1888 '../printing/printing.gyp:printing',
1898 ], 1889 ],
1899 }], 1890 }],
1900 ['OS!="ios" and chrome_multiple_dll!=1', { 1891 ['chrome_multiple_dll!=1', {
1901 'dependencies': [ 1892 'dependencies': [
1902 '../third_party/WebKit/public/blink.gyp:blink', 1893 '../third_party/WebKit/public/blink.gyp:blink',
1903 ], 1894 ],
1904 }], 1895 }],
1905 ['OS!="ios"', { 1896 ['OS!="android"', {
1906 'dependencies': [
1907 '../sandbox/sandbox.gyp:sandbox',
1908 ],
1909 }],
1910 ['OS!="android" and OS!="ios"', {
1911 'dependencies': [ 1897 'dependencies': [
1912 'browser/tracing/tracing_resources.gyp:tracing_resources', 1898 'browser/tracing/tracing_resources.gyp:tracing_resources',
1913 '../ui/compositor/compositor.gyp:compositor', 1899 '../ui/compositor/compositor.gyp:compositor',
1914 ], 1900 ],
1915 'sources': [ '<@(compositor_browser_sources)' ], 1901 'sources': [ '<@(compositor_browser_sources)' ],
1916 }, { 1902 }, {
1917 'sources/': [ 1903 'sources/': [
1918 ['exclude', '^public/browser/context_factory.h'], 1904 ['exclude', '^public/browser/context_factory.h'],
1919 ] 1905 ]
1920 }], 1906 }],
1921 ['(use_udev==1 and os_posix==1) or OS=="mac" or OS=="win"', { 1907 ['(use_udev==1 and os_posix==1) or OS=="mac" or OS=="win"', {
1922 'dependencies': [ 1908 'dependencies': [
1923 '../tools/battor_agent/battor_agent.gyp:battor_agent_lib', 1909 '../tools/battor_agent/battor_agent.gyp:battor_agent_lib',
1924 ], 1910 ],
1925 'sources': [ 1911 'sources': [
1926 'browser/tracing/power_tracing_agent.cc', 1912 'browser/tracing/power_tracing_agent.cc',
1927 'browser/tracing/power_tracing_agent.h', 1913 'browser/tracing/power_tracing_agent.h',
1928 ], 1914 ],
1929 }], 1915 }],
1930 ['OS!="ios"', {
1931 'sources': [
1932 'browser/compositor/surface_utils.cc',
1933 'browser/compositor/surface_utils.h',
1934 ]
1935 }],
1936 ['OS!="ios"', {
1937 'dependencies': [
1938 '../third_party/libyuv/libyuv.gyp:libyuv',
1939 ],
1940 }],
1941 ['enable_webrtc==1', { 1916 ['enable_webrtc==1', {
1942 'dependencies': [ 1917 'dependencies': [
1943 '../jingle/jingle.gyp:jingle_glue', 1918 '../jingle/jingle.gyp:jingle_glue',
1944 ], 1919 ],
1945 'sources': [ 1920 'sources': [
1946 '<@(webrtc_browser_sources)', 1921 '<@(webrtc_browser_sources)',
1947 ], 1922 ],
1948 }], 1923 }],
1949 ['enable_webrtc==1 and OS=="linux"', { 1924 ['enable_webrtc==1 and OS=="linux"', {
1950 'dependencies': [ 1925 'dependencies': [
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
2213 ['enable_webvr==1 and OS=="android"', { 2188 ['enable_webvr==1 and OS=="android"', {
2214 'sources': [ 2189 'sources': [
2215 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2190 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2216 'browser/vr/android/cardboard/cardboard_vr_device.h', 2191 'browser/vr/android/cardboard/cardboard_vr_device.h',
2217 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2192 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2218 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2193 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2219 ], 2194 ],
2220 }], 2195 }],
2221 ], 2196 ],
2222 } 2197 }
OLDNEW
« no previous file with comments | « content/content.gyp ('k') | content/content_child.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698