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

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

Issue 966443002: Add DataReductionProxy IPC to determine if the Data Reduction Proxy was used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to head 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/chrome_content_browser_client.cc » ('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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 deps += [ 225 deps += [
226 "//apps", 226 "//apps",
227 "//cc", 227 "//cc",
228 "//chrome/app:generated_resources_map", 228 "//chrome/app:generated_resources_map",
229 "//chrome/app/theme:theme_resources", 229 "//chrome/app/theme:theme_resources",
230 "//chrome/browser/devtools", 230 "//chrome/browser/devtools",
231 "//chrome/browser/resources:component_extension_resources", 231 "//chrome/browser/resources:component_extension_resources",
232 "//chrome/installer/util", 232 "//chrome/installer/util",
233 "//components/app_modal", 233 "//components/app_modal",
234 "//components/autofill/content/browser", 234 "//components/autofill/content/browser",
235 "//components/data_reduction_proxy/content/browser",
235 "//components/dom_distiller/content", 236 "//components/dom_distiller/content",
236 "//components/history/content/browser", 237 "//components/history/content/browser",
237 "//components/keyed_service/content", 238 "//components/keyed_service/content",
238 "//components/navigation_interception", 239 "//components/navigation_interception",
239 "//components/password_manager/content/browser", 240 "//components/password_manager/content/browser",
240 "//components/precache/content", 241 "//components/precache/content",
241 "//components/sessions:sessions_content", 242 "//components/sessions:sessions_content",
242 "//components/storage_monitor", 243 "//components/storage_monitor",
243 "//components/translate/content/browser", 244 "//components/translate/content/browser",
244 "//components/url_matcher", 245 "//components/url_matcher",
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 "//device/usb", 588 "//device/usb",
588 ] 589 ]
589 } 590 }
590 591
591 if (is_android) { 592 if (is_android) {
592 sources += 593 sources +=
593 rebase_path(gypi_values.chrome_browser_android_sources, ".", "//chrome") 594 rebase_path(gypi_values.chrome_browser_android_sources, ".", "//chrome")
594 deps += [ 595 deps += [
595 ":jni_headers", 596 ":jni_headers",
596 "//components/cdm/browser", 597 "//components/cdm/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", 606 "//components/feedback",
607 "//components/storage_monitor", 607 "//components/storage_monitor",
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 ] 1099 ]
1100 } 1100 }
1101 1101
1102 if (enable_wifi_bootstrapping) { 1102 if (enable_wifi_bootstrapping) {
1103 sources += [ 1103 sources += [
1104 "local_discovery/wifi/mock_wifi_manager.cc", 1104 "local_discovery/wifi/mock_wifi_manager.cc",
1105 "local_discovery/wifi/mock_wifi_manager.h", 1105 "local_discovery/wifi/mock_wifi_manager.h",
1106 ] 1106 ]
1107 } 1107 }
1108 } 1108 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698