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

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

Issue 2161223003: Adds GeolocationFeature for Blimp Geolocation project. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@engine_feature_prep
Patch Set: 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 ":client", 118 ":client",
119 "//base", 119 "//base",
120 "//base/test:test_support", 120 "//base/test:test_support",
121 "//testing/gmock", 121 "//testing/gmock",
122 "//testing/gtest", 122 "//testing/gtest",
123 ] 123 ]
124 } 124 }
125 125
126 source_set("feature") { 126 source_set("feature") {
127 sources = [ 127 sources = [
128 "feature/geolocation_feature.cc",
129 "feature/geolocation_feature.h",
128 "feature/ime_feature.cc", 130 "feature/ime_feature.cc",
129 "feature/ime_feature.h", 131 "feature/ime_feature.h",
130 "feature/navigation_feature.cc", 132 "feature/navigation_feature.cc",
131 "feature/navigation_feature.h", 133 "feature/navigation_feature.h",
132 "feature/render_widget_feature.cc", 134 "feature/render_widget_feature.cc",
133 "feature/render_widget_feature.h", 135 "feature/render_widget_feature.h",
134 "feature/settings_feature.cc", 136 "feature/settings_feature.cc",
135 "feature/settings_feature.h", 137 "feature/settings_feature.h",
136 "feature/tab_control_feature.cc", 138 "feature/tab_control_feature.cc",
137 "feature/tab_control_feature.h", 139 "feature/tab_control_feature.h",
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 instrumentation_test_apk("blimp_test_apk") { 528 instrumentation_test_apk("blimp_test_apk") {
527 apk_name = "BlimpTest" 529 apk_name = "BlimpTest"
528 apk_under_test = ":blimp_apk" 530 apk_under_test = ":blimp_apk"
529 android_manifest = blimp_test_apk_manifest 531 android_manifest = blimp_test_apk_manifest
530 android_manifest_dep = ":blimp_test_apk_manifest" 532 android_manifest_dep = ":blimp_test_apk_manifest"
531 deps = [ 533 deps = [
532 ":blimp_test_java", 534 ":blimp_test_java",
533 ] 535 ]
534 } 536 }
535 } 537 }
OLDNEW
« no previous file with comments | « no previous file | blimp/client/feature/geolocation_feature.h » ('j') | blimp/client/feature/geolocation_feature.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698