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

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

Issue 2248913007: Add a Physical Web WebUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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/crypto.gni") 5 import("//build/config/crypto.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("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "//components/invalidation/impl", 87 "//components/invalidation/impl",
88 "//components/keyed_service/content", 88 "//components/keyed_service/content",
89 "//components/keyed_service/core", 89 "//components/keyed_service/core",
90 "//components/metrics:profiler", 90 "//components/metrics:profiler",
91 "//components/mime_util", 91 "//components/mime_util",
92 "//components/omnibox/browser", 92 "//components/omnibox/browser",
93 "//components/onc", 93 "//components/onc",
94 "//components/password_manager/content/browser", 94 "//components/password_manager/content/browser",
95 "//components/password_manager/core/browser", 95 "//components/password_manager/core/browser",
96 "//components/pdf/browser", 96 "//components/pdf/browser",
97 "//components/physical_web/webui",
97 "//components/policy", 98 "//components/policy",
98 "//components/pref_registry", 99 "//components/pref_registry",
99 "//components/proximity_auth", 100 "//components/proximity_auth",
100 "//components/proxy_config", 101 "//components/proxy_config",
101 "//components/query_parser", 102 "//components/query_parser",
102 "//components/rappor", 103 "//components/rappor",
103 "//components/renderer_context_menu", 104 "//components/renderer_context_menu",
104 "//components/resources", 105 "//components/resources",
105 "//components/search", 106 "//components/search",
106 "//components/search_engines", 107 "//components/search_engines",
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 "//chrome/browser", 714 "//chrome/browser",
714 "//content/public/browser", 715 "//content/public/browser",
715 "//content/public/common", 716 "//content/public/common",
716 "//content/test:test_support", 717 "//content/test:test_support",
717 "//net:test_support", 718 "//net:test_support",
718 "//skia", 719 "//skia",
719 "//testing/gtest", 720 "//testing/gtest",
720 "//ui/base", 721 "//ui/base",
721 ] 722 ]
722 } 723 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/DEPS » ('j') | components/physical_web/webui/physical_web_ui_constants.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698