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

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

Issue 2300703005: DevTools: merge devtools_http_handler into content - it is used in all the embedders anyways. (Closed)
Patch Set: for_landing! Created 4 years, 3 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 | « android_webview/native/webview_native.gyp ('k') | chrome/browser/android/DEPS » ('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/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 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1256 "//components/content_settings/core/common", 1256 "//components/content_settings/core/common",
1257 "//components/contextual_search:browser", 1257 "//components/contextual_search:browser",
1258 "//components/cookie_config", 1258 "//components/cookie_config",
1259 "//components/crx_file", 1259 "//components/crx_file",
1260 "//components/data_reduction_proxy/content/browser", 1260 "//components/data_reduction_proxy/content/browser",
1261 "//components/data_reduction_proxy/core/browser", 1261 "//components/data_reduction_proxy/core/browser",
1262 "//components/data_usage/core", 1262 "//components/data_usage/core",
1263 "//components/data_use_measurement/content", 1263 "//components/data_use_measurement/content",
1264 "//components/data_use_measurement/core", 1264 "//components/data_use_measurement/core",
1265 "//components/device_event_log", 1265 "//components/device_event_log",
1266 "//components/devtools_http_handler",
1267 "//components/dom_distiller/content/browser", 1266 "//components/dom_distiller/content/browser",
1268 "//components/domain_reliability", 1267 "//components/domain_reliability",
1269 "//components/error_page/common", 1268 "//components/error_page/common",
1270 "//components/favicon/content", 1269 "//components/favicon/content",
1271 "//components/favicon/core", 1270 "//components/favicon/core",
1272 "//components/favicon_base", 1271 "//components/favicon_base",
1273 "//components/flags_ui", 1272 "//components/flags_ui",
1274 "//components/gcm_driver", 1273 "//components/gcm_driver",
1275 "//components/google/core/browser", 1274 "//components/google/core/browser",
1276 "//components/guest_view/browser", 1275 "//components/guest_view/browser",
(...skipping 1707 matching lines...) Expand 10 before | Expand all | Expand 10 after
2984 "android/data_usage/data_use_ui_tab_model_factory.cc", 2983 "android/data_usage/data_use_ui_tab_model_factory.cc",
2985 "android/data_usage/data_use_ui_tab_model_factory.h", 2984 "android/data_usage/data_use_ui_tab_model_factory.h",
2986 "android/data_usage/external_data_use_observer.cc", 2985 "android/data_usage/external_data_use_observer.cc",
2987 "android/data_usage/external_data_use_observer.h", 2986 "android/data_usage/external_data_use_observer.h",
2988 "android/data_usage/external_data_use_observer_bridge.cc", 2987 "android/data_usage/external_data_use_observer_bridge.cc",
2989 "android/data_usage/external_data_use_observer_bridge.h", 2988 "android/data_usage/external_data_use_observer_bridge.h",
2990 "android/data_usage/external_data_use_reporter.cc", 2989 "android/data_usage/external_data_use_reporter.cc",
2991 "android/data_usage/external_data_use_reporter.h", 2990 "android/data_usage/external_data_use_reporter.h",
2992 "android/data_usage/tab_data_use_entry.cc", 2991 "android/data_usage/tab_data_use_entry.cc",
2993 "android/data_usage/tab_data_use_entry.h", 2992 "android/data_usage/tab_data_use_entry.h",
2994 "android/dev_tools_server.cc",
2995 "android/dev_tools_server.h",
2996 "android/devtools_manager_delegate_android.cc", 2993 "android/devtools_manager_delegate_android.cc",
2997 "android/devtools_manager_delegate_android.h", 2994 "android/devtools_manager_delegate_android.h",
2995 "android/devtools_server.cc",
2996 "android/devtools_server.h",
2998 "android/document/document_web_contents_delegate.cc", 2997 "android/document/document_web_contents_delegate.cc",
2999 "android/dom_distiller/distiller_ui_handle_android.cc", 2998 "android/dom_distiller/distiller_ui_handle_android.cc",
3000 "android/dom_distiller/distiller_ui_handle_android.h", 2999 "android/dom_distiller/distiller_ui_handle_android.h",
3001 "android/download/android_download_manager_overwrite_infobar_delegate.cc", 3000 "android/download/android_download_manager_overwrite_infobar_delegate.cc",
3002 "android/download/android_download_manager_overwrite_infobar_delegate.h", 3001 "android/download/android_download_manager_overwrite_infobar_delegate.h",
3003 "android/download/chrome_download_delegate.cc", 3002 "android/download/chrome_download_delegate.cc",
3004 "android/download/chrome_download_delegate.h", 3003 "android/download/chrome_download_delegate.h",
3005 "android/download/chrome_download_manager_overwrite_infobar_delegate.cc", 3004 "android/download/chrome_download_manager_overwrite_infobar_delegate.cc",
3006 "android/download/chrome_download_manager_overwrite_infobar_delegate.h", 3005 "android/download/chrome_download_manager_overwrite_infobar_delegate.h",
3007 "android/download/download_controller.cc", 3006 "android/download/download_controller.cc",
(...skipping 1246 matching lines...) Expand 10 before | Expand all | Expand 10 after
4254 # linking all of the test support. 4253 # linking all of the test support.
4255 static_library("pepper_cdm_test_constants") { 4254 static_library("pepper_cdm_test_constants") {
4256 testonly = true 4255 testonly = true
4257 visibility = [ "//chrome/*" ] 4256 visibility = [ "//chrome/*" ]
4258 sources = [ 4257 sources = [
4259 "media/pepper_cdm_test_constants.cc", 4258 "media/pepper_cdm_test_constants.cc",
4260 "media/pepper_cdm_test_constants.h", 4259 "media/pepper_cdm_test_constants.h",
4261 ] 4260 ]
4262 } 4261 }
4263 } 4262 }
OLDNEW
« no previous file with comments | « android_webview/native/webview_native.gyp ('k') | chrome/browser/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698