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

Side by Side Diff: blimp/engine/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 | « android_webview/test/BUILD.gn ('k') | blimp/engine/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 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/sanitizers/sanitizers.gni") 7 import("//build/config/sanitizers/sanitizers.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//mojo/public/tools/bindings/mojom.gni") 9 import("//mojo/public/tools/bindings/mojom.gni")
10 import("//tools/grit/repack.gni") 10 import("//tools/grit/repack.gni")
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "//blimp/common/proto", 77 "//blimp/common/proto",
78 "//blimp/engine:blob_channel_mojo_cpp_sources", 78 "//blimp/engine:blob_channel_mojo_cpp_sources",
79 "//blimp/net", 79 "//blimp/net",
80 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted", 80 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted",
81 "//components/crash/content/app:lib", 81 "//components/crash/content/app:lib",
82 "//content/public/app:both", 82 "//content/public/app:both",
83 "//content/public/browser", 83 "//content/public/browser",
84 "//content/public/common", 84 "//content/public/common",
85 "//content/public/renderer", 85 "//content/public/renderer",
86 "//content/public/utility", 86 "//content/public/utility",
87 "//device/geolocation:device_geolocation",
88 "//net", 87 "//net",
89 ] 88 ]
90 } 89 }
91 90
92 source_set("app_config") { 91 source_set("app_config") {
93 sources = [ 92 sources = [
94 "app/blimp_engine_config.cc", 93 "app/blimp_engine_config.cc",
95 "app/blimp_engine_config.h", 94 "app/blimp_engine_config.h",
96 ] 95 ]
97 deps = [ 96 deps = [
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 272
274 deps = [ 273 deps = [
275 "//base", 274 "//base",
276 "//blimp/common", 275 "//blimp/common",
277 "//blimp/common/proto", 276 "//blimp/common/proto",
278 "//blimp/engine:app_settings", 277 "//blimp/engine:app_settings",
279 "//blimp/engine:common", 278 "//blimp/engine:common",
280 "//blimp/net", 279 "//blimp/net",
281 "//content/public/browser", 280 "//content/public/browser",
282 "//content/public/common", 281 "//content/public/common",
283 "//device/geolocation:device_geolocation",
284 "//net", 282 "//net",
285 "//ui/base", 283 "//ui/base",
286 "//ui/base/ime", 284 "//ui/base/ime",
287 "//ui/resources", 285 "//ui/resources",
288 "//ui/wm", 286 "//ui/wm",
289 ] 287 ]
290 } 288 }
291 289
292 source_set("renderer") { 290 source_set("renderer") {
293 sources = [ 291 sources = [
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 ":app_switches", 333 ":app_switches",
336 ":app_ui", 334 ":app_ui",
337 ":common", 335 ":common",
338 ":common_user_agent", 336 ":common_user_agent",
339 ":feature", 337 ":feature",
340 "//base", 338 "//base",
341 "//blimp/common", 339 "//blimp/common",
342 "//blimp/common/proto", 340 "//blimp/common/proto",
343 "//blimp/net", 341 "//blimp/net",
344 "//content/public/browser", 342 "//content/public/browser",
345 "//device/geolocation:device_geolocation",
346 "//net", 343 "//net",
347 "//ui/aura", 344 "//ui/aura",
348 "//ui/base/ime", 345 "//ui/base/ime",
349 "//ui/gfx/geometry", 346 "//ui/gfx/geometry",
350 "//ui/wm", 347 "//ui/wm",
351 ] 348 ]
352 } 349 }
353 350
354 # Implements the browser portions of the Mojo bridge to BlobChannel. 351 # Implements the browser portions of the Mojo bridge to BlobChannel.
355 source_set("blob_channel_service") { 352 source_set("blob_channel_service") {
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 ":test_support", 457 ":test_support",
461 "//base", 458 "//base",
462 "//base/test:test_support", 459 "//base/test:test_support",
463 "//blimp/common", 460 "//blimp/common",
464 "//blimp/common/proto", 461 "//blimp/common/proto",
465 "//blimp/engine:app_settings", 462 "//blimp/engine:app_settings",
466 "//blimp/net", 463 "//blimp/net",
467 "//blimp/net:test_support", 464 "//blimp/net:test_support",
468 "//content", 465 "//content",
469 "//content/public/browser", 466 "//content/public/browser",
470 "//device/geolocation:device_geolocation",
471 "//net", 467 "//net",
472 "//net:test_support", 468 "//net:test_support",
473 "//testing/gmock", 469 "//testing/gmock",
474 "//testing/gtest", 470 "//testing/gtest",
475 "//third_party/WebKit/public:blink_headers", 471 "//third_party/WebKit/public:blink_headers",
476 "//ui/base:test_support", 472 "//ui/base:test_support",
477 ] 473 ]
478 } 474 }
479 475
480 source_set("renderer_unit_tests") { 476 source_set("renderer_unit_tests") {
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 "//content/test:test_support", 690 "//content/test:test_support",
695 "//testing/gmock", 691 "//testing/gmock",
696 "//testing/gtest", 692 "//testing/gtest",
697 ] 693 ]
698 694
699 data = [ 695 data = [
700 "//blimp/test/data/", 696 "//blimp/test/data/",
701 "$root_out_dir/blimp_engine.pak", 697 "$root_out_dir/blimp_engine.pak",
702 ] 698 ]
703 } 699 }
OLDNEW
« no previous file with comments | « android_webview/test/BUILD.gn ('k') | blimp/engine/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698