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
3 # found in the LICENSE file.
8 # GN version: //components/sessions
9 'target_name': 'sessions',
10 'type': '<(component)',
12 '../base/base.gyp:base',
13 '../content/content.gyp:content_browser',
14 '../skia/skia.gyp:skia',
15 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
16 '../url/url.gyp:url_lib',
22 'SESSIONS_IMPLEMENTATION',
25 # Note: sources list duplicated in GN build.
26 'sessions/serialized_navigation_entry.cc',
27 'sessions/serialized_navigation_entry.h',
28 'sessions/session_id.cc',
29 'sessions/session_id.h',
32 ['android_webview_build == 0', {
34 '../sync/sync.gyp:sync',
40 # GN version: //components/sessions:test_support
41 'target_name': 'sessions_test_support',
42 'type': 'static_library',
43 'defines!': ['SESSIONS_IMPLEMENTATION'],
45 '../skia/skia.gyp:skia',
46 '../testing/gtest.gyp:gtest',
52 # Note: sources list duplicated in GN build.
53 'sessions/serialized_navigation_entry_test_helper.cc',
54 'sessions/serialized_navigation_entry_test_helper.h',
57 ['android_webview_build == 0', {
59 '../sync/sync.gyp:sync',