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

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

Issue 2820563004: Create separate BUILD.gn for //apps/ui/views (Closed)
Patch Set: rebase Created 3 years, 7 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
« apps/ui/views/BUILD.gn ('K') | « apps/ui/views/DEPS ('k') | no next file » | 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 1172 matching lines...) Expand 10 before | Expand all | Expand 10 after
1183 "webui/system_info_ui.h", 1183 "webui/system_info_ui.h",
1184 "webui/theme_handler.cc", 1184 "webui/theme_handler.cc",
1185 "webui/theme_handler.h", 1185 "webui/theme_handler.h",
1186 "webui/uber/uber_ui.cc", 1186 "webui/uber/uber_ui.cc",
1187 "webui/uber/uber_ui.h", 1187 "webui/uber/uber_ui.h",
1188 "window_sizer/window_sizer.cc", 1188 "window_sizer/window_sizer.cc",
1189 "window_sizer/window_sizer.h", 1189 "window_sizer/window_sizer.h",
1190 ] 1190 ]
1191 deps += [ 1191 deps += [
1192 "//apps", 1192 "//apps",
1193 "//apps/ui/views",
1193 "//chrome/app/vector_icons", 1194 "//chrome/app/vector_icons",
1194 "//chrome/browser/profile_resetter:profile_reset_report_proto", 1195 "//chrome/browser/profile_resetter:profile_reset_report_proto",
1195 "//chrome/common:features", 1196 "//chrome/common:features",
1196 "//components/feedback/proto", 1197 "//components/feedback/proto",
1197 "//components/proximity_auth/webui", 1198 "//components/proximity_auth/webui",
1198 "//components/web_modal", 1199 "//components/web_modal",
1199 "//device/bluetooth", 1200 "//device/bluetooth",
1200 "//extensions/common:mojo", 1201 "//extensions/common:mojo",
1201 "//mash/public/interfaces", 1202 "//mash/public/interfaces",
1202 "//services/device/public/interfaces", 1203 "//services/device/public/interfaces",
(...skipping 2381 matching lines...) Expand 10 before | Expand all | Expand 10 after
3584 "test/test_confirm_bubble_model.cc", 3585 "test/test_confirm_bubble_model.cc",
3585 "test/test_confirm_bubble_model.h", 3586 "test/test_confirm_bubble_model.h",
3586 ] 3587 ]
3587 deps += [ "//chrome/test:test_support_ui" ] 3588 deps += [ "//chrome/test:test_support_ui" ]
3588 } 3589 }
3589 3590
3590 if (enable_extensions) { 3591 if (enable_extensions) {
3591 deps += [ "//extensions/browser" ] 3592 deps += [ "//extensions/browser" ]
3592 } 3593 }
3593 } 3594 }
OLDNEW
« apps/ui/views/BUILD.gn ('K') | « apps/ui/views/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698