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

Side by Side Diff: content/shell/BUILD.gn

Issue 2192683003: Revert of Reland: Geolocation: move from content/browser to device/ (patchset #2 id:20001 of https:… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2810
Patch Set: Created 4 years, 4 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 | « content/public/test/content_test_suite_base.cc ('k') | content/shell/android/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/win/console_app.gni") 8 import("//build/config/win/console_app.gni")
9 import("//build/config/win/manifest.gni") 9 import("//build/config/win/manifest.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "//components/web_cache/renderer", 228 "//components/web_cache/renderer",
229 "//content:resources", 229 "//content:resources",
230 "//content/app/resources", 230 "//content/app/resources",
231 "//content/app/strings", 231 "//content/app/strings",
232 "//content/gpu", 232 "//content/gpu",
233 "//content/test:content_test_mojo_bindings", 233 "//content/test:content_test_mojo_bindings",
234 "//content/test:layouttest_support", 234 "//content/test:layouttest_support",
235 "//content/test:test_support", 235 "//content/test:test_support",
236 "//device/bluetooth", 236 "//device/bluetooth",
237 "//device/bluetooth:mocks", 237 "//device/bluetooth:mocks",
238 "//device/geolocation:device_geolocation",
239 "//gin", 238 "//gin",
240 "//gpu", 239 "//gpu",
241 "//ipc", 240 "//ipc",
242 "//media", 241 "//media",
243 "//net", 242 "//net",
244 "//net:net_resources", 243 "//net:net_resources",
245 "//sandbox", 244 "//sandbox",
246 "//services/shell/public/cpp", 245 "//services/shell/public/cpp",
247 "//skia", 246 "//skia",
248 "//storage/browser", 247 "//storage/browser",
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 } 741 }
743 } 742 }
744 743
745 mojom("mojo_bindings") { 744 mojom("mojo_bindings") {
746 sources = [ 745 sources = [
747 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", 746 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom",
748 ] 747 ]
749 748
750 use_new_wrapper_types = false 749 use_new_wrapper_types = false
751 } 750 }
OLDNEW
« no previous file with comments | « content/public/test/content_test_suite_base.cc ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698