| 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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
| 9 '../cc/cc.gyp:cc_surfaces', | 9 '../cc/cc.gyp:cc_surfaces', |
| 10 '../components/components.gyp:display_compositor', | 10 '../components/components.gyp:display_compositor', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 '../device/vibration/vibration.gyp:device_vibration', | 24 '../device/vibration/vibration.gyp:device_vibration', |
| 25 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', | 25 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
| 26 '../gin/gin.gyp:gin', | 26 '../gin/gin.gyp:gin', |
| 27 '../google_apis/google_apis.gyp:google_apis', | 27 '../google_apis/google_apis.gyp:google_apis', |
| 28 '../gpu/gpu.gyp:gpu', | 28 '../gpu/gpu.gyp:gpu', |
| 29 '../gpu/gpu.gyp:gpu_ipc_client', | 29 '../gpu/gpu.gyp:gpu_ipc_client', |
| 30 '../gpu/gpu.gyp:gpu_ipc_common', | 30 '../gpu/gpu.gyp:gpu_ipc_common', |
| 31 '../media/mojo/interfaces/mojo_bindings.gyp:image_capture_mojo_bindings', | 31 '../media/mojo/interfaces/mojo_bindings.gyp:image_capture_mojo_bindings', |
| 32 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 32 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 33 '../mojo/mojo_public.gyp:mojo_js_bindings', | 33 '../mojo/mojo_public.gyp:mojo_js_bindings', |
| 34 '../mojo/mojo_public.gyp:mojo_message_pump_lib', |
| 34 '../net/net.gyp:http_server', | 35 '../net/net.gyp:http_server', |
| 35 '../net/net.gyp:net', | 36 '../net/net.gyp:net', |
| 36 '../net/net.gyp:net_extras', | 37 '../net/net.gyp:net_extras', |
| 37 '../sandbox/sandbox.gyp:sandbox', | 38 '../sandbox/sandbox.gyp:sandbox', |
| 38 '../services/shell/shell.gyp:shell_lib', | 39 '../services/shell/shell.gyp:shell_lib', |
| 39 '../services/shell/shell.gyp:shell_runner_common_lib', | 40 '../services/shell/shell.gyp:shell_runner_common_lib', |
| 40 '../services/shell/shell.gyp:shell_runner_host_lib', | 41 '../services/shell/shell.gyp:shell_runner_host_lib', |
| 41 '../services/shell/shell_public.gyp:shell_public', | 42 '../services/shell/shell_public.gyp:shell_public', |
| 42 '../services/tracing/tracing.gyp:tracing_lib', | 43 '../services/tracing/tracing.gyp:tracing_lib', |
| 43 '../services/tracing/tracing.gyp:tracing_public', | 44 '../services/tracing/tracing.gyp:tracing_public', |
| (...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 924 'browser/loader/detachable_resource_handler.cc', | 925 'browser/loader/detachable_resource_handler.cc', |
| 925 'browser/loader/detachable_resource_handler.h', | 926 'browser/loader/detachable_resource_handler.h', |
| 926 'browser/loader/global_routing_id.h', | 927 'browser/loader/global_routing_id.h', |
| 927 'browser/loader/layered_resource_handler.cc', | 928 'browser/loader/layered_resource_handler.cc', |
| 928 'browser/loader/layered_resource_handler.h', | 929 'browser/loader/layered_resource_handler.h', |
| 929 'browser/loader/loader_delegate.h', | 930 'browser/loader/loader_delegate.h', |
| 930 'browser/loader/loader_io_thread_notifier.cc', | 931 'browser/loader/loader_io_thread_notifier.cc', |
| 931 'browser/loader/loader_io_thread_notifier.h', | 932 'browser/loader/loader_io_thread_notifier.h', |
| 932 'browser/loader/mime_type_resource_handler.cc', | 933 'browser/loader/mime_type_resource_handler.cc', |
| 933 'browser/loader/mime_type_resource_handler.h', | 934 'browser/loader/mime_type_resource_handler.h', |
| 935 'browser/loader/mojo_async_resource_handler.cc', |
| 936 'browser/loader/mojo_async_resource_handler.h', |
| 934 'browser/loader/navigation_resource_handler.cc', | 937 'browser/loader/navigation_resource_handler.cc', |
| 935 'browser/loader/navigation_resource_handler.h', | 938 'browser/loader/navigation_resource_handler.h', |
| 936 'browser/loader/navigation_resource_throttle.cc', | 939 'browser/loader/navigation_resource_throttle.cc', |
| 937 'browser/loader/navigation_resource_throttle.h', | 940 'browser/loader/navigation_resource_throttle.h', |
| 938 'browser/loader/navigation_url_loader.cc', | 941 'browser/loader/navigation_url_loader.cc', |
| 939 'browser/loader/navigation_url_loader.h', | 942 'browser/loader/navigation_url_loader.h', |
| 940 'browser/loader/navigation_url_loader_delegate.h', | 943 'browser/loader/navigation_url_loader_delegate.h', |
| 941 'browser/loader/navigation_url_loader_factory.h', | 944 'browser/loader/navigation_url_loader_factory.h', |
| 942 'browser/loader/navigation_url_loader_impl.cc', | 945 'browser/loader/navigation_url_loader_impl.cc', |
| 943 'browser/loader/navigation_url_loader_impl.h', | 946 'browser/loader/navigation_url_loader_impl.h', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 972 'browser/loader/stream_resource_handler.cc', | 975 'browser/loader/stream_resource_handler.cc', |
| 973 'browser/loader/stream_resource_handler.h', | 976 'browser/loader/stream_resource_handler.h', |
| 974 'browser/loader/stream_writer.cc', | 977 'browser/loader/stream_writer.cc', |
| 975 'browser/loader/stream_writer.h', | 978 'browser/loader/stream_writer.h', |
| 976 'browser/loader/sync_resource_handler.cc', | 979 'browser/loader/sync_resource_handler.cc', |
| 977 'browser/loader/sync_resource_handler.h', | 980 'browser/loader/sync_resource_handler.h', |
| 978 'browser/loader/temporary_file_stream.cc', | 981 'browser/loader/temporary_file_stream.cc', |
| 979 'browser/loader/temporary_file_stream.h', | 982 'browser/loader/temporary_file_stream.h', |
| 980 'browser/loader/throttling_resource_handler.cc', | 983 'browser/loader/throttling_resource_handler.cc', |
| 981 'browser/loader/throttling_resource_handler.h', | 984 'browser/loader/throttling_resource_handler.h', |
| 985 'browser/loader/url_loader_factory_holder.cc', |
| 986 'browser/loader/url_loader_factory_holder.h', |
| 982 'browser/loader/upload_data_stream_builder.cc', | 987 'browser/loader/upload_data_stream_builder.cc', |
| 983 'browser/loader/upload_data_stream_builder.h', | 988 'browser/loader/upload_data_stream_builder.h', |
| 984 'browser/loader_delegate_impl.cc', | 989 'browser/loader_delegate_impl.cc', |
| 985 'browser/loader_delegate_impl.h', | 990 'browser/loader_delegate_impl.h', |
| 986 'browser/mach_broker_mac.h', | 991 'browser/mach_broker_mac.h', |
| 987 'browser/mach_broker_mac.mm', | 992 'browser/mach_broker_mac.mm', |
| 988 'browser/manifest/manifest_manager_host.cc', | 993 'browser/manifest/manifest_manager_host.cc', |
| 989 'browser/manifest/manifest_manager_host.h', | 994 'browser/manifest/manifest_manager_host.h', |
| 990 'browser/media/android/browser_demuxer_android.cc', | 995 'browser/media/android/browser_demuxer_android.cc', |
| 991 'browser/media/android/browser_demuxer_android.h', | 996 'browser/media/android/browser_demuxer_android.h', |
| (...skipping 1123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2115 ], | 2120 ], |
| 2116 }], | 2121 }], |
| 2117 ['OS != "mac" and OS != "android"', { | 2122 ['OS != "mac" and OS != "android"', { |
| 2118 'sources!': [ | 2123 'sources!': [ |
| 2119 'browser/gpu/gpu_surface_tracker.cc', | 2124 'browser/gpu/gpu_surface_tracker.cc', |
| 2120 'browser/gpu/gpu_surface_tracker.h', | 2125 'browser/gpu/gpu_surface_tracker.h', |
| 2121 ], | 2126 ], |
| 2122 }], | 2127 }], |
| 2123 ], | 2128 ], |
| 2124 } | 2129 } |
| OLD | NEW |