| 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 '../cc/ipc/cc_ipc.gyp:cc_ipc', | 9 '../cc/ipc/cc_ipc.gyp:cc_ipc', |
| 10 '../components/tracing.gyp:tracing', | 10 '../components/tracing.gyp:tracing', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 '<(SHARED_INTERMEDIATE_DIR)/build/util/webkit_version.h', | 68 '<(SHARED_INTERMEDIATE_DIR)/build/util/webkit_version.h', |
| 69 ], | 69 ], |
| 70 'action': ['python', | 70 'action': ['python', |
| 71 '<(script)', | 71 '<(script)', |
| 72 '-f', '<(lastchange)', | 72 '-f', '<(lastchange)', |
| 73 '<(template)', | 73 '<(template)', |
| 74 '<@(_outputs)', | 74 '<@(_outputs)', |
| 75 ], | 75 ], |
| 76 'variables': { | 76 'variables': { |
| 77 'script': '<(DEPTH)/build/util/version.py', | 77 'script': '<(DEPTH)/build/util/version.py', |
| 78 'lastchange': '<(DEPTH)/build/util/LASTCHANGE.blink', | 78 'lastchange': '<(DEPTH)/build/util/LASTCHANGE', |
| 79 'template': '<(DEPTH)/build/util/webkit_version.h.in', | 79 'template': '<(DEPTH)/build/util/webkit_version.h.in', |
| 80 }, | 80 }, |
| 81 }, | 81 }, |
| 82 ], | 82 ], |
| 83 'export_dependent_settings': [ | 83 'export_dependent_settings': [ |
| 84 '../base/base.gyp:base', | 84 '../base/base.gyp:base', |
| 85 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 85 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 86 '../services/shell/shell_public.gyp:shell_public', | 86 '../services/shell/shell_public.gyp:shell_public', |
| 87 # The public content API headers directly include Blink API headers, so we | 87 # The public content API headers directly include Blink API headers, so we |
| 88 # have to export the blink header settings so that relative paths in these | 88 # have to export the blink header settings so that relative paths in these |
| (...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 658 'sources!': [ | 658 'sources!': [ |
| 659 'common/cursors/webcursor_ozone.cc', | 659 'common/cursors/webcursor_ozone.cc', |
| 660 'common/font_list_ozone.cc', | 660 'common/font_list_ozone.cc', |
| 661 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 661 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 662 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 662 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 663 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 663 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 664 ], | 664 ], |
| 665 }], | 665 }], |
| 666 ], | 666 ], |
| 667 } | 667 } |
| OLD | NEW |