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

Side by Side Diff: components/enhanced_bookmarks/BUILD.gn

Issue 923653002: Upstream Enhanced Bookmark Model (2nd Trial) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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_browser.gypi ('k') | components/enhanced_bookmarks/enhanced_bookmark_utils.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 if (is_android) { 5 if (is_android) {
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 import("//build/config/android/rules.gni") 7 import("//build/config/android/rules.gni")
8 } 8 }
9 9
10 # GYP: //components/enhanced_bookmarks.gypi:enhanced_bookmarks 10 # GYP: //components/enhanced_bookmarks.gypi:enhanced_bookmarks
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 } 54 }
55 } 55 }
56 56
57 if (is_android) { 57 if (is_android) {
58 # GYP: //components/enhanced_bookmarks.gypi:enhanced_bookmarks_launch_location _srcjar 58 # GYP: //components/enhanced_bookmarks.gypi:enhanced_bookmarks_launch_location _srcjar
59 java_cpp_enum("enhanced_bookmarks_launch_location_srcjar") { 59 java_cpp_enum("enhanced_bookmarks_launch_location_srcjar") {
60 sources = [ 60 sources = [
61 "enhanced_bookmark_utils.h", 61 "enhanced_bookmark_utils.h",
62 ] 62 ]
63 outputs = [ 63 outputs = [
64 "org/chromium/chrome/browser/enhancedbookmark/LaunchLocation.java", 64 "org/chromium/chrome/browser/enhanced_bookmarks/LaunchLocation.java",
65 ] 65 ]
66 } 66 }
67 } 67 }
68 68
69 # GYP: //components/enhanced_bookmarks.gypi:enhanced_bookmarks_test_support 69 # GYP: //components/enhanced_bookmarks.gypi:enhanced_bookmarks_test_support
70 source_set("test_support") { 70 source_set("test_support") {
71 testonly = true 71 testonly = true
72 sources = [ 72 sources = [
73 "test_image_store.cc", 73 "test_image_store.cc",
74 "test_image_store.h", 74 "test_image_store.h",
75 ] 75 ]
76 76
77 deps = [ 77 deps = [
78 ":enhanced_bookmarks", 78 ":enhanced_bookmarks",
79 "//skia", 79 "//skia",
80 "//testing/gtest", 80 "//testing/gtest",
81 ] 81 ]
82 } 82 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/enhanced_bookmarks/enhanced_bookmark_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698