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

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

Issue 2618403002: Reland crrev.com/8283cad74e0cad4840d1f with fix for static initializers. (Closed)
Patch Set: re-up Created 3 years, 11 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/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 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after
1171 "webui/system_info_ui.h", 1171 "webui/system_info_ui.h",
1172 "webui/theme_handler.cc", 1172 "webui/theme_handler.cc",
1173 "webui/theme_handler.h", 1173 "webui/theme_handler.h",
1174 "webui/uber/uber_ui.cc", 1174 "webui/uber/uber_ui.cc",
1175 "webui/uber/uber_ui.h", 1175 "webui/uber/uber_ui.h",
1176 "window_sizer/window_sizer.cc", 1176 "window_sizer/window_sizer.cc",
1177 "window_sizer/window_sizer.h", 1177 "window_sizer/window_sizer.h",
1178 ] 1178 ]
1179 deps += [ 1179 deps += [
1180 "//apps", 1180 "//apps",
1181 "//chrome/app/vector_icons",
1181 "//chrome/browser/profile_resetter:profile_reset_report_proto", 1182 "//chrome/browser/profile_resetter:profile_reset_report_proto",
1182 "//chrome/common:features", 1183 "//chrome/common:features",
1183 "//components/feedback/proto", 1184 "//components/feedback/proto",
1184 "//components/proximity_auth/webui", 1185 "//components/proximity_auth/webui",
1185 "//components/web_modal", 1186 "//components/web_modal",
1186 "//device/bluetooth", 1187 "//device/bluetooth",
1187 "//mash/public/interfaces", 1188 "//mash/public/interfaces",
1188 ] 1189 ]
1189 } 1190 }
1190 1191
(...skipping 2288 matching lines...) Expand 10 before | Expand all | Expand 10 after
3479 "test/test_confirm_bubble_model.cc", 3480 "test/test_confirm_bubble_model.cc",
3480 "test/test_confirm_bubble_model.h", 3481 "test/test_confirm_bubble_model.h",
3481 ] 3482 ]
3482 deps += [ "//chrome/test:test_support_ui" ] 3483 deps += [ "//chrome/test:test_support_ui" ]
3483 } 3484 }
3484 3485
3485 if (enable_extensions) { 3486 if (enable_extensions) {
3486 deps += [ "//extensions/browser" ] 3487 deps += [ "//extensions/browser" ]
3487 } 3488 }
3488 } 3489 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698