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

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

Issue 1009943004: Remove dependency on //components/feedback on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "//components/component_updater", 87 "//components/component_updater",
88 "//components/content_settings/core/browser", 88 "//components/content_settings/core/browser",
89 "//components/content_settings/core/common", 89 "//components/content_settings/core/common",
90 "//components/crx_file", 90 "//components/crx_file",
91 "//components/data_reduction_proxy/core/browser", 91 "//components/data_reduction_proxy/core/browser",
92 "//components/device_event_log", 92 "//components/device_event_log",
93 "//components/domain_reliability", 93 "//components/domain_reliability",
94 "//components/enhanced_bookmarks", 94 "//components/enhanced_bookmarks",
95 "//components/favicon_base", 95 "//components/favicon_base",
96 "//components/favicon/core/browser", 96 "//components/favicon/core/browser",
97 "//components/feedback",
98 "//components/gcm_driver", 97 "//components/gcm_driver",
99 "//components/google/core/browser", 98 "//components/google/core/browser",
100 "//components/handoff", 99 "//components/handoff",
101 "//components/history/core/browser", 100 "//components/history/core/browser",
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",
107 "//components/metrics:profiler", 106 "//components/metrics:profiler",
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 if (is_android || is_ios) { 578 if (is_android || is_ios) {
580 # Mobile. 579 # Mobile.
581 sources += 580 sources +=
582 rebase_path(gypi_values.chrome_browser_mobile_sources, ".", "//chrome") 581 rebase_path(gypi_values.chrome_browser_mobile_sources, ".", "//chrome")
583 } else { 582 } else {
584 # Non-mobile. 583 # Non-mobile.
585 sources += rebase_path(gypi_values.chrome_browser_non_mobile_sources, 584 sources += rebase_path(gypi_values.chrome_browser_non_mobile_sources,
586 ".", 585 ".",
587 "//chrome") 586 "//chrome")
588 deps += [ 587 deps += [
588 "//components/feedback",
589 "//device/core", 589 "//device/core",
590 "//device/usb", 590 "//device/usb",
591 ] 591 ]
592 } 592 }
593 593
594 if (is_android) { 594 if (is_android) {
595 sources += 595 sources +=
596 rebase_path(gypi_values.chrome_browser_android_sources, ".", "//chrome") 596 rebase_path(gypi_values.chrome_browser_android_sources, ".", "//chrome")
597 deps += [ 597 deps += [
598 ":jni_headers", 598 ":jni_headers",
599 "//components/cdm/browser", 599 "//components/cdm/browser",
600 "//components/enhanced_bookmarks", 600 "//components/enhanced_bookmarks",
601 "//components/resources:components_resources", 601 "//components/resources:components_resources",
602 "//components/web_contents_delegate_android", 602 "//components/web_contents_delegate_android",
603 "//third_party/android_opengl/etc1", 603 "//third_party/android_opengl/etc1",
604 "//third_party/libaddressinput:util", 604 "//third_party/libaddressinput:util",
605 ] 605 ]
606 deps -= [ 606 deps -= [
607 "//third_party/libaddressinput", 607 "//third_party/libaddressinput",
608 "//components/feedback",
609 "//components/storage_monitor", 608 "//components/storage_monitor",
610 "//components/web_modal", 609 "//components/web_modal",
611 ] 610 ]
612 defines += [ "ENABLE_DATA_REDUCTION_PROXY_DEBUGGING" ] 611 defines += [ "ENABLE_DATA_REDUCTION_PROXY_DEBUGGING" ]
613 } 612 }
614 613
615 if (is_mac) { 614 if (is_mac) {
616 deps += [ 615 deps += [
617 "//third_party/google_toolbox_for_mac", 616 "//third_party/google_toolbox_for_mac",
618 "//third_party/mozilla", 617 "//third_party/mozilla",
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
1101 ] 1100 ]
1102 } 1101 }
1103 1102
1104 if (enable_wifi_bootstrapping) { 1103 if (enable_wifi_bootstrapping) {
1105 sources += [ 1104 sources += [
1106 "local_discovery/wifi/mock_wifi_manager.cc", 1105 "local_discovery/wifi/mock_wifi_manager.cc",
1107 "local_discovery/wifi/mock_wifi_manager.h", 1106 "local_discovery/wifi/mock_wifi_manager.h",
1108 ] 1107 ]
1109 } 1108 }
1110 } 1109 }
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