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

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

Issue 2398743002: Disable Ctrl+Shift+P on Chrome OS (Closed)
Patch Set: 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//chrome/common/features.gni") 6 import("//chrome/common/features.gni")
7 import("//chrome/version.gni") 7 import("//chrome/version.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 10
(...skipping 12 matching lines...) Expand all
23 "grit/common_resources.h", 23 "grit/common_resources.h",
24 "common_resources.pak", 24 "common_resources.pak",
25 ] 25 ]
26 } 26 }
27 27
28 buildflag_header("features") { 28 buildflag_header("features") {
29 header = "features.h" 29 header = "features.h"
30 flags = [ 30 flags = [
31 "ANDROID_JAVA_UI=$android_java_ui", 31 "ANDROID_JAVA_UI=$android_java_ui",
32 "ENABLE_BACKGROUND=$enable_background", 32 "ENABLE_BACKGROUND=$enable_background",
33 "ENABLE_BASIC_PRINT_DIALOG=$enable_basic_print_dialog",
33 "ENABLE_GOOGLE_NOW=$enable_google_now", 34 "ENABLE_GOOGLE_NOW=$enable_google_now",
34 "ENABLE_ONE_CLICK_SIGNIN=$enable_one_click_signin", 35 "ENABLE_ONE_CLICK_SIGNIN=$enable_one_click_signin",
35 "ENABLE_PACKAGE_MASH_SERVICES=$enable_package_mash_services", 36 "ENABLE_PACKAGE_MASH_SERVICES=$enable_package_mash_services",
36 "USE_VULCANIZE=$use_vulcanize", 37 "USE_VULCANIZE=$use_vulcanize",
37 "PGO_BUILD=$pgo_build", 38 "PGO_BUILD=$pgo_build",
38 ] 39 ]
39 } 40 }
40 41
41 # GYP version: chrome/chrome_common.gypi:common 42 # GYP version: chrome/chrome_common.gypi:common
42 # 43 #
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 "resource_usage_reporter.mojom", 420 "resource_usage_reporter.mojom",
420 "shell_handler_win.mojom", 421 "shell_handler_win.mojom",
421 ] 422 ]
422 423
423 public_deps = [ 424 public_deps = [
424 "//skia/public/interfaces", 425 "//skia/public/interfaces",
425 ] 426 ]
426 427
427 use_new_wrapper_types = false 428 use_new_wrapper_types = false
428 } 429 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc ('k') | chrome/common/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698