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

Side by Side Diff: components/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 | « chromeos/geolocation/geoposition.h ('k') | components/autofill.gypi » ('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/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 "//components/dom_distiller/core", 411 "//components/dom_distiller/core",
412 "//components/dom_distiller/core:test_support", 412 "//components/dom_distiller/core:test_support",
413 "//components/password_manager/content/browser", 413 "//components/password_manager/content/browser",
414 "//components/password_manager/content/renderer", 414 "//components/password_manager/content/renderer",
415 "//components/strings", 415 "//components/strings",
416 "//components/tracing", 416 "//components/tracing",
417 "//content/shell:content_shell_lib", 417 "//content/shell:content_shell_lib",
418 "//content/test:browsertest_support", 418 "//content/test:browsertest_support",
419 "//content/test:test_support", 419 "//content/test:test_support",
420 "//device/bluetooth", 420 "//device/bluetooth",
421 "//device/geolocation:device_geolocation",
422 "//ipc:test_support", 421 "//ipc:test_support",
423 "//net:test_support", 422 "//net:test_support",
424 "//services/shell/public/cpp", 423 "//services/shell/public/cpp",
425 "//testing/gmock", 424 "//testing/gmock",
426 "//testing/gtest", 425 "//testing/gtest",
427 "//ui/base", 426 "//ui/base",
428 ] 427 ]
429 428
430 data_deps = [ 429 data_deps = [
431 ":components_tests_pak", 430 ":components_tests_pak",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 "//base/test:test_support_perf", 488 "//base/test:test_support_perf",
490 "//components/scheduler", 489 "//components/scheduler",
491 "//components/visitedlink/browser", 490 "//components/visitedlink/browser",
492 "//content/test:test_support", 491 "//content/test:test_support",
493 "//testing/gtest", 492 "//testing/gtest",
494 "//testing/perf", 493 "//testing/perf",
495 "//url", 494 "//url",
496 ] 495 ]
497 } 496 }
498 } 497 }
OLDNEW
« no previous file with comments | « chromeos/geolocation/geoposition.h ('k') | components/autofill.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698