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

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: bengr CR comments, update OWNERS for IPC messages 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
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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 deps += [ 224 deps += [
225 "//apps", 225 "//apps",
226 "//cc", 226 "//cc",
227 "//chrome/app:generated_resources_map", 227 "//chrome/app:generated_resources_map",
228 "//chrome/app/theme:theme_resources", 228 "//chrome/app/theme:theme_resources",
229 "//chrome/browser/devtools", 229 "//chrome/browser/devtools",
230 "//chrome/browser/resources:component_extension_resources", 230 "//chrome/browser/resources:component_extension_resources",
231 "//chrome/installer/util", 231 "//chrome/installer/util",
232 "//components/app_modal", 232 "//components/app_modal",
233 "//components/autofill/content/browser", 233 "//components/autofill/content/browser",
234 "//components/data_reduction_proxy/content/browser",
234 "//components/dom_distiller/content", 235 "//components/dom_distiller/content",
235 "//components/history/content/browser", 236 "//components/history/content/browser",
236 "//components/keyed_service/content", 237 "//components/keyed_service/content",
237 "//components/navigation_interception", 238 "//components/navigation_interception",
238 "//components/password_manager/content/browser", 239 "//components/password_manager/content/browser",
239 "//components/precache/content", 240 "//components/precache/content",
240 "//components/sessions:sessions_content", 241 "//components/sessions:sessions_content",
241 "//components/storage_monitor", 242 "//components/storage_monitor",
242 "//components/translate/content/browser", 243 "//components/translate/content/browser",
243 "//components/url_matcher", 244 "//components/url_matcher",
(...skipping 343 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/storage_monitor", 606 "//components/storage_monitor",
607 "//components/web_modal", 607 "//components/web_modal",
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 ] 1098 ]
1099 } 1099 }
1100 1100
1101 if (enable_wifi_bootstrapping) { 1101 if (enable_wifi_bootstrapping) {
1102 sources += [ 1102 sources += [
1103 "local_discovery/wifi/mock_wifi_manager.cc", 1103 "local_discovery/wifi/mock_wifi_manager.cc",
1104 "local_discovery/wifi/mock_wifi_manager.h", 1104 "local_discovery/wifi/mock_wifi_manager.h",
1105 ] 1105 ]
1106 } 1106 }
1107 } 1107 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/renderer/page_load_histograms.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698