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

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

Issue 2607833002: DevTools: move front-end URL handling to DevToolsUIBindingds (Closed)
Patch Set: review comments addressed Created 3 years, 11 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/devtools/devtools_ui_bindings.h » ('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 if (!is_android) { 5 if (!is_android) {
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 } 9 }
10 10
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "devtools_toggle_action.cc", 123 "devtools_toggle_action.cc",
124 "devtools_toggle_action.h", 124 "devtools_toggle_action.h",
125 "devtools_ui_bindings.cc", 125 "devtools_ui_bindings.cc",
126 "devtools_ui_bindings.h", 126 "devtools_ui_bindings.h",
127 "devtools_window.cc", 127 "devtools_window.cc",
128 "devtools_window.h", 128 "devtools_window.h",
129 "global_confirm_info_bar.cc", 129 "global_confirm_info_bar.cc",
130 "global_confirm_info_bar.h", 130 "global_confirm_info_bar.h",
131 "remote_debugging_server.cc", 131 "remote_debugging_server.cc",
132 "remote_debugging_server.h", 132 "remote_debugging_server.h",
133 "url_constants.cc",
134 "url_constants.h",
133 ] 135 ]
134 if (enable_service_discovery) { 136 if (enable_service_discovery) {
135 sources += [ 137 sources += [
136 "device/cast_device_provider.cc", 138 "device/cast_device_provider.cc",
137 "device/cast_device_provider.h", 139 "device/cast_device_provider.h",
138 ] 140 ]
139 } 141 }
140 } 142 }
141 } 143 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/devtools/devtools_ui_bindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698