1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
8 'target_name': 'user_agent',
9 'type': '<(component)',
11 'WEBKIT_USER_AGENT_IMPLEMENTATION',
17 '<(DEPTH)/base/base.gyp:base',
18 '<(DEPTH)/base/base.gyp:base_i18n',
19 '<(DEPTH)/url/url.gyp:url_lib',
25 'user_agent_util_ios.mm',
27 'webkit_user_agent_export.h',
31 # iOS has different user-agent construction utilities, since the
32 # version strings is not derived from webkit_version, and follows
40 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
50 'target_name': 'webkit_version',
54 'action_name': 'webkit_version',
61 '<(SHARED_INTERMEDIATE_DIR)/webkit_version.h',
65 '-f', '<(lastchange)',
70 'script': '<(DEPTH)/chrome/tools/build/version.py',
71 'lastchange': '<(DEPTH)/build/util/LASTCHANGE.blink',
72 'template': '<(DEPTH)/webkit/build/webkit_version.h.in',
76 'direct_dependent_settings': {
78 '<(SHARED_INTERMEDIATE_DIR)',
81 # Dependents may rely on files generated by this target or one of its
82 # own hard dependencies.