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

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

Issue 2320923002: Add a full Blimp integration test. (Closed)
Patch Set: Fix build break with chrome embedder Created 4 years, 3 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 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 import("//blimp/client/core/config.gni") 10 import("//blimp/client/core/config.gni")
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 ] 77 ]
78 78
79 deps = [ 79 deps = [
80 ":context", 80 ":context",
81 "//blimp/client/core/compositor:unit_tests", 81 "//blimp/client/core/compositor:unit_tests",
82 "//blimp/client/core/contents:unit_tests", 82 "//blimp/client/core/contents:unit_tests",
83 "//blimp/client/core/geolocation:unit_tests", 83 "//blimp/client/core/geolocation:unit_tests",
84 "//blimp/client/core/render_widget:unit_tests", 84 "//blimp/client/core/render_widget:unit_tests",
85 "//blimp/client/core/session:unit_tests", 85 "//blimp/client/core/session:unit_tests",
86 "//blimp/client/public:public_headers", 86 "//blimp/client/public:public_headers",
87 "//blimp/client/support:test_support",
88 "//blimp/client/test", 87 "//blimp/client/test",
89 "//testing/gmock", 88 "//testing/gmock",
90 "//testing/gtest", 89 "//testing/gtest",
91 ] 90 ]
92 } 91 }
93 92
94 source_set("context") { 93 source_set("context") {
95 sources = [ 94 sources = [
96 "blimp_client_context_impl.cc", 95 "blimp_client_context_impl.cc",
97 "blimp_client_context_impl.h", 96 "blimp_client_context_impl.h",
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 generate_jni("dummy_core_jni_headers") { 232 generate_jni("dummy_core_jni_headers") {
234 visibility = [ ":*" ] 233 visibility = [ ":*" ]
235 234
236 sources = [ 235 sources = [
237 "android/java/src/org/chromium/blimp/core/DummyBlimpClientContext.java", 236 "android/java/src/org/chromium/blimp/core/DummyBlimpClientContext.java",
238 ] 237 ]
239 238
240 jni_package = "blimp/client/core" 239 jni_package = "blimp/client/core"
241 } 240 }
242 } 241 }
OLDNEW
« no previous file with comments | « blimp/client/app/compositor/browser_compositor.cc ('k') | blimp/client/core/blimp_client_context_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698