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

Side by Side Diff: components/BUILD.gn

Issue 1866643002: Reland: 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, 8 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 | « chrome/common/BUILD.gn ('k') | components/components_tests.gyp » ('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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 "//base", 391 "//base",
392 "//base/test:test_support", 392 "//base/test:test_support",
393 "//components/autofill/content/browser", 393 "//components/autofill/content/browser",
394 "//components/autofill/content/renderer", 394 "//components/autofill/content/renderer",
395 "//components/autofill/core/browser", 395 "//components/autofill/core/browser",
396 "//components/content_settings/core/common", 396 "//components/content_settings/core/common",
397 "//components/dom_distiller/content/browser", 397 "//components/dom_distiller/content/browser",
398 "//components/dom_distiller/core", 398 "//components/dom_distiller/core",
399 "//components/dom_distiller/core:test_support", 399 "//components/dom_distiller/core:test_support",
400 "//components/password_manager/content/browser", 400 "//components/password_manager/content/browser",
401 "//components/password_manager/content/common",
402 "//components/password_manager/content/renderer", 401 "//components/password_manager/content/renderer",
403 "//components/strings", 402 "//components/strings",
404 "//components/tracing", 403 "//components/tracing",
405 "//content/shell:content_shell_lib", 404 "//content/shell:content_shell_lib",
406 "//content/test:browsertest_base", 405 "//content/test:browsertest_base",
407 "//content/test:browsertest_support", 406 "//content/test:browsertest_support",
408 "//content/test:test_support", 407 "//content/test:test_support",
409 "//device/bluetooth", 408 "//device/bluetooth",
410 "//ipc:test_support", 409 "//ipc:test_support",
411 "//net:test_support", 410 "//net:test_support",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 "//base/test:test_support_perf", 473 "//base/test:test_support_perf",
475 "//components/scheduler", 474 "//components/scheduler",
476 "//components/visitedlink/browser", 475 "//components/visitedlink/browser",
477 "//content/test:test_support", 476 "//content/test:test_support",
478 "//testing/gtest", 477 "//testing/gtest",
479 "//testing/perf", 478 "//testing/perf",
480 "//url", 479 "//url",
481 ] 480 ]
482 } 481 }
483 } 482 }
OLDNEW
« no previous file with comments | « chrome/common/BUILD.gn ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698