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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
9 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
11 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 11 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
12 '../gpu/gpu.gyp:command_buffer_service', | 12 '../gpu/gpu.gyp:command_buffer_service', |
13 '../gpu/gpu.gyp:gles2_c_lib', | 13 '../gpu/gpu.gyp:gles2_c_lib', |
14 '../gpu/gpu.gyp:gles2_implementation', | 14 '../gpu/gpu.gyp:gles2_implementation', |
15 '../gpu/gpu.gyp:gpu', | 15 '../gpu/gpu.gyp:gpu', |
16 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 16 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
17 '../ipc/ipc.gyp:ipc', | 17 '../ipc/ipc.gyp:ipc', |
18 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', | 18 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', |
19 '../media/media.gyp:media', | 19 '../media/media.gyp:media', |
20 '../media/media.gyp:media_gpu', | 20 '../media/media.gyp:media_gpu', |
21 '../media/media.gyp:shared_memory_support', | 21 '../media/media.gyp:shared_memory_support', |
22 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_client', | 22 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_client', |
23 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_common', | 23 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_common', |
24 '../media/midi/midi.gyp:midi', | 24 '../media/midi/midi.gyp:midi', |
25 '../mojo/mojo_edk.gyp:mojo_system_impl', | 25 '../mojo/mojo_edk.gyp:mojo_system_impl', |
26 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 26 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
27 '../net/net.gyp:net', | 27 '../net/net.gyp:net', |
28 '../services/shell/shell.gyp:shell_public', | |
29 '../services/shell/shell.gyp:shell_runner_common_lib', | 28 '../services/shell/shell.gyp:shell_runner_common_lib', |
| 29 '../services/shell/shell_public.gyp:shell_public', |
30 '../skia/skia.gyp:skia', | 30 '../skia/skia.gyp:skia', |
31 '../storage/storage_common.gyp:storage_common', | 31 '../storage/storage_common.gyp:storage_common', |
32 '../third_party/WebKit/public/blink.gyp:blink', | 32 '../third_party/WebKit/public/blink.gyp:blink', |
33 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', | 33 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
34 '../third_party/boringssl/boringssl.gyp:boringssl', | 34 '../third_party/boringssl/boringssl.gyp:boringssl', |
35 '../third_party/icu/icu.gyp:icuuc', | 35 '../third_party/icu/icu.gyp:icuuc', |
36 '../ui/accessibility/accessibility.gyp:accessibility', | 36 '../ui/accessibility/accessibility.gyp:accessibility', |
37 '../ui/accessibility/accessibility.gyp:ax_gen', | 37 '../ui/accessibility/accessibility.gyp:ax_gen', |
38 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 38 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
39 '../ui/base/ui_base.gyp:ui_base', | 39 '../ui/base/ui_base.gyp:ui_base', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 'variables': { | 73 'variables': { |
74 'script': '<(DEPTH)/build/util/version.py', | 74 'script': '<(DEPTH)/build/util/version.py', |
75 'lastchange': '<(DEPTH)/build/util/LASTCHANGE.blink', | 75 'lastchange': '<(DEPTH)/build/util/LASTCHANGE.blink', |
76 'template': '<(DEPTH)/build/util/webkit_version.h.in', | 76 'template': '<(DEPTH)/build/util/webkit_version.h.in', |
77 }, | 77 }, |
78 }, | 78 }, |
79 ], | 79 ], |
80 'export_dependent_settings': [ | 80 'export_dependent_settings': [ |
81 '../base/base.gyp:base', | 81 '../base/base.gyp:base', |
82 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 82 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
83 '../services/shell/shell.gyp:shell_public', | 83 '../services/shell/shell_public.gyp:shell_public', |
84 # The public content API headers directly include Blink API headers, so we | 84 # The public content API headers directly include Blink API headers, so we |
85 # have to export the blink header settings so that relative paths in these | 85 # have to export the blink header settings so that relative paths in these |
86 # headers resolve correctly. | 86 # headers resolve correctly. |
87 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', | 87 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
88 '../ui/accessibility/accessibility.gyp:ax_gen', | 88 '../ui/accessibility/accessibility.gyp:ax_gen', |
89 ], | 89 ], |
90 'variables': { | 90 'variables': { |
91 'public_common_sources': [ | 91 'public_common_sources': [ |
92 'public/common/appcache_info.h', | 92 'public/common/appcache_info.h', |
93 'public/common/bindings_policy.h', | 93 'public/common/bindings_policy.h', |
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
664 'sources!': [ | 664 'sources!': [ |
665 'common/cursors/webcursor_ozone.cc', | 665 'common/cursors/webcursor_ozone.cc', |
666 'common/font_list_ozone.cc', | 666 'common/font_list_ozone.cc', |
667 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 667 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
668 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 668 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
669 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 669 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
670 ], | 670 ], |
671 }], | 671 }], |
672 ], | 672 ], |
673 } | 673 } |
OLD | NEW |