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

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

Issue 2656463002: Implement MD simple gesture nav (Closed)
Patch Set: Rebased Created 3 years, 10 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 1175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1186 deps += [ 1186 deps += [
1187 "//apps", 1187 "//apps",
1188 "//chrome/app/vector_icons", 1188 "//chrome/app/vector_icons",
1189 "//chrome/browser/profile_resetter:profile_reset_report_proto", 1189 "//chrome/browser/profile_resetter:profile_reset_report_proto",
1190 "//chrome/common:features", 1190 "//chrome/common:features",
1191 "//components/feedback/proto", 1191 "//components/feedback/proto",
1192 "//components/proximity_auth/webui", 1192 "//components/proximity_auth/webui",
1193 "//components/web_modal", 1193 "//components/web_modal",
1194 "//device/bluetooth", 1194 "//device/bluetooth",
1195 "//mash/public/interfaces", 1195 "//mash/public/interfaces",
1196 "//ui/resources/vector_icons",
1196 ] 1197 ]
1197 } 1198 }
1198 1199
1199 if (enable_basic_printing || enable_print_preview) { 1200 if (enable_basic_printing || enable_print_preview) {
1200 deps += [ "//printing" ] 1201 deps += [ "//printing" ]
1201 } 1202 }
1202 1203
1203 if (enable_nacl) { 1204 if (enable_nacl) {
1204 sources += [ 1205 sources += [
1205 "webui/nacl_ui.cc", 1206 "webui/nacl_ui.cc",
(...skipping 2306 matching lines...) Expand 10 before | Expand all | Expand 10 after
3512 "test/test_confirm_bubble_model.cc", 3513 "test/test_confirm_bubble_model.cc",
3513 "test/test_confirm_bubble_model.h", 3514 "test/test_confirm_bubble_model.h",
3514 ] 3515 ]
3515 deps += [ "//chrome/test:test_support_ui" ] 3516 deps += [ "//chrome/test:test_support_ui" ]
3516 } 3517 }
3517 3518
3518 if (enable_extensions) { 3519 if (enable_extensions) {
3519 deps += [ "//extensions/browser" ] 3520 deps += [ "//extensions/browser" ]
3520 } 3521 }
3521 } 3522 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698