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

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

Issue 2454943004: Add a //chrome/common dep to //chrome/browser/devtools (Closed)
Patch Set: Created 4 years, 1 month 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 | no next file » | 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "//net", 65 "//net",
66 "//ui/events:dom_keycode_converter", 66 "//ui/events:dom_keycode_converter",
67 ] 67 ]
68 68
69 if (!is_android) { 69 if (!is_android) {
70 deps += [ 70 deps += [
71 "//chrome:extra_resources", 71 "//chrome:extra_resources",
72 "//chrome:resources", 72 "//chrome:resources",
73 "//chrome:strings", 73 "//chrome:strings",
74 "//chrome/app/theme:theme_resources", 74 "//chrome/app/theme:theme_resources",
75 "//chrome/common",
75 "//chrome/common/extensions/api", 76 "//chrome/common/extensions/api",
76 "//net:http_server", 77 "//net:http_server",
77 "//skia", 78 "//skia",
78 "//third_party/icu", 79 "//third_party/icu",
79 "//third_party/leveldatabase", 80 "//third_party/leveldatabase",
80 ] 81 ]
81 sources += [ 82 sources += [
82 "chrome_devtools_manager_delegate.cc", 83 "chrome_devtools_manager_delegate.cc",
83 "chrome_devtools_manager_delegate.h", 84 "chrome_devtools_manager_delegate.h",
84 "device/adb/adb_client_socket.cc", 85 "device/adb/adb_client_socket.cc",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "remote_debugging_server.h", 132 "remote_debugging_server.h",
132 ] 133 ]
133 if (enable_service_discovery) { 134 if (enable_service_discovery) {
134 sources += [ 135 sources += [
135 "device/cast_device_provider.cc", 136 "device/cast_device_provider.cc",
136 "device/cast_device_provider.h", 137 "device/cast_device_provider.h",
137 ] 138 ]
138 } 139 }
139 } 140 }
140 } 141 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698