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

Side by Side Diff: components/BUILD.gn

Issue 2079943002: Change RenderFrame to use InterfaceRegistry et al. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a2
Patch Set: . Created 4 years, 6 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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 "//components/password_manager/content/renderer", 412 "//components/password_manager/content/renderer",
413 "//components/strings", 413 "//components/strings",
414 "//components/tracing", 414 "//components/tracing",
415 "//content/shell:content_shell_lib", 415 "//content/shell:content_shell_lib",
416 "//content/test:browsertest_base", 416 "//content/test:browsertest_base",
417 "//content/test:browsertest_support", 417 "//content/test:browsertest_support",
418 "//content/test:test_support", 418 "//content/test:test_support",
419 "//device/bluetooth", 419 "//device/bluetooth",
420 "//ipc:test_support", 420 "//ipc:test_support",
421 "//net:test_support", 421 "//net:test_support",
422 "//services/shell/public/cpp",
422 "//testing/gmock", 423 "//testing/gmock",
423 "//testing/gtest", 424 "//testing/gtest",
424 "//ui/base", 425 "//ui/base",
425 ] 426 ]
426 427
427 data_deps = [ 428 data_deps = [
428 ":components_tests_pak", 429 ":components_tests_pak",
429 "//third_party/mesa:osmesa", 430 "//third_party/mesa:osmesa",
430 ] 431 ]
431 432
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 "//base/test:test_support_perf", 486 "//base/test:test_support_perf",
486 "//components/scheduler", 487 "//components/scheduler",
487 "//components/visitedlink/browser", 488 "//components/visitedlink/browser",
488 "//content/test:test_support", 489 "//content/test:test_support",
489 "//testing/gtest", 490 "//testing/gtest",
490 "//testing/perf", 491 "//testing/perf",
491 "//url", 492 "//url",
492 ] 493 ]
493 } 494 }
494 } 495 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698