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

Side by Side Diff: ios/shared/chrome/browser/tabs/BUILD.gn

Issue 2640093004: WebStateList is an array of web::WebState* wrappers. (Closed)
Patch Set: Fix leaks (caught by unit tests). Created 3 years, 11 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
(Empty)
1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 source_set("tabs") {
6 sources = [
7 "web_state_handle.h",
8 "web_state_list.h",
9 "web_state_list.mm",
10 ]
11 deps = [
12 "//base",
13 ]
14 libs = [ "Foundation.framework" ]
15 configs += [ "//build/config/compiler:enable_arc" ]
16 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/tabs/tab_model_unittest.mm ('k') | ios/shared/chrome/browser/tabs/web_state_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698