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

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

Issue 1546143002: Switch to standard integer types in components/, part 1 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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
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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 # GYP: //components/enhanced_bookmarks.gypi:enhanced_bookmarks_test_support 78 # GYP: //components/enhanced_bookmarks.gypi:enhanced_bookmarks_test_support
79 source_set("test_support") { 79 source_set("test_support") {
80 testonly = true 80 testonly = true
81 sources = [ 81 sources = [
82 "test_image_store.cc", 82 "test_image_store.cc",
83 "test_image_store.h", 83 "test_image_store.h",
84 ] 84 ]
85 85
86 public_deps = [ 86 public_deps = [
87 ":enhanced_bookmarks", 87 ":enhanced_bookmarks",
88 "//base",
88 "//skia", 89 "//skia",
89 "//testing/gtest", 90 "//testing/gtest",
90 "//ui/gfx/geometry", 91 "//ui/gfx/geometry",
91 "//url", 92 "//url",
92 ] 93 ]
93 } 94 }
94 95
95 source_set("unit_tests") { 96 source_set("unit_tests") {
96 testonly = true 97 testonly = true
97 sources = [ 98 sources = [
98 "enhanced_bookmark_model_unittest.cc", 99 "enhanced_bookmark_model_unittest.cc",
99 "image_store_ios_unittest.mm", 100 "image_store_ios_unittest.mm",
100 "image_store_unittest.cc", 101 "image_store_unittest.cc",
101 "item_position_unittest.cc", 102 "item_position_unittest.cc",
102 ] 103 ]
103 deps = [ 104 deps = [
104 ":test_support", 105 ":test_support",
105 "//base", 106 "//base",
106 "//components/bookmarks/browser", 107 "//components/bookmarks/browser",
107 "//components/bookmarks/test", 108 "//components/bookmarks/test",
108 "//components/enhanced_bookmarks/proto", 109 "//components/enhanced_bookmarks/proto",
109 "//sql", 110 "//sql",
110 "//ui/gfx", 111 "//ui/gfx",
111 ] 112 ]
112 } 113 }
OLDNEW
« no previous file with comments | « components/drive/sync_client.cc ('k') | components/enhanced_bookmarks/bookmark_server_cluster_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698