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

Side by Side Diff: components/BUILD.gn

Issue 2192683002: Reland 2:Geolocation: move from content/browser to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ignore size_t_to_int truncation warning 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",
421 "//ipc:test_support", 422 "//ipc:test_support",
422 "//net:test_support", 423 "//net:test_support",
423 "//services/shell/public/cpp", 424 "//services/shell/public/cpp",
424 "//testing/gmock", 425 "//testing/gmock",
425 "//testing/gtest", 426 "//testing/gtest",
426 "//ui/base", 427 "//ui/base",
427 ] 428 ]
428 429
429 data_deps = [ 430 data_deps = [
430 ":components_tests_pak", 431 ":components_tests_pak",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 "//base/test:test_support_perf", 489 "//base/test:test_support_perf",
489 "//components/scheduler", 490 "//components/scheduler",
490 "//components/visitedlink/browser", 491 "//components/visitedlink/browser",
491 "//content/test:test_support", 492 "//content/test:test_support",
492 "//testing/gtest", 493 "//testing/gtest",
493 "//testing/perf", 494 "//testing/perf",
494 "//url", 495 "//url",
495 ] 496 ]
496 } 497 }
497 } 498 }
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