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

Side by Side Diff: webkit/common/user_agent/webkit_user_agent.gyp

Issue 15709006: Make webkit_user_agent a standalone gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix iOS Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « content/content_tests.gypi ('k') | webkit/common/user_agent/webkit_user_agent.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'user_agent', 8 'target_name': 'user_agent',
9 'type': '<(component)', 9 'type': '<(component)',
10 'defines': [ 10 'defines': [
11 'WEBKIT_USER_AGENT_IMPLEMENTATION', 11 'WEBKIT_USER_AGENT_IMPLEMENTATION',
12 ], 12 ],
13 'variables': {
14 'chromium_code': 1,
15 },
13 'dependencies': [ 16 'dependencies': [
14 '<(DEPTH)/base/base.gyp:base', 17 '<(DEPTH)/base/base.gyp:base',
15 '<(DEPTH)/base/base.gyp:base_i18n', 18 '<(DEPTH)/base/base.gyp:base_i18n',
16 ], 19 ],
17 'sources': [ 20 'sources': [
18 'user_agent.cc', 21 'user_agent.cc',
19 'user_agent.h', 22 'user_agent.h',
20 'user_agent_util.cc', 23 'user_agent_util.cc',
21 'user_agent_util_ios.mm', 24 'user_agent_util_ios.mm',
22 'user_agent_util.h', 25 'user_agent_util.h',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 ], 78 ],
76 }, 79 },
77 # Dependents may rely on files generated by this target or one of its 80 # Dependents may rely on files generated by this target or one of its
78 # own hard dependencies. 81 # own hard dependencies.
79 'hard_dependency': 1, 82 'hard_dependency': 1,
80 }, 83 },
81 ], 84 ],
82 }], 85 }],
83 ], 86 ],
84 } 87 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | webkit/common/user_agent/webkit_user_agent.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698