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

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

Issue 2630583002: Add setting to isolate zoom changes by default. (Closed)
Patch Set: ... and tell closure_compiler. 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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 "webui/version_handler.h", 434 "webui/version_handler.h",
435 "webui/version_handler_chromeos.cc", 435 "webui/version_handler_chromeos.cc",
436 "webui/version_handler_chromeos.h", 436 "webui/version_handler_chromeos.h",
437 "webui/version_ui.cc", 437 "webui/version_ui.cc",
438 "webui/version_ui.h", 438 "webui/version_ui.h",
439 "window_sizer/window_sizer_mac.mm", 439 "window_sizer/window_sizer_mac.mm",
440 "zoom/chrome_zoom_level_otr_delegate.cc", 440 "zoom/chrome_zoom_level_otr_delegate.cc",
441 "zoom/chrome_zoom_level_otr_delegate.h", 441 "zoom/chrome_zoom_level_otr_delegate.h",
442 "zoom/chrome_zoom_level_prefs.cc", 442 "zoom/chrome_zoom_level_prefs.cc",
443 "zoom/chrome_zoom_level_prefs.h", 443 "zoom/chrome_zoom_level_prefs.h",
444 "zoom/chrome_zoom_prefs_helper.cc",
445 "zoom/chrome_zoom_prefs_helper.h",
444 ] 446 ]
445 447
446 defines = [] 448 defines = []
447 libs = [] 449 libs = []
448 450
449 configs += [ 451 configs += [
450 ":ui_warnings", 452 ":ui_warnings",
451 "//build/config:precompiled_headers", 453 "//build/config:precompiled_headers",
452 "//build/config/compiler:wexit_time_destructors", 454 "//build/config/compiler:wexit_time_destructors",
453 ] 455 ]
(...skipping 3067 matching lines...) Expand 10 before | Expand all | Expand 10 after
3521 "test/test_confirm_bubble_model.cc", 3523 "test/test_confirm_bubble_model.cc",
3522 "test/test_confirm_bubble_model.h", 3524 "test/test_confirm_bubble_model.h",
3523 ] 3525 ]
3524 deps += [ "//chrome/test:test_support_ui" ] 3526 deps += [ "//chrome/test:test_support_ui" ]
3525 } 3527 }
3526 3528
3527 if (enable_extensions) { 3529 if (enable_extensions) {
3528 deps += [ "//extensions/browser" ] 3530 deps += [ "//extensions/browser" ]
3529 } 3531 }
3530 } 3532 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/site_settings/zoom_levels.js ('k') | chrome/browser/ui/tabs/tab_strip_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698