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

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

Issue 1247033009: Clean up Enhanced Bookmark's data acquiring logic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@icon_eb
Patch Set: Add correct files to git commits Created 5 years, 4 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 } 56 }
57 } 57 }
58 58
59 if (is_android) { 59 if (is_android) {
60 # GYP: //components/enhanced_bookmarks.gypi:enhanced_bookmarks_java_enums_srcj ar 60 # GYP: //components/enhanced_bookmarks.gypi:enhanced_bookmarks_java_enums_srcj ar
61 java_cpp_enum("enhanced_bookmarks_java_enums_srcjar") { 61 java_cpp_enum("enhanced_bookmarks_java_enums_srcjar") {
62 sources = [ 62 sources = [
63 "enhanced_bookmark_utils.h", 63 "enhanced_bookmark_utils.h",
64 ] 64 ]
65 outputs = [ 65 outputs = [
66 "org/chromium/chrome/browser/enhanced_bookmarks/LaunchLocation.java", 66 "org/chromium/chrome/browser/enhancedbookmarks/LaunchLocation.java",
67 ] 67 ]
68 } 68 }
69 } 69 }
70 70
71 # GYP: //components/enhanced_bookmarks.gypi:enhanced_bookmarks_test_support 71 # GYP: //components/enhanced_bookmarks.gypi:enhanced_bookmarks_test_support
72 source_set("test_support") { 72 source_set("test_support") {
73 testonly = true 73 testonly = true
74 sources = [ 74 sources = [
75 "test_image_store.cc", 75 "test_image_store.cc",
76 "test_image_store.h", 76 "test_image_store.h",
77 ] 77 ]
78 78
79 deps = [ 79 deps = [
80 ":enhanced_bookmarks", 80 ":enhanced_bookmarks",
81 "//skia", 81 "//skia",
82 "//testing/gtest", 82 "//testing/gtest",
83 ] 83 ]
84 } 84 }
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