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

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

Issue 2157133003: Move blimp AssignmentSource to core (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-blimp-client-switches-to-core
Patch Set: Fix gn checks Created 4 years, 5 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
« no previous file with comments | « blimp/client/app/linux/blimp_main.cc ('k') | blimp/client/core/session/BUILD.gn » ('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 declare_args() { 10 declare_args() {
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 98
99 sources = [ 99 sources = [
100 "blimp_client_context_impl_unittest.cc", 100 "blimp_client_context_impl_unittest.cc",
101 "blimp_contents_impl_unittest.cc", 101 "blimp_contents_impl_unittest.cc",
102 "blimp_navigation_controller_impl_unittest.cc", 102 "blimp_navigation_controller_impl_unittest.cc",
103 ] 103 ]
104 104
105 deps = [ 105 deps = [
106 ":core", 106 ":core",
107 "//base", 107 "//base",
108 "//blimp/client/core/session:unit_tests",
108 "//blimp/client/public:public_headers", 109 "//blimp/client/public:public_headers",
109 "//blimp/client/test", 110 "//blimp/client/test",
110 "//testing/gtest", 111 "//testing/gtest",
111 "//url", 112 "//url",
112 ] 113 ]
113 } 114 }
114 115
115 source_set("switches") { 116 source_set("switches") {
116 visibility = [ 117 visibility = [
117 "//blimp/client/*", 118 "//blimp/client/*",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 generate_jni("dummy_core_jni_headers") { 190 generate_jni("dummy_core_jni_headers") {
190 visibility = [ ":*" ] 191 visibility = [ ":*" ]
191 192
192 sources = [ 193 sources = [
193 "android/java/src/org/chromium/blimp/core/DummyBlimpClientContext.java", 194 "android/java/src/org/chromium/blimp/core/DummyBlimpClientContext.java",
194 ] 195 ]
195 196
196 jni_package = "blimp/client/core" 197 jni_package = "blimp/client/core"
197 } 198 }
198 } 199 }
OLDNEW
« no previous file with comments | « blimp/client/app/linux/blimp_main.cc ('k') | blimp/client/core/session/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698