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 'target_name': 'sessions',
9 'type': '<(component)',
11 '../base/base.gyp:base',
12 '../content/content.gyp:content_browser',
13 '../skia/skia.gyp:skia',
14 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
15 '../url/url.gyp:url_lib',
21 'SESSIONS_IMPLEMENTATION',
24 'sessions/serialized_navigation_entry.cc',
25 'sessions/serialized_navigation_entry.h',
28 ['android_webview_build == 0', {
30 '../sync/sync.gyp:sync',
36 'target_name': 'sessions_test_support',
37 'type': 'static_library',
38 'defines!': ['SESSIONS_IMPLEMENTATION'],
40 '../skia/skia.gyp:skia',
41 '../testing/gtest.gyp:gtest',
47 'sessions/serialized_navigation_entry_test_helper.cc',
48 'sessions/serialized_navigation_entry_test_helper.h',
51 ['android_webview_build == 0', {
53 '../sync/sync.gyp:sync',