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

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: case and rebase Created 4 years, 3 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 | « no previous file | chrome/browser/ui/DEPS » ('j') | components/physical_web.gypi » ('J')
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/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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "//components/ntp_snippets", 115 "//components/ntp_snippets",
116 "//components/ntp_tiles", 116 "//components/ntp_tiles",
117 "//components/offline_pages", 117 "//components/offline_pages",
118 "//components/offline_pages/background:background_offliner", 118 "//components/offline_pages/background:background_offliner",
119 "//components/omnibox/browser", 119 "//components/omnibox/browser",
120 "//components/onc", 120 "//components/onc",
121 "//components/password_manager/content/browser", 121 "//components/password_manager/content/browser",
122 "//components/password_manager/core/browser", 122 "//components/password_manager/core/browser",
123 "//components/password_manager/sync/browser", 123 "//components/password_manager/sync/browser",
124 "//components/pdf/browser", 124 "//components/pdf/browser",
125 "//components/physical_web/webui",
125 "//components/policy:generated", 126 "//components/policy:generated",
126 "//components/power", 127 "//components/power",
127 "//components/pref_registry", 128 "//components/pref_registry",
128 "//components/proximity_auth", 129 "//components/proximity_auth",
129 "//components/proxy_config", 130 "//components/proxy_config",
130 "//components/query_parser", 131 "//components/query_parser",
131 "//components/rappor", 132 "//components/rappor",
132 "//components/renderer_context_menu", 133 "//components/renderer_context_menu",
133 "//components/resources", 134 "//components/resources",
134 "//components/safe_json", 135 "//components/safe_json",
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 "passwords/passwords_model_delegate_mock.cc", 755 "passwords/passwords_model_delegate_mock.cc",
755 "passwords/passwords_model_delegate_mock.h", 756 "passwords/passwords_model_delegate_mock.h",
756 ] 757 ]
757 deps += [ "//chrome/test:test_support_ui" ] 758 deps += [ "//chrome/test:test_support_ui" ]
758 } 759 }
759 760
760 if (enable_extensions) { 761 if (enable_extensions) {
761 deps += [ "//extensions/browser" ] 762 deps += [ "//extensions/browser" ]
762 } 763 }
763 } 764 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/DEPS » ('j') | components/physical_web.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698