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

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

Issue 2874833002: Don't compile code for desktop zoom or GuestViews on mobile platforms. (Closed)
Patch Set: Rebase. Created 3 years, 7 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 1500 matching lines...) Expand 10 before | Expand all | Expand 10 after
1511 "//components/domain_reliability", 1511 "//components/domain_reliability",
1512 "//components/doodle", 1512 "//components/doodle",
1513 "//components/download", 1513 "//components/download",
1514 "//components/error_page/common", 1514 "//components/error_page/common",
1515 "//components/favicon/content", 1515 "//components/favicon/content",
1516 "//components/favicon/core", 1516 "//components/favicon/core",
1517 "//components/favicon_base", 1517 "//components/favicon_base",
1518 "//components/flags_ui", 1518 "//components/flags_ui",
1519 "//components/gcm_driver", 1519 "//components/gcm_driver",
1520 "//components/google/core/browser", 1520 "//components/google/core/browser",
1521 "//components/guest_view/browser",
1522 "//components/handoff", 1521 "//components/handoff",
1523 "//components/history/content/browser", 1522 "//components/history/content/browser",
1524 "//components/history/core/browser", 1523 "//components/history/core/browser",
1525 "//components/history/core/common", 1524 "//components/history/core/common",
1526 "//components/infobars/core", 1525 "//components/infobars/core",
1527 "//components/invalidation/impl", 1526 "//components/invalidation/impl",
1528 "//components/keyed_service/content", 1527 "//components/keyed_service/content",
1529 "//components/metrics:call_stacks", 1528 "//components/metrics:call_stacks",
1530 "//components/metrics:gpu", 1529 "//components/metrics:gpu",
1531 "//components/metrics:net", 1530 "//components/metrics:net",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
1611 "//components/variations", 1610 "//components/variations",
1612 "//components/variations/field_trial_config", 1611 "//components/variations/field_trial_config",
1613 "//components/variations/net", 1612 "//components/variations/net",
1614 "//components/variations/service", 1613 "//components/variations/service",
1615 "//components/visitedlink/browser", 1614 "//components/visitedlink/browser",
1616 "//components/visitedlink/common", 1615 "//components/visitedlink/common",
1617 "//components/web_cache/browser", 1616 "//components/web_cache/browser",
1618 "//components/web_resource", 1617 "//components/web_resource",
1619 "//components/webdata/common", 1618 "//components/webdata/common",
1620 "//components/webdata_services", 1619 "//components/webdata_services",
1621 "//components/zoom",
1622 "//content/app/resources", 1620 "//content/app/resources",
1623 "//content/public/browser", 1621 "//content/public/browser",
1624 "//content/public/common", 1622 "//content/public/common",
1625 "//content/public/common:feature_h264_with_openh264_ffmpeg", 1623 "//content/public/common:feature_h264_with_openh264_ffmpeg",
1626 "//content/public/common:features", 1624 "//content/public/common:features",
1627 "//content/public/common:service_names", 1625 "//content/public/common:service_names",
1628 "//courgette:courgette_lib", 1626 "//courgette:courgette_lib",
1629 "//crypto", 1627 "//crypto",
1630 "//crypto:platform", 1628 "//crypto:platform",
1631 "//device/base", 1629 "//device/base",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
1705 # platforms use OOP Mojo resolution. 1703 # platforms use OOP Mojo resolution.
1706 if (is_android) { 1704 if (is_android) {
1707 deps += [ 1705 deps += [
1708 "//net:net_with_v8", 1706 "//net:net_with_v8",
1709 "//v8", 1707 "//v8",
1710 ] 1708 ]
1711 } else { 1709 } else {
1712 deps += [ 1710 deps += [
1713 "//chrome/app/vector_icons", 1711 "//chrome/app/vector_icons",
1714 "//chrome/browser/resources:component_extension_resources", 1712 "//chrome/browser/resources:component_extension_resources",
1713 "//components/zoom",
1715 "//net:net", 1714 "//net:net",
1716 "//ui/vector_icons", 1715 "//ui/vector_icons",
1717 ] 1716 ]
1718 sources += [ 1717 sources += [
1719 "sync/sessions/browser_list_router_helper.cc", 1718 "sync/sessions/browser_list_router_helper.cc",
1720 "sync/sessions/browser_list_router_helper.h", 1719 "sync/sessions/browser_list_router_helper.h",
1721 ] 1720 ]
1722 } 1721 }
1723 1722
1724 if (is_chromeos && use_cras) { 1723 if (is_chromeos && use_cras) {
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
1984 allow_circular_includes_from += [ 1983 allow_circular_includes_from += [
1985 "//chrome/browser/apps", 1984 "//chrome/browser/apps",
1986 "//chrome/browser/extensions", 1985 "//chrome/browser/extensions",
1987 ] 1986 ]
1988 deps += [ 1987 deps += [
1989 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr oto", 1988 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr oto",
1990 "//chrome/common/extensions/api", 1989 "//chrome/common/extensions/api",
1991 "//chrome/common/extensions/api:api_registration", 1990 "//chrome/common/extensions/api:api_registration",
1992 "//chrome/common/extensions/api:extensions_features", 1991 "//chrome/common/extensions/api:extensions_features",
1993 "//components/drive", 1992 "//components/drive",
1993 "//components/guest_view/browser",
1994 "//extensions/components/javascript_dialog_extensions_client", 1994 "//extensions/components/javascript_dialog_extensions_client",
1995 "//media/cast:net", 1995 "//media/cast:net",
1996 ] 1996 ]
1997 } 1997 }
1998 if (enable_background) { 1998 if (enable_background) {
1999 sources += [ 1999 sources += [
2000 "background/background_application_list_model.cc", 2000 "background/background_application_list_model.cc",
2001 "background/background_application_list_model.h", 2001 "background/background_application_list_model.h",
2002 "background/background_contents_service.cc", 2002 "background/background_contents_service.cc",
2003 "background/background_contents_service.h", 2003 "background/background_contents_service.h",
(...skipping 2759 matching lines...) Expand 10 before | Expand all | Expand 10 after
4763 "media/pepper_cdm_test_constants.cc", 4763 "media/pepper_cdm_test_constants.cc",
4764 "media/pepper_cdm_test_constants.h", 4764 "media/pepper_cdm_test_constants.h",
4765 ] 4765 ]
4766 } 4766 }
4767 } 4767 }
4768 4768
4769 service_manifest("preferences_forwarder_manifest") { 4769 service_manifest("preferences_forwarder_manifest") {
4770 name = "preferences_forwarder" 4770 name = "preferences_forwarder"
4771 source = "prefs/forwarder_manifest.json" 4771 source = "prefs/forwarder_manifest.json"
4772 } 4772 }
OLDNEW
« no previous file with comments | « android_webview/browser/aw_browser_context.cc ('k') | chrome/browser/profiles/off_the_record_profile_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698