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

Side by Side Diff: components/enhanced_bookmarks.gypi

Issue 1143153010: [Android] Add enhanced bookmarks grid/list view experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn fix 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.gyp ('k') | components/enhanced_bookmarks/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: //components/enhanced_bookmarks:enhanced_bookmarks 8 # GN: //components/enhanced_bookmarks:enhanced_bookmarks
9 'target_name': 'enhanced_bookmarks', 9 'target_name': 'enhanced_bookmarks',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'proto_in_dir': './enhanced_bookmarks/proto', 91 'proto_in_dir': './enhanced_bookmarks/proto',
92 'proto_out_dir': 'components/enhanced_bookmarks/proto', 92 'proto_out_dir': 'components/enhanced_bookmarks/proto',
93 }, 93 },
94 'includes': [ '../build/protoc.gypi' ], 94 'includes': [ '../build/protoc.gypi' ],
95 }, 95 },
96 ], 96 ],
97 'conditions' : [ 97 'conditions' : [
98 ['OS=="android"', { 98 ['OS=="android"', {
99 'targets': [ 99 'targets': [
100 { 100 {
101 # GN: //components/enhanced_bookmarks:enhanced_bookmarks_launch_locati on_srcjar 101 # GN: //components/enhanced_bookmarks:enhanced_bookmarks_java_enums_sr cjar
102 'target_name': 'enhanced_bookmarks_launch_location_srcjar', 102 'target_name': 'enhanced_bookmarks_java_enums_srcjar',
103 'type': 'none', 103 'type': 'none',
104 'variables': { 104 'variables': {
105 'source_file': 'enhanced_bookmarks/enhanced_bookmark_utils.h', 105 'source_file': 'enhanced_bookmarks/enhanced_bookmark_utils.h',
106 }, 106 },
107 'includes': [ '../build/android/java_cpp_enum.gypi' ], 107 'includes': [ '../build/android/java_cpp_enum.gypi' ],
108 }, 108 },
109 ], 109 ],
110 }, 110 },
111 ], 111 ],
112 ], 112 ],
113 } 113 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | components/enhanced_bookmarks/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698