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

Side by Side Diff: components/bookmarks.gypi

Issue 319543003: Create the managed_node at the ChromeBookmarkClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | « chrome/chrome_tests_unit.gypi ('k') | components/bookmarks/test/mock_bookmark_model_observer.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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': 'bookmarks_browser', 8 'target_name': 'bookmarks_browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 ], 75 ],
76 }, 76 },
77 { 77 {
78 'target_name': 'bookmarks_test_support', 78 'target_name': 'bookmarks_test_support',
79 'type': 'static_library', 79 'type': 'static_library',
80 'include_dirs': [ 80 'include_dirs': [
81 '..', 81 '..',
82 ], 82 ],
83 'dependencies': [ 83 'dependencies': [
84 '../base/base.gyp:base', 84 '../base/base.gyp:base',
85 '../testing/gmock.gyp:gmock',
85 '../ui/events/platform/events_platform.gyp:events_platform', 86 '../ui/events/platform/events_platform.gyp:events_platform',
86 '../url/url.gyp:url_lib', 87 '../url/url.gyp:url_lib',
87 'bookmarks_browser', 88 'bookmarks_browser',
88 ], 89 ],
89 'sources': [ 90 'sources': [
90 'bookmarks/test/bookmark_test_helpers.cc', 91 'bookmarks/test/bookmark_test_helpers.cc',
91 'bookmarks/test/bookmark_test_helpers.h', 92 'bookmarks/test/bookmark_test_helpers.h',
93 'bookmarks/test/mock_bookmark_model_observer.cc',
94 'bookmarks/test/mock_bookmark_model_observer.h',
92 'bookmarks/test/test_bookmark_client.cc', 95 'bookmarks/test/test_bookmark_client.cc',
93 'bookmarks/test/test_bookmark_client.h', 96 'bookmarks/test/test_bookmark_client.h',
94 ], 97 ],
95 'conditions': [ 98 'conditions': [
96 ['use_x11==1', { 99 ['use_x11==1', {
97 'dependencies': [ 100 'dependencies': [
98 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platfo rm', 101 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platfo rm',
99 ], 102 ],
100 }], 103 }],
101 ], 104 ],
102 }, 105 },
103 ], 106 ],
104 } 107 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/bookmarks/test/mock_bookmark_model_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698