Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Side by Side Diff: content/content_common.gypi

Issue 1982423002: Get rid of LASTCHANGE.blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« build/util/lastchange.py ('K') | « build/util/lastchange.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 'sources!': [ 660 'sources!': [
661 'common/cursors/webcursor_ozone.cc', 661 'common/cursors/webcursor_ozone.cc',
662 'common/font_list_ozone.cc', 662 'common/font_list_ozone.cc',
663 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 663 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
664 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 664 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
665 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 665 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
666 ], 666 ],
667 }], 667 }],
668 ], 668 ],
669 } 669 }
OLDNEW
« build/util/lastchange.py ('K') | « build/util/lastchange.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698