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

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

Issue 2419793005: [Sync] Fix test support targets + duplicate namespaces. (Closed)
Patch Set: Fix ChromeOS. Created 4 years, 2 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 "//components/image_fetcher", 140 "//components/image_fetcher",
141 "//components/leveldb_proto:test_support", 141 "//components/leveldb_proto:test_support",
142 "//components/ntp_snippets/remote/proto", 142 "//components/ntp_snippets/remote/proto",
143 "//components/offline_pages", 143 "//components/offline_pages",
144 "//components/offline_pages:test_support", 144 "//components/offline_pages:test_support",
145 "//components/sessions", 145 "//components/sessions",
146 "//components/sessions:test_support", 146 "//components/sessions:test_support",
147 "//components/signin/core/browser:test_support", 147 "//components/signin/core/browser:test_support",
148 "//components/signin/core/common", 148 "//components/signin/core/common",
149 "//components/strings", 149 "//components/strings",
150 "//components/sync:test_support_sync_driver", 150 "//components/sync:test_support_driver",
151 "//components/sync_sessions", 151 "//components/sync_sessions",
152 "//components/variations", 152 "//components/variations",
153 "//net:test_support", 153 "//net:test_support",
154 "//testing/gtest", 154 "//testing/gtest",
155 "//third_party/icu/", 155 "//third_party/icu/",
156 "//ui/gfx:test_support", 156 "//ui/gfx:test_support",
157 ] 157 ]
158 } 158 }
OLDNEW
« no previous file with comments | « components/history/core/browser/BUILD.gn ('k') | components/password_manager/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698