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

Side by Side Diff: components/BUILD.gn

Issue 2879033002: Keyboard Lock Host implementation
Patch Set: Remove useless files Created 3 years, 4 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/chrome_watcher/BUILD.gn ('k') | components/keyboard_lock/BUILD.gn » ('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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//rlz/features/features.gni") 9 import("//rlz/features/features.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "//components/feature_engagement:unit_tests", 84 "//components/feature_engagement:unit_tests",
85 "//components/flags_ui:unit_tests", 85 "//components/flags_ui:unit_tests",
86 "//components/gcm_driver:unit_tests", 86 "//components/gcm_driver:unit_tests",
87 "//components/gcm_driver/crypto:unit_tests", 87 "//components/gcm_driver/crypto:unit_tests",
88 "//components/google/core/browser:unit_tests", 88 "//components/google/core/browser:unit_tests",
89 "//components/grpc_support/test:unit_tests", 89 "//components/grpc_support/test:unit_tests",
90 "//components/history/core/browser:unit_tests", 90 "//components/history/core/browser:unit_tests",
91 "//components/history/core/common:unit_tests", 91 "//components/history/core/common:unit_tests",
92 "//components/image_fetcher/core:unit_tests", 92 "//components/image_fetcher/core:unit_tests",
93 "//components/json_schema:unit_tests", 93 "//components/json_schema:unit_tests",
94 "//components/keyboard_lock:unit_tests",
94 "//components/keyed_service/core:unit_tests", 95 "//components/keyed_service/core:unit_tests",
95 "//components/language/core/browser:unit_tests", 96 "//components/language/core/browser:unit_tests",
96 "//components/language_usage_metrics:unit_tests", 97 "//components/language_usage_metrics:unit_tests",
97 "//components/leveldb_proto:unit_tests", 98 "//components/leveldb_proto:unit_tests",
98 "//components/login:unit_tests", 99 "//components/login:unit_tests",
99 "//components/machine_intelligence:unit_tests", 100 "//components/machine_intelligence:unit_tests",
100 "//components/metrics:unit_tests", 101 "//components/metrics:unit_tests",
101 "//components/navigation_metrics:unit_tests", 102 "//components/navigation_metrics:unit_tests",
102 "//components/net_log:unit_tests", 103 "//components/net_log:unit_tests",
103 "//components/network_session_configurator/browser:unit_tests", 104 "//components/network_session_configurator/browser:unit_tests",
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 "//base/test:test_support", 422 "//base/test:test_support",
422 "//components/autofill/content/browser", 423 "//components/autofill/content/browser",
423 "//components/autofill/content/renderer", 424 "//components/autofill/content/renderer",
424 "//components/autofill/core/browser", 425 "//components/autofill/core/browser",
425 "//components/content_settings/core/common", 426 "//components/content_settings/core/common",
426 "//components/dom_distiller/content/browser", 427 "//components/dom_distiller/content/browser",
427 "//components/dom_distiller/core", 428 "//components/dom_distiller/core",
428 "//components/dom_distiller/core:test_support", 429 "//components/dom_distiller/core:test_support",
429 "//components/offline_pages/content/renovations", 430 "//components/offline_pages/content/renovations",
430 "//components/offline_pages/core/renovations", 431 "//components/offline_pages/core/renovations",
432 "//components/keyboard_lock",
431 "//components/password_manager/content/browser", 433 "//components/password_manager/content/browser",
432 "//components/password_manager/content/renderer", 434 "//components/password_manager/content/renderer",
433 "//components/security_state/content", 435 "//components/security_state/content",
434 "//components/security_state/core", 436 "//components/security_state/core",
435 "//components/strings", 437 "//components/strings",
436 "//components/tracing", 438 "//components/tracing",
437 "//content/public/browser", 439 "//content/public/browser",
438 "//content/shell:content_shell_lib", 440 "//content/shell:content_shell_lib",
439 "//content/test:browsertest_support", 441 "//content/test:browsertest_support",
440 "//content/test:test_support", 442 "//content/test:test_support",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 "//testing/perf", 516 "//testing/perf",
515 "//url", 517 "//url",
516 ] 518 ]
517 519
518 if (!is_ios) { 520 if (!is_ios) {
519 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ] 521 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ]
520 deps += [ "//components/discardable_memory/common" ] 522 deps += [ "//components/discardable_memory/common" ]
521 } 523 }
522 } 524 }
523 } 525 }
OLDNEW
« no previous file with comments | « chrome/chrome_watcher/BUILD.gn ('k') | components/keyboard_lock/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698