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

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

Issue 954943004: Remove dependency on //components/feedback on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 8
9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which 9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
10 # produces a conflict for the "grit" template so we have to only include one. 10 # produces a conflict for the "grit" template so we have to only include one.
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "//components/component_updater", 86 "//components/component_updater",
87 "//components/content_settings/core/browser", 87 "//components/content_settings/core/browser",
88 "//components/content_settings/core/common", 88 "//components/content_settings/core/common",
89 "//components/crx_file", 89 "//components/crx_file",
90 "//components/data_reduction_proxy/core/browser", 90 "//components/data_reduction_proxy/core/browser",
91 "//components/device_event_log", 91 "//components/device_event_log",
92 "//components/domain_reliability", 92 "//components/domain_reliability",
93 "//components/enhanced_bookmarks", 93 "//components/enhanced_bookmarks",
94 "//components/favicon_base", 94 "//components/favicon_base",
95 "//components/favicon/core", 95 "//components/favicon/core",
96 "//components/feedback",
97 "//components/gcm_driver", 96 "//components/gcm_driver",
98 "//components/google/core/browser", 97 "//components/google/core/browser",
99 "//components/handoff", 98 "//components/handoff",
100 "//components/history/core/browser", 99 "//components/history/core/browser",
101 "//components/history/core/browser:proto", 100 "//components/history/core/browser:proto",
102 "//components/history/core/common", 101 "//components/history/core/common",
103 "//components/infobars/core", 102 "//components/infobars/core",
104 "//components/invalidation", 103 "//components/invalidation",
105 "//components/metrics:gpu", 104 "//components/metrics:gpu",
106 "//components/metrics:net", 105 "//components/metrics:net",
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 if (is_android || is_ios) { 575 if (is_android || is_ios) {
577 # Mobile. 576 # Mobile.
578 sources += 577 sources +=
579 rebase_path(gypi_values.chrome_browser_mobile_sources, ".", "//chrome") 578 rebase_path(gypi_values.chrome_browser_mobile_sources, ".", "//chrome")
580 } else { 579 } else {
581 # Non-mobile. 580 # Non-mobile.
582 sources += rebase_path(gypi_values.chrome_browser_non_mobile_sources, 581 sources += rebase_path(gypi_values.chrome_browser_non_mobile_sources,
583 ".", 582 ".",
584 "//chrome") 583 "//chrome")
585 deps += [ 584 deps += [
585 "//components/feedback",
586 "//device/core", 586 "//device/core",
587 "//device/usb", 587 "//device/usb",
588 ] 588 ]
589 } 589 }
590 590
591 if (is_android) { 591 if (is_android) {
592 sources += 592 sources +=
593 rebase_path(gypi_values.chrome_browser_android_sources, ".", "//chrome") 593 rebase_path(gypi_values.chrome_browser_android_sources, ".", "//chrome")
594 deps += [ 594 deps += [
595 ":jni_headers", 595 ":jni_headers",
596 "//components/cdm/browser", 596 "//components/cdm/browser",
597 "//components/data_reduction_proxy/content/browser", 597 "//components/data_reduction_proxy/content/browser",
598 "//components/enhanced_bookmarks", 598 "//components/enhanced_bookmarks",
599 "//components/resources:components_resources", 599 "//components/resources:components_resources",
600 "//components/web_contents_delegate_android", 600 "//components/web_contents_delegate_android",
601 "//third_party/android_opengl/etc1", 601 "//third_party/android_opengl/etc1",
602 "//third_party/libaddressinput:util", 602 "//third_party/libaddressinput:util",
603 ] 603 ]
604 deps -= [ 604 deps -= [
605 "//third_party/libaddressinput", 605 "//third_party/libaddressinput",
606 "//components/feedback",
607 "//components/storage_monitor", 606 "//components/storage_monitor",
608 "//components/web_modal", 607 "//components/web_modal",
609 ] 608 ]
610 defines += [ "ENABLE_DATA_REDUCTION_PROXY_DEBUGGING" ] 609 defines += [ "ENABLE_DATA_REDUCTION_PROXY_DEBUGGING" ]
611 } 610 }
612 611
613 if (is_mac) { 612 if (is_mac) {
614 deps += [ 613 deps += [
615 "//third_party/google_toolbox_for_mac", 614 "//third_party/google_toolbox_for_mac",
616 "//third_party/mozilla", 615 "//third_party/mozilla",
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 ] 1098 ]
1100 } 1099 }
1101 1100
1102 if (enable_wifi_bootstrapping) { 1101 if (enable_wifi_bootstrapping) {
1103 sources += [ 1102 sources += [
1104 "local_discovery/wifi/mock_wifi_manager.cc", 1103 "local_discovery/wifi/mock_wifi_manager.cc",
1105 "local_discovery/wifi/mock_wifi_manager.h", 1104 "local_discovery/wifi/mock_wifi_manager.h",
1106 ] 1105 ]
1107 } 1106 }
1108 } 1107 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698