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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2879033002: Keyboard Lock Host implementation
Patch Set: Missing change to rename CodeToUsbKeycode to CodeStringToUsbKeycode Created 3 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
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/browser/ui/browser.h » ('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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 "//components/favicon/core", 514 "//components/favicon/core",
515 "//components/feedback", 515 "//components/feedback",
516 "//components/flags_ui", 516 "//components/flags_ui",
517 "//components/gcm_driver", 517 "//components/gcm_driver",
518 "//components/google/core/browser", 518 "//components/google/core/browser",
519 "//components/guest_view/browser", 519 "//components/guest_view/browser",
520 "//components/history/content/browser", 520 "//components/history/content/browser",
521 "//components/image_fetcher/core", 521 "//components/image_fetcher/core",
522 "//components/infobars/core", 522 "//components/infobars/core",
523 "//components/invalidation/impl", 523 "//components/invalidation/impl",
524 "//components/keyboard_lock:definition",
524 "//components/keyed_service/content", 525 "//components/keyed_service/content",
525 "//components/keyed_service/core", 526 "//components/keyed_service/core",
526 "//components/metrics:profiler", 527 "//components/metrics:profiler",
527 "//components/mime_util", 528 "//components/mime_util",
528 "//components/net_log", 529 "//components/net_log",
529 "//components/ntp_snippets", 530 "//components/ntp_snippets",
530 "//components/ntp_tiles", 531 "//components/ntp_tiles",
531 "//components/offline_pages/core", 532 "//components/offline_pages/core",
532 "//components/offline_pages/core/background:background_offliner", 533 "//components/offline_pages/core/background:background_offliner",
533 "//components/omnibox/browser", 534 "//components/omnibox/browser",
(...skipping 3068 matching lines...) Expand 10 before | Expand all | Expand 10 after
3602 "test/test_confirm_bubble_model.cc", 3603 "test/test_confirm_bubble_model.cc",
3603 "test/test_confirm_bubble_model.h", 3604 "test/test_confirm_bubble_model.h",
3604 ] 3605 ]
3605 deps += [ "//chrome/test:test_support_ui" ] 3606 deps += [ "//chrome/test:test_support_ui" ]
3606 } 3607 }
3607 3608
3608 if (enable_extensions) { 3609 if (enable_extensions) {
3609 deps += [ "//extensions/browser" ] 3610 deps += [ "//extensions/browser" ]
3610 } 3611 }
3611 } 3612 }
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/browser/ui/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698