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

Side by Side Diff: components/BUILD.gn

Issue 2184013004: Reland 3: 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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 "//components/dom_distiller/core", 412 "//components/dom_distiller/core",
413 "//components/dom_distiller/core:test_support", 413 "//components/dom_distiller/core:test_support",
414 "//components/password_manager/content/browser", 414 "//components/password_manager/content/browser",
415 "//components/password_manager/content/renderer", 415 "//components/password_manager/content/renderer",
416 "//components/strings", 416 "//components/strings",
417 "//components/tracing", 417 "//components/tracing",
418 "//content/shell:content_shell_lib", 418 "//content/shell:content_shell_lib",
419 "//content/test:browsertest_support", 419 "//content/test:browsertest_support",
420 "//content/test:test_support", 420 "//content/test:test_support",
421 "//device/bluetooth", 421 "//device/bluetooth",
422 "//device/geolocation:device_geolocation",
422 "//ipc:test_support", 423 "//ipc:test_support",
423 "//net:test_support", 424 "//net:test_support",
424 "//services/shell/public/cpp", 425 "//services/shell/public/cpp",
425 "//testing/gmock", 426 "//testing/gmock",
426 "//testing/gtest", 427 "//testing/gtest",
427 "//ui/base", 428 "//ui/base",
428 ] 429 ]
429 430
430 data_deps = [ 431 data_deps = [
431 ":components_tests_pak", 432 ":components_tests_pak",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 "//base/test:test_support_perf", 490 "//base/test:test_support_perf",
490 "//components/scheduler", 491 "//components/scheduler",
491 "//components/visitedlink/browser", 492 "//components/visitedlink/browser",
492 "//content/test:test_support", 493 "//content/test:test_support",
493 "//testing/gtest", 494 "//testing/gtest",
494 "//testing/perf", 495 "//testing/perf",
495 "//url", 496 "//url",
496 ] 497 ]
497 } 498 }
498 } 499 }
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