| OLD | NEW |
| 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("//build/util/process_version.gni") | 6 import("//build/util/process_version.gni") |
| 7 import("//chrome/common/features.gni") | 7 import("//chrome/common/features.gni") |
| 8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. | 8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. |
| 9 import("//extensions/features/features.gni") | 9 import("//extensions/features/features.gni") |
| 10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 output_name = "common_resources" | 24 output_name = "common_resources" |
| 25 outputs = [ | 25 outputs = [ |
| 26 "grit/common_resources.h", | 26 "grit/common_resources.h", |
| 27 "common_resources.pak", | 27 "common_resources.pak", |
| 28 ] | 28 ] |
| 29 } | 29 } |
| 30 | 30 |
| 31 buildflag_header("features") { | 31 buildflag_header("features") { |
| 32 header = "features.h" | 32 header = "features.h" |
| 33 flags = [ | 33 flags = [ |
| 34 "ANDROID_JAVA_UI=$android_java_ui", | |
| 35 "ENABLE_APP_LIST=$enable_app_list", | 34 "ENABLE_APP_LIST=$enable_app_list", |
| 36 "ENABLE_BACKGROUND=$enable_background", | 35 "ENABLE_BACKGROUND=$enable_background", |
| 37 "ENABLE_BASIC_PRINT_DIALOG=$enable_basic_print_dialog", | 36 "ENABLE_BASIC_PRINT_DIALOG=$enable_basic_print_dialog", |
| 38 "ENABLE_CAPTIVE_PORTAL_DETECTION=$enable_captive_portal_detection", | 37 "ENABLE_CAPTIVE_PORTAL_DETECTION=$enable_captive_portal_detection", |
| 39 "ENABLE_GOOGLE_NOW=$enable_google_now", | 38 "ENABLE_GOOGLE_NOW=$enable_google_now", |
| 40 "ENABLE_HANGOUT_SERVICES_EXTENSION=$enable_hangout_services_extension", | 39 "ENABLE_HANGOUT_SERVICES_EXTENSION=$enable_hangout_services_extension", |
| 41 "ENABLE_ONE_CLICK_SIGNIN=$enable_one_click_signin", | 40 "ENABLE_ONE_CLICK_SIGNIN=$enable_one_click_signin", |
| 42 "ENABLE_PACKAGE_MASH_SERVICES=$enable_package_mash_services", | 41 "ENABLE_PACKAGE_MASH_SERVICES=$enable_package_mash_services", |
| 43 "ENABLE_PLUGIN_INSTALLATION=$enable_plugin_installation", | 42 "ENABLE_PLUGIN_INSTALLATION=$enable_plugin_installation", |
| 44 "ENABLE_SERVICE_DISCOVERY=$enable_service_discovery", | 43 "ENABLE_SERVICE_DISCOVERY=$enable_service_discovery", |
| (...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 682 "renderer_configuration.mojom", | 681 "renderer_configuration.mojom", |
| 683 "resource_usage_reporter.mojom", | 682 "resource_usage_reporter.mojom", |
| 684 "shell_handler_win.mojom", | 683 "shell_handler_win.mojom", |
| 685 ] | 684 ] |
| 686 | 685 |
| 687 public_deps = [ | 686 public_deps = [ |
| 688 "//components/content_settings/core/common:mojo_bindings", | 687 "//components/content_settings/core/common:mojo_bindings", |
| 689 "//url/mojo:url_mojom_gurl", | 688 "//url/mojo:url_mojom_gurl", |
| 690 ] | 689 ] |
| 691 } | 690 } |
| OLD | NEW |