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

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: gyp 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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 "//base", 344 "//base",
345 "//base/test:test_support", 345 "//base/test:test_support",
346 "//components/autofill/content/browser", 346 "//components/autofill/content/browser",
347 "//components/autofill/content/renderer", 347 "//components/autofill/content/renderer",
348 "//components/autofill/core/browser", 348 "//components/autofill/core/browser",
349 "//components/content_settings/core/common", 349 "//components/content_settings/core/common",
350 "//components/dom_distiller/content/browser", 350 "//components/dom_distiller/content/browser",
351 "//components/dom_distiller/core", 351 "//components/dom_distiller/core",
352 "//components/dom_distiller/core:test_support", 352 "//components/dom_distiller/core:test_support",
353 "//components/password_manager/content/browser", 353 "//components/password_manager/content/browser",
354 "//components/password_manager/content/common",
355 "//components/password_manager/content/renderer", 354 "//components/password_manager/content/renderer",
356 "//components/strings", 355 "//components/strings",
357 "//components/tracing", 356 "//components/tracing",
358 "//content/shell:content_shell_lib", 357 "//content/shell:content_shell_lib",
359 "//content/test:browsertest_base", 358 "//content/test:browsertest_base",
360 "//content/test:browsertest_support", 359 "//content/test:browsertest_support",
361 "//content/test:test_support", 360 "//content/test:test_support",
362 "//device/bluetooth", 361 "//device/bluetooth",
363 "//ipc:test_support", 362 "//ipc:test_support",
364 "//net:test_support", 363 "//net:test_support",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 "//base/test:test_support_perf", 426 "//base/test:test_support_perf",
428 "//components/scheduler", 427 "//components/scheduler",
429 "//components/visitedlink/browser", 428 "//components/visitedlink/browser",
430 "//content/test:test_support", 429 "//content/test:test_support",
431 "//testing/gtest", 430 "//testing/gtest",
432 "//testing/perf", 431 "//testing/perf",
433 "//url", 432 "//url",
434 ] 433 ]
435 } 434 }
436 } 435 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698