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

Side by Side Diff: blimp/client/core/public/BUILD.gn

Issue 2040813004: Add BlimpContents[,Observer] and BlimpNavigationController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git merge origin/master Created 4 years, 6 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("base") { 5 source_set("public") {
6 sources = [ 6 sources = [
7 "//ios/consumer/base/debugger.mm", 7 "blimp_contents.h",
8 "//ios/public/consumer/base/debugger.h", 8 "blimp_contents_observer.h",
9 "blimp_navigation_controller.h",
9 ] 10 ]
11
10 deps = [ 12 deps = [
11 "//base", 13 "//base",
14 "//url",
12 ] 15 ]
13 } 16 }
OLDNEW
« no previous file with comments | « blimp/client/core/blimp_navigation_controller_impl_unittest.cc ('k') | blimp/client/core/public/blimp_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698