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

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

Issue 2825533002: Introduce SerializeDictionaryForest for devtools_target_ui (Closed)
Patch Set: non-pre-ordered test and out params 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
« no previous file with comments | « no previous file | chrome/browser/devtools/devtools_targets_ui.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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 "devtools_toggle_action.cc", 125 "devtools_toggle_action.cc",
126 "devtools_toggle_action.h", 126 "devtools_toggle_action.h",
127 "devtools_ui_bindings.cc", 127 "devtools_ui_bindings.cc",
128 "devtools_ui_bindings.h", 128 "devtools_ui_bindings.h",
129 "devtools_window.cc", 129 "devtools_window.cc",
130 "devtools_window.h", 130 "devtools_window.h",
131 "global_confirm_info_bar.cc", 131 "global_confirm_info_bar.cc",
132 "global_confirm_info_bar.h", 132 "global_confirm_info_bar.h",
133 "remote_debugging_server.cc", 133 "remote_debugging_server.cc",
134 "remote_debugging_server.h", 134 "remote_debugging_server.h",
135 "serialize_host_descriptions.cc",
136 "serialize_host_descriptions.h",
135 "url_constants.cc", 137 "url_constants.cc",
136 "url_constants.h", 138 "url_constants.h",
137 ] 139 ]
138 if (enable_service_discovery) { 140 if (enable_service_discovery) {
139 sources += [ 141 sources += [
140 "device/cast_device_provider.cc", 142 "device/cast_device_provider.cc",
141 "device/cast_device_provider.h", 143 "device/cast_device_provider.h",
142 ] 144 ]
143 } 145 }
144 } 146 }
145 } 147 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/devtools/devtools_targets_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698