| 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', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 '../gpu/gpu.gyp:gl_in_process_context', | 23 '../gpu/gpu.gyp:gl_in_process_context', |
| 24 '../gpu/gpu.gyp:gpu', | 24 '../gpu/gpu.gyp:gpu', |
| 25 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 25 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
| 26 '../ipc/ipc.gyp:ipc', | 26 '../ipc/ipc.gyp:ipc', |
| 27 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', | 27 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', |
| 28 '../media/media.gyp:media', | 28 '../media/media.gyp:media', |
| 29 '../media/media.gyp:shared_memory_support', | 29 '../media/media.gyp:shared_memory_support', |
| 30 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_client', | 30 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_client', |
| 31 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_common', | 31 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_common', |
| 32 '../media/midi/midi.gyp:midi', | 32 '../media/midi/midi.gyp:midi', |
| 33 '../mojo/mojo_base.gyp:mojo_application_bindings', | |
| 34 '../mojo/mojo_edk.gyp:mojo_system_impl', | 33 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 35 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 34 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 36 '../mojo/mojo_shell.gyp:mojo_runner_common_lib', | |
| 37 '../net/net.gyp:net', | 35 '../net/net.gyp:net', |
| 36 '../services/shell/shell.gyp:shell_public', |
| 37 '../services/shell/shell.gyp:shell_runner_common_lib', |
| 38 '../skia/skia.gyp:skia', | 38 '../skia/skia.gyp:skia', |
| 39 '../storage/storage_common.gyp:storage_common', | 39 '../storage/storage_common.gyp:storage_common', |
| 40 '../third_party/WebKit/public/blink.gyp:blink', | 40 '../third_party/WebKit/public/blink.gyp:blink', |
| 41 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', | 41 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
| 42 '../third_party/boringssl/boringssl.gyp:boringssl', | 42 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 43 '../third_party/icu/icu.gyp:icuuc', | 43 '../third_party/icu/icu.gyp:icuuc', |
| 44 '../ui/accessibility/accessibility.gyp:accessibility', | 44 '../ui/accessibility/accessibility.gyp:accessibility', |
| 45 '../ui/accessibility/accessibility.gyp:ax_gen', | 45 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 46 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 46 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 47 '../ui/base/ui_base.gyp:ui_base', | 47 '../ui/base/ui_base.gyp:ui_base', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 ], | 79 ], |
| 80 'variables': { | 80 'variables': { |
| 81 'script': '<(DEPTH)/build/util/version.py', | 81 'script': '<(DEPTH)/build/util/version.py', |
| 82 'lastchange': '<(DEPTH)/build/util/LASTCHANGE.blink', | 82 'lastchange': '<(DEPTH)/build/util/LASTCHANGE.blink', |
| 83 'template': '<(DEPTH)/build/util/webkit_version.h.in', | 83 'template': '<(DEPTH)/build/util/webkit_version.h.in', |
| 84 }, | 84 }, |
| 85 }, | 85 }, |
| 86 ], | 86 ], |
| 87 'export_dependent_settings': [ | 87 'export_dependent_settings': [ |
| 88 '../base/base.gyp:base', | 88 '../base/base.gyp:base', |
| 89 '../mojo/mojo_base.gyp:mojo_application_bindings', | |
| 90 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 89 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 90 '../services/shell/shell.gyp:shell_public', |
| 91 # The public content API headers directly include Blink API headers, so we | 91 # The public content API headers directly include Blink API headers, so we |
| 92 # have to export the blink header settings so that relative paths in these | 92 # have to export the blink header settings so that relative paths in these |
| 93 # headers resolve correctly. | 93 # headers resolve correctly. |
| 94 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', | 94 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
| 95 '../ui/accessibility/accessibility.gyp:ax_gen', | 95 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 96 ], | 96 ], |
| 97 'variables': { | 97 'variables': { |
| 98 'use_v4lplugin%': 0, | 98 'use_v4lplugin%': 0, |
| 99 'use_v4l2_codec%': 0, | 99 'use_v4l2_codec%': 0, |
| 100 'public_common_sources': [ | 100 'public_common_sources': [ |
| (...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1002 'sources!': [ | 1002 'sources!': [ |
| 1003 'common/cursors/webcursor_ozone.cc', | 1003 'common/cursors/webcursor_ozone.cc', |
| 1004 'common/font_list_ozone.cc', | 1004 'common/font_list_ozone.cc', |
| 1005 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1005 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1006 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1006 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 1007 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1007 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 1008 ], | 1008 ], |
| 1009 }], | 1009 }], |
| 1010 ], | 1010 ], |
| 1011 } | 1011 } |
| OLD | NEW |