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

Side by Side Diff: components/bookmarks.gypi

Issue 1192583002: Revert of views: Move TOOLKIT_VIEWS definition in //ui/views/ from root. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/bookmarks/browser/BUILD.gn » ('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 # GN version: //components/bookmarks/browser 8 # GN version: //components/bookmarks/browser
9 'target_name': 'bookmarks_browser', 9 'target_name': 'bookmarks_browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'bookmarks_jni_headers', 71 'bookmarks_jni_headers',
72 ], 72 ],
73 'sources' : [ 73 'sources' : [
74 'bookmarks/common/android/bookmark_id.cc', 74 'bookmarks/common/android/bookmark_id.cc',
75 'bookmarks/common/android/bookmark_id.h', 75 'bookmarks/common/android/bookmark_id.h',
76 'bookmarks/common/android/bookmark_type_list.h', 76 'bookmarks/common/android/bookmark_type_list.h',
77 'bookmarks/common/android/component_jni_registrar.cc', 77 'bookmarks/common/android/component_jni_registrar.cc',
78 'bookmarks/common/android/component_jni_registrar.h', 78 'bookmarks/common/android/component_jni_registrar.h',
79 ], 79 ],
80 }], 80 }],
81 ['toolkit_views==1', {
82 'dependencies': [
83 '<(DEPTH)/ui/views/views.gyp:views',
84 ],
85 }],
86 ], 81 ],
87 }, 82 },
88 { 83 {
89 # GN version: //components/bookmarks/common 84 # GN version: //components/bookmarks/common
90 'target_name': 'bookmarks_common', 85 'target_name': 'bookmarks_common',
91 'type': 'static_library', 86 'type': 'static_library',
92 'include_dirs': [ 87 'include_dirs': [
93 '..', 88 '..',
94 ], 89 ],
95 'dependencies': [ 90 'dependencies': [
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'type': 'none', 178 'type': 'none',
184 'variables': { 179 'variables': {
185 'source_file': 'bookmarks/common/android/bookmark_type.h', 180 'source_file': 'bookmarks/common/android/bookmark_type.h',
186 }, 181 },
187 'includes': [ '../build/android/java_cpp_enum.gypi' ], 182 'includes': [ '../build/android/java_cpp_enum.gypi' ],
188 }, 183 },
189 ], 184 ],
190 }] 185 }]
191 ], 186 ],
192 } 187 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/bookmarks/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698