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

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

Issue 2708733003: WebStateListObserver methods have default implementation. (Closed)
Patch Set: Created 3 years, 10 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 2017 The Chromium Authors. All rights reserved. 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 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 source_set("tabs") { 5 source_set("tabs") {
6 sources = [ 6 sources = [
7 "web_state_list.h", 7 "web_state_list.h",
8 "web_state_list.mm", 8 "web_state_list.mm",
9 "web_state_list_fast_enumeration_helper.h", 9 "web_state_list_fast_enumeration_helper.h",
10 "web_state_list_fast_enumeration_helper.mm", 10 "web_state_list_fast_enumeration_helper.mm",
11 "web_state_list_metrics_observer.h", 11 "web_state_list_metrics_observer.h",
12 "web_state_list_metrics_observer.mm", 12 "web_state_list_metrics_observer.mm",
13 "web_state_list_observer.h", 13 "web_state_list_observer.h",
14 "web_state_list_observer.mm",
14 "web_state_list_observer_bridge.h", 15 "web_state_list_observer_bridge.h",
15 "web_state_list_observer_bridge.mm", 16 "web_state_list_observer_bridge.mm",
16 "web_state_list_order_controller.h", 17 "web_state_list_order_controller.h",
17 "web_state_list_order_controller.mm", 18 "web_state_list_order_controller.mm",
18 ] 19 ]
19 deps = [ 20 deps = [
20 "//base", 21 "//base",
21 "//ios/web", 22 "//ios/web",
22 "//ui/base", 23 "//ui/base",
23 ] 24 ]
(...skipping 12 matching lines...) Expand all
36 ":tabs", 37 ":tabs",
37 "//base", 38 "//base",
38 "//ios/web:test_support", 39 "//ios/web:test_support",
39 "//net", 40 "//net",
40 "//testing/gtest", 41 "//testing/gtest",
41 "//ui/base", 42 "//ui/base",
42 "//url", 43 "//url",
43 ] 44 ]
44 configs += [ "//build/config/compiler:enable_arc" ] 45 configs += [ "//build/config/compiler:enable_arc" ]
45 } 46 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/tabs/tab_parenting_observer.mm ('k') | ios/shared/chrome/browser/tabs/web_state_list_metrics_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698