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

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

Issue 2376193006: Disable Ctrl+Shift+P on Chrome OS (Closed)
Patch Set: fix for buildflag Created 4 years, 2 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/chrome_build.gni") 5 import("//build/config/chrome_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 2410 matching lines...) Expand 10 before | Expand all | Expand 10 after
2421 "service_process/service_process_control_mac.mm", 2421 "service_process/service_process_control_mac.mm",
2422 ] 2422 ]
2423 } else { 2423 } else {
2424 # Partial-only printing support. 2424 # Partial-only printing support.
2425 sources += [ 2425 sources += [
2426 "printing/print_view_manager_basic.cc", 2426 "printing/print_view_manager_basic.cc",
2427 "printing/print_view_manager_basic.h", 2427 "printing/print_view_manager_basic.h",
2428 ] 2428 ]
2429 } 2429 }
2430 } 2430 }
2431
Lei Zhang 2016/10/04 22:10:54 just a blank line change?
skau 2016/10/05 00:18:00 Removed.
2431 if (enable_captive_portal_detection) { 2432 if (enable_captive_portal_detection) {
2432 sources += [ 2433 sources += [
2433 "captive_portal/captive_portal_login_detector.cc", 2434 "captive_portal/captive_portal_login_detector.cc",
2434 "captive_portal/captive_portal_login_detector.h", 2435 "captive_portal/captive_portal_login_detector.h",
2435 "captive_portal/captive_portal_service.cc", 2436 "captive_portal/captive_portal_service.cc",
2436 "captive_portal/captive_portal_service.h", 2437 "captive_portal/captive_portal_service.h",
2437 "captive_portal/captive_portal_service_factory.cc", 2438 "captive_portal/captive_portal_service_factory.cc",
2438 "captive_portal/captive_portal_service_factory.h", 2439 "captive_portal/captive_portal_service_factory.h",
2439 "captive_portal/captive_portal_tab_helper.cc", 2440 "captive_portal/captive_portal_tab_helper.cc",
2440 "captive_portal/captive_portal_tab_helper.h", 2441 "captive_portal/captive_portal_tab_helper.h",
(...skipping 1837 matching lines...) Expand 10 before | Expand all | Expand 10 after
4278 # linking all of the test support. 4279 # linking all of the test support.
4279 static_library("pepper_cdm_test_constants") { 4280 static_library("pepper_cdm_test_constants") {
4280 testonly = true 4281 testonly = true
4281 visibility = [ "//chrome/*" ] 4282 visibility = [ "//chrome/*" ]
4282 sources = [ 4283 sources = [
4283 "media/pepper_cdm_test_constants.cc", 4284 "media/pepper_cdm_test_constants.cc",
4284 "media/pepper_cdm_test_constants.h", 4285 "media/pepper_cdm_test_constants.h",
4285 ] 4286 ]
4286 } 4287 }
4287 } 4288 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/browser_commands.cc » ('j') | chrome/browser/ui/browser_commands.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698