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

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

Issue 2349073002: Blimp Settings framework on the c++ side (Closed)
Patch Set: nits and sync to head Created 4 years, 1 month 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
« no previous file with comments | « blimp/client/core/switches/blimp_client_switches.cc ('k') | blimp/client/public/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 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 # Only //chrome should ever depend on this. Code in //blimp/client/* should 10 # Only //chrome should ever depend on this. Code in //blimp/client/* should
(...skipping 28 matching lines...) Expand all
39 "contents/blimp_contents_view.h", 39 "contents/blimp_contents_view.h",
40 "contents/blimp_navigation_controller.h", 40 "contents/blimp_navigation_controller.h",
41 "session/assignment.cc", 41 "session/assignment.cc",
42 "session/assignment.h", 42 "session/assignment.h",
43 ] 43 ]
44 44
45 public_deps = [ 45 public_deps = [
46 "//base", 46 "//base",
47 "//cc/surfaces:surface_id", 47 "//cc/surfaces:surface_id",
48 "//components/keyed_service/core", 48 "//components/keyed_service/core",
49 "//components/prefs:prefs",
49 "//net", 50 "//net",
50 "//ui/gfx:native_widget_types", 51 "//ui/gfx:native_widget_types",
51 "//url", 52 "//url",
52 ] 53 ]
53 54
54 if (is_android) { 55 if (is_android) {
55 sources += [ "android/blimp_jni_registrar.h" ] 56 sources += [ "android/blimp_jni_registrar.h" ]
56 } 57 }
57 } 58 }
58 59
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 } 98 }
98 99
99 java_cpp_enum("public_headers_java_enums_srcjar") { 100 java_cpp_enum("public_headers_java_enums_srcjar") {
100 visibility = [ ":*" ] 101 visibility = [ ":*" ]
101 102
102 sources = [ 103 sources = [
103 "session/assignment.h", 104 "session/assignment.h",
104 ] 105 ]
105 } 106 }
106 } 107 }
OLDNEW
« no previous file with comments | « blimp/client/core/switches/blimp_client_switches.cc ('k') | blimp/client/public/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698