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

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: Rebase only 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "//base", 358 "//base",
359 "//base/test:test_support", 359 "//base/test:test_support",
360 "//components/autofill/content/browser", 360 "//components/autofill/content/browser",
361 "//components/autofill/content/renderer", 361 "//components/autofill/content/renderer",
362 "//components/autofill/core/browser", 362 "//components/autofill/core/browser",
363 "//components/content_settings/core/common", 363 "//components/content_settings/core/common",
364 "//components/dom_distiller/content/browser", 364 "//components/dom_distiller/content/browser",
365 "//components/dom_distiller/core", 365 "//components/dom_distiller/core",
366 "//components/dom_distiller/core:test_support", 366 "//components/dom_distiller/core:test_support",
367 "//components/password_manager/content/browser", 367 "//components/password_manager/content/browser",
368 "//components/password_manager/content/common",
369 "//components/password_manager/content/renderer", 368 "//components/password_manager/content/renderer",
370 "//components/strings", 369 "//components/strings",
371 "//components/tracing", 370 "//components/tracing",
372 "//content/shell:content_shell_lib", 371 "//content/shell:content_shell_lib",
373 "//content/test:browsertest_base", 372 "//content/test:browsertest_base",
374 "//content/test:browsertest_support", 373 "//content/test:browsertest_support",
375 "//content/test:test_support", 374 "//content/test:test_support",
376 "//device/bluetooth", 375 "//device/bluetooth",
377 "//ipc:test_support", 376 "//ipc:test_support",
378 "//net:test_support", 377 "//net:test_support",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 "//base/test:test_support_perf", 440 "//base/test:test_support_perf",
442 "//components/scheduler", 441 "//components/scheduler",
443 "//components/visitedlink/browser", 442 "//components/visitedlink/browser",
444 "//content/test:test_support", 443 "//content/test:test_support",
445 "//testing/gtest", 444 "//testing/gtest",
446 "//testing/perf", 445 "//testing/perf",
447 "//url", 446 "//url",
448 ] 447 ]
449 } 448 }
450 } 449 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698