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 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 18 matching lines...) Expand all Loading... |
29 # The public content API headers directly include Blink API headers, so we | 29 # 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 | 30 # have to export the blink header settings so that relative paths in these |
31 # headers resolve correctly. | 31 # headers resolve correctly. |
32 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', | 32 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
33 ], | 33 ], |
34 'variables': { | 34 'variables': { |
35 'use_v4lplugin%': 0, | 35 'use_v4lplugin%': 0, |
36 'use_v4l2_codec%': 0, | 36 'use_v4l2_codec%': 0, |
37 'public_common_sources': [ | 37 'public_common_sources': [ |
38 'public/common/appcache_info.h', | 38 'public/common/appcache_info.h', |
| 39 'public/common/application_registry.h', |
39 'public/common/bindings_policy.h', | 40 'public/common/bindings_policy.h', |
40 'public/common/child_process_host.h', | 41 'public/common/child_process_host.h', |
41 'public/common/child_process_host_delegate.cc', | 42 'public/common/child_process_host_delegate.cc', |
42 'public/common/child_process_host_delegate.h', | 43 'public/common/child_process_host_delegate.h', |
43 'public/common/child_process_sandbox_support_linux.h', | 44 'public/common/child_process_sandbox_support_linux.h', |
44 'public/common/color_suggestion.cc', | 45 'public/common/color_suggestion.cc', |
45 'public/common/color_suggestion.h', | 46 'public/common/color_suggestion.h', |
46 'public/common/common_param_traits.cc', | 47 'public/common/common_param_traits.cc', |
47 'public/common/common_param_traits.h', | 48 'public/common/common_param_traits.h', |
48 'public/common/common_param_traits_macros.h', | 49 'public/common/common_param_traits_macros.h', |
(...skipping 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1055 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1056 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
1056 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 1057 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
1057 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 1058 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
1058 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1059 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1059 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 1060 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
1060 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 1061 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
1061 ], | 1062 ], |
1062 }], | 1063 }], |
1063 ], | 1064 ], |
1064 } | 1065 } |
OLD | NEW |