| 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', | 7 '../base/base.gyp:base', |
| 8 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
| 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
| 10 '../mojo/mojo_base.gyp:mojo_application_base', |
| 11 '../mojo/mojo_base.gyp:mojo_application_bindings', |
| 12 '../mojo/mojo_base.gyp:mojo_common_lib', |
| 13 '../mojo/mojo_shell.gyp:mojo_shell_lib', |
| 10 '../net/net.gyp:net', | 14 '../net/net.gyp:net', |
| 11 '../skia/skia.gyp:skia', | 15 '../skia/skia.gyp:skia', |
| 12 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', | 16 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
| 17 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 13 '../third_party/icu/icu.gyp:icuuc', | 18 '../third_party/icu/icu.gyp:icuuc', |
| 14 '../ui/accessibility/accessibility.gyp:accessibility', | 19 '../ui/accessibility/accessibility.gyp:accessibility', |
| 15 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 20 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 16 '../ui/base/ui_base.gyp:ui_base', | 21 '../ui/base/ui_base.gyp:ui_base', |
| 17 '../ui/events/ipc/events_ipc.gyp:events_ipc', | 22 '../ui/events/ipc/events_ipc.gyp:events_ipc', |
| 18 '../ui/gfx/gfx.gyp:gfx', | 23 '../ui/gfx/gfx.gyp:gfx', |
| 19 '../ui/gfx/gfx.gyp:gfx_geometry', | 24 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 20 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 25 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
| 21 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 26 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
| 22 '../url/url.gyp:url_lib', | 27 '../url/url.gyp:url_lib', |
| 23 ], | 28 ], |
| 24 'include_dirs': [ | 29 'include_dirs': [ |
| 25 '..', | 30 '..', |
| 26 ], | 31 ], |
| 27 'export_dependent_settings': [ | 32 'export_dependent_settings': [ |
| 28 '../base/base.gyp:base', | 33 '../base/base.gyp:base', |
| 29 # The public content API headers directly include Blink API headers, so we | 34 # The public content API headers directly include Blink API headers, so we |
| 30 # have to export the blink header settings so that relative paths in these | 35 # have to export the blink header settings so that relative paths in these |
| 31 # headers resolve correctly. | 36 # headers resolve correctly. |
| 32 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', | 37 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
| 33 ], | 38 ], |
| 34 'variables': { | 39 'variables': { |
| 35 'use_v4lplugin%': 0, | 40 'use_v4lplugin%': 0, |
| 36 'use_v4l2_codec%': 0, | 41 'use_v4l2_codec%': 0, |
| 37 'public_common_sources': [ | 42 'public_common_sources': [ |
| 38 'public/common/appcache_info.h', | 43 'public/common/appcache_info.h', |
| 44 'public/common/application_registry.h', |
| 39 'public/common/bindings_policy.h', | 45 'public/common/bindings_policy.h', |
| 40 'public/common/child_process_host.h', | 46 'public/common/child_process_host.h', |
| 41 'public/common/child_process_host_delegate.cc', | 47 'public/common/child_process_host_delegate.cc', |
| 42 'public/common/child_process_host_delegate.h', | 48 'public/common/child_process_host_delegate.h', |
| 43 'public/common/child_process_sandbox_support_linux.h', | 49 'public/common/child_process_sandbox_support_linux.h', |
| 44 'public/common/color_suggestion.cc', | 50 'public/common/color_suggestion.cc', |
| 45 'public/common/color_suggestion.h', | 51 'public/common/color_suggestion.h', |
| 46 'public/common/common_param_traits.cc', | 52 'public/common/common_param_traits.cc', |
| 47 'public/common/common_param_traits.h', | 53 'public/common/common_param_traits.h', |
| 48 'public/common/common_param_traits_macros.h', | 54 'public/common/common_param_traits_macros.h', |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 'public/common/send_zygote_child_ping_linux.h', | 134 'public/common/send_zygote_child_ping_linux.h', |
| 129 'public/common/service_registry.h', | 135 'public/common/service_registry.h', |
| 130 'public/common/signed_certificate_timestamp_id_and_status.cc', | 136 'public/common/signed_certificate_timestamp_id_and_status.cc', |
| 131 'public/common/signed_certificate_timestamp_id_and_status.h', | 137 'public/common/signed_certificate_timestamp_id_and_status.h', |
| 132 'public/common/speech_recognition_error.h', | 138 'public/common/speech_recognition_error.h', |
| 133 'public/common/speech_recognition_grammar.h', | 139 'public/common/speech_recognition_grammar.h', |
| 134 'public/common/speech_recognition_result.cc', | 140 'public/common/speech_recognition_result.cc', |
| 135 'public/common/speech_recognition_result.h', | 141 'public/common/speech_recognition_result.h', |
| 136 'public/common/ssl_status.cc', | 142 'public/common/ssl_status.cc', |
| 137 'public/common/ssl_status.h', | 143 'public/common/ssl_status.h', |
| 144 'public/common/static_mojo_application_loader.cc', |
| 145 'public/common/static_mojo_application_loader.h', |
| 138 'public/common/stop_find_action.h', | 146 'public/common/stop_find_action.h', |
| 139 'public/common/storage_quota_params.h', | 147 'public/common/storage_quota_params.h', |
| 140 'public/common/three_d_api_types.h', | 148 'public/common/three_d_api_types.h', |
| 141 'public/common/top_controls_state.h', | 149 'public/common/top_controls_state.h', |
| 142 'public/common/transition_element.h', | 150 'public/common/transition_element.h', |
| 143 'public/common/url_constants.cc', | 151 'public/common/url_constants.cc', |
| 144 'public/common/url_constants.h', | 152 'public/common/url_constants.h', |
| 145 'public/common/url_fetcher.h', | 153 'public/common/url_fetcher.h', |
| 146 'public/common/url_utils.cc', | 154 'public/common/url_utils.cc', |
| 147 'public/common/url_utils.h', | 155 'public/common/url_utils.h', |
| (...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1055 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1063 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 1056 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 1064 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
| 1057 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 1065 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
| 1058 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1066 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1059 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 1067 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
| 1060 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 1068 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
| 1061 ], | 1069 ], |
| 1062 }], | 1070 }], |
| 1063 ], | 1071 ], |
| 1064 } | 1072 } |
| OLD | NEW |