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

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

Issue 2780873002: Basic IPC communication between Chrome and the SW Reporter. (Closed)
Patch Set: Rebase Created 3 years, 8 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 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after
1109 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.h", 1109 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.h",
1110 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.mm", 1110 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.mm",
1111 "renderer_preferences_util.cc", 1111 "renderer_preferences_util.cc",
1112 "renderer_preferences_util.h", 1112 "renderer_preferences_util.h",
1113 "resource_delegate_mac.h", 1113 "resource_delegate_mac.h",
1114 "resource_delegate_mac.mm", 1114 "resource_delegate_mac.mm",
1115 "resources_util.cc", 1115 "resources_util.cc",
1116 "resources_util.h", 1116 "resources_util.h",
1117 "safe_browsing/safe_browsing_tab_observer.cc", 1117 "safe_browsing/safe_browsing_tab_observer.cc",
1118 "safe_browsing/safe_browsing_tab_observer.h", 1118 "safe_browsing/safe_browsing_tab_observer.h",
1119 "safe_browsing/srt_chrome_prompt_impl.cc",
1120 "safe_browsing/srt_chrome_prompt_impl.h",
1119 "safe_browsing/srt_client_info_win.cc", 1121 "safe_browsing/srt_client_info_win.cc",
1120 "safe_browsing/srt_client_info_win.h", 1122 "safe_browsing/srt_client_info_win.h",
1121 "safe_browsing/srt_fetcher_win.cc", 1123 "safe_browsing/srt_fetcher_win.cc",
1122 "safe_browsing/srt_fetcher_win.h", 1124 "safe_browsing/srt_fetcher_win.h",
1123 "safe_browsing/srt_field_trial_win.cc", 1125 "safe_browsing/srt_field_trial_win.cc",
1124 "safe_browsing/srt_field_trial_win.h", 1126 "safe_browsing/srt_field_trial_win.h",
1125 "safe_browsing/srt_global_error_win.cc", 1127 "safe_browsing/srt_global_error_win.cc",
1126 "safe_browsing/srt_global_error_win.h", 1128 "safe_browsing/srt_global_error_win.h",
1127 "safe_search_api/safe_search_url_checker.cc", 1129 "safe_search_api/safe_search_url_checker.cc",
1128 "safe_search_api/safe_search_url_checker.h", 1130 "safe_search_api/safe_search_url_checker.h",
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
1589 "//storage/common", 1591 "//storage/common",
1590 "//third_party/WebKit/public:features", 1592 "//third_party/WebKit/public:features",
1591 "//third_party/WebKit/public:image_resources", 1593 "//third_party/WebKit/public:image_resources",
1592 "//third_party/WebKit/public:resources", 1594 "//third_party/WebKit/public:resources",
1593 "//third_party/cacheinvalidation", 1595 "//third_party/cacheinvalidation",
1594 "//third_party/icu", 1596 "//third_party/icu",
1595 "//third_party/leveldatabase", 1597 "//third_party/leveldatabase",
1596 "//third_party/libaddressinput", 1598 "//third_party/libaddressinput",
1597 "//third_party/libxml", 1599 "//third_party/libxml",
1598 "//third_party/libyuv", 1600 "//third_party/libyuv",
1601 "//third_party/pipa/chrome_cleaner/public/interfaces",
1599 "//third_party/re2", 1602 "//third_party/re2",
1600 "//third_party/smhasher:cityhash", 1603 "//third_party/smhasher:cityhash",
1601 "//third_party/webrtc/modules/desktop_capture", 1604 "//third_party/webrtc/modules/desktop_capture",
1602 "//third_party/webrtc_overrides", 1605 "//third_party/webrtc_overrides",
1603 "//third_party/widevine/cdm:headers", 1606 "//third_party/widevine/cdm:headers",
1604 "//third_party/zlib", 1607 "//third_party/zlib",
1605 "//third_party/zlib:compression_utils", 1608 "//third_party/zlib:compression_utils",
1606 "//third_party/zlib:minizip", 1609 "//third_party/zlib:minizip",
1607 "//third_party/zlib:zip", 1610 "//third_party/zlib:zip",
1608 "//ui/base", 1611 "//ui/base",
(...skipping 2969 matching lines...) Expand 10 before | Expand all | Expand 10 after
4578 "media/pepper_cdm_test_constants.cc", 4581 "media/pepper_cdm_test_constants.cc",
4579 "media/pepper_cdm_test_constants.h", 4582 "media/pepper_cdm_test_constants.h",
4580 ] 4583 ]
4581 } 4584 }
4582 } 4585 }
4583 4586
4584 service_manifest("preferences_manifest") { 4587 service_manifest("preferences_manifest") {
4585 name = "preferences" 4588 name = "preferences"
4586 source = "prefs/preferences_manifest.json" 4589 source = "prefs/preferences_manifest.json"
4587 } 4590 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.cc » ('j') | chrome/browser/safe_browsing/srt_chrome_prompt_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698