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

Side by Side Diff: components/BUILD.gn

Issue 1762603002: Switch components/password_manager code from IPC messages to Mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Impl done, unit_tests and browser_tests not ready yet Created 4 years, 9 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
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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 355
356 deps += [ 356 deps += [
357 "//components/autofill/content/browser", 357 "//components/autofill/content/browser",
358 "//components/autofill/content/renderer", 358 "//components/autofill/content/renderer",
359 "//components/autofill/core/browser", 359 "//components/autofill/core/browser",
360 "//components/content_settings/core/common", 360 "//components/content_settings/core/common",
361 "//components/dom_distiller/content/browser", 361 "//components/dom_distiller/content/browser",
362 "//components/dom_distiller/core", 362 "//components/dom_distiller/core",
363 "//components/dom_distiller/core:test_support", 363 "//components/dom_distiller/core:test_support",
364 "//components/password_manager/content/browser", 364 "//components/password_manager/content/browser",
365 "//components/password_manager/content/common",
366 "//components/password_manager/content/renderer", 365 "//components/password_manager/content/renderer",
367 "//components/tracing", 366 "//components/tracing",
368 "//content/shell:content_shell_lib", 367 "//content/shell:content_shell_lib",
369 "//content/test:browsertest_base", 368 "//content/test:browsertest_base",
370 "//content/test:browsertest_support", 369 "//content/test:browsertest_support",
371 "//content/test:test_support", 370 "//content/test:test_support",
372 "//device/bluetooth", 371 "//device/bluetooth",
373 "//ipc:test_support", 372 "//ipc:test_support",
374 "//net:test_support", 373 "//net:test_support",
375 "//ui/base", 374 "//ui/base",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 if (!is_ios) { 434 if (!is_ios) {
436 deps += [ 435 deps += [
437 "//base", 436 "//base",
438 "//base/test:test_support_perf", 437 "//base/test:test_support_perf",
439 "//components/scheduler", 438 "//components/scheduler",
440 "//components/visitedlink/browser", 439 "//components/visitedlink/browser",
441 "//content/test:test_support", 440 "//content/test:test_support",
442 ] 441 ]
443 } 442 }
444 } 443 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698