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

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

Issue 1467803003: Get 'gn_all' building on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/ios/is_ios/ Created 5 years 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "image_store_unittest.cc", 100 "image_store_unittest.cc",
101 "item_position_unittest.cc", 101 "item_position_unittest.cc",
102 ] 102 ]
103 deps = [ 103 deps = [
104 ":test_support", 104 ":test_support",
105 "//base", 105 "//base",
106 "//components/bookmarks/browser", 106 "//components/bookmarks/browser",
107 "//components/bookmarks/test", 107 "//components/bookmarks/test",
108 "//components/enhanced_bookmarks/proto", 108 "//components/enhanced_bookmarks/proto",
109 "//sql", 109 "//sql",
110 "//ui/gfx",
110 ] 111 ]
111 } 112 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698