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

Side by Side Diff: components/visitedlink.gypi

Issue 15421002: Roll DEPS for googleurl. Second try. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chrome_frame_ie fix 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 | « components/sessions.gypi ('k') | content/content_common.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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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': 'visitedlink_common', 8 'target_name': 'visitedlink_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
11 '../base/base.gyp:base', 11 '../base/base.gyp:base',
12 '../content/content.gyp:content_common', 12 '../content/content.gyp:content_common',
13 '../build/temp_gyp/googleurl.gyp:googleurl',
14 '../ipc/ipc.gyp:ipc', 13 '../ipc/ipc.gyp:ipc',
14 '../url/url.gyp:url_lib',
15 ], 15 ],
16 'sources': [ 16 'sources': [
17 'visitedlink/common/visitedlink_common.cc', 17 'visitedlink/common/visitedlink_common.cc',
18 'visitedlink/common/visitedlink_common.h', 18 'visitedlink/common/visitedlink_common.h',
19 'visitedlink/common/visitedlink_message_generator.cc', 19 'visitedlink/common/visitedlink_message_generator.cc',
20 'visitedlink/common/visitedlink_message_generator.h', 20 'visitedlink/common/visitedlink_message_generator.h',
21 'visitedlink/common/visitedlink_messages.h', 21 'visitedlink/common/visitedlink_messages.h',
22 ], 22 ],
23 }, 23 },
24 { 24 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 ], 57 ],
58 'sources': [ 58 'sources': [
59 'visitedlink/renderer/visitedlink_slave.cc', 59 'visitedlink/renderer/visitedlink_slave.cc',
60 'visitedlink/renderer/visitedlink_slave.h', 60 'visitedlink/renderer/visitedlink_slave.h',
61 ], 61 ],
62 }, 62 },
63 ], 63 ],
64 }], 64 }],
65 ], 65 ],
66 } 66 }
OLDNEW
« no previous file with comments | « components/sessions.gypi ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698