| 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 28 matching lines...) Expand all Loading... |
| 39 '../ui/accessibility/accessibility.gyp:ax_gen', | 39 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 40 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 40 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 41 '../ui/base/ui_base.gyp:ui_base', | 41 '../ui/base/ui_base.gyp:ui_base', |
| 42 '../ui/events/events.gyp:events_ipc', | 42 '../ui/events/events.gyp:events_ipc', |
| 43 '../ui/gfx/gfx.gyp:gfx', | 43 '../ui/gfx/gfx.gyp:gfx', |
| 44 '../ui/gfx/gfx.gyp:gfx_geometry', | 44 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 45 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 45 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
| 46 '../ui/gl/gl.gyp:gl', | 46 '../ui/gl/gl.gyp:gl', |
| 47 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 47 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
| 48 '../url/url.gyp:url_lib', | 48 '../url/url.gyp:url_lib', |
| 49 '../url/ipc/url_ipc.gyp:url_ipc', | |
| 50 'content.gyp:common_features', | 49 'content.gyp:common_features', |
| 51 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', | 50 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
| 52 ], | 51 ], |
| 53 'include_dirs': [ | 52 'include_dirs': [ |
| 54 '..', | 53 '..', |
| 55 ], | 54 ], |
| 56 'actions': [ | 55 'actions': [ |
| 57 { | 56 { |
| 58 'action_name': 'generate_webkit_version', | 57 'action_name': 'generate_webkit_version', |
| 59 'inputs': [ | 58 'inputs': [ |
| (...skipping 1038 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1098 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1097 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 1099 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', | 1098 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', |
| 1100 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', | 1099 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', |
| 1101 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1100 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1102 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1101 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 1103 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1102 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 1104 ], | 1103 ], |
| 1105 }], | 1104 }], |
| 1106 ], | 1105 ], |
| 1107 } | 1106 } |
| OLD | NEW |