OLD | NEW |
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("//tools/grit/grit_rule.gni") | 6 import("//tools/grit/grit_rule.gni") |
7 } | 7 } |
8 | 8 |
9 action("devtools_protocol_constants") { | 9 action("devtools_protocol_constants") { |
10 script = "devtools_protocol_constants_generator.py" | 10 script = "devtools_protocol_constants_generator.py" |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 ":devtools_protocol_constants", | 59 ":devtools_protocol_constants", |
60 "//base", | 60 "//base", |
61 "//content/public/browser", | 61 "//content/public/browser", |
62 "//net", | 62 "//net", |
63 ] | 63 ] |
64 | 64 |
65 if (!is_android) { | 65 if (!is_android) { |
66 deps += [ | 66 deps += [ |
67 "//chrome/app/theme:theme_resources", | 67 "//chrome/app/theme:theme_resources", |
68 "//chrome/common/extensions/api", | 68 "//chrome/common/extensions/api", |
69 "//chrome/common/extensions/api:api_registration", | |
70 "//chrome:extra_resources", | 69 "//chrome:extra_resources", |
71 "//chrome:resources", | 70 "//chrome:resources", |
72 "//chrome:strings", | 71 "//chrome:strings", |
73 "//components/devtools_http_handler", | 72 "//components/devtools_http_handler", |
74 "//net:http_server", | 73 "//net:http_server", |
75 "//skia", | 74 "//skia", |
76 "//third_party/icu", | 75 "//third_party/icu", |
77 "//third_party/leveldatabase", | 76 "//third_party/leveldatabase", |
78 "//third_party/libusb", | 77 "//third_party/libusb", |
79 ":webrtc_device_provider_resources", | 78 ":webrtc_device_provider_resources", |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 source = "device/webrtc/resources.grd" | 140 source = "device/webrtc/resources.grd" |
142 output_dir = "$root_gen_dir/chrome" | 141 output_dir = "$root_gen_dir/chrome" |
143 outputs = [ | 142 outputs = [ |
144 "grit/webrtc_device_provider_resources.h", | 143 "grit/webrtc_device_provider_resources.h", |
145 "grit/webrtc_device_provider_resources_map.cc", | 144 "grit/webrtc_device_provider_resources_map.cc", |
146 "grit/webrtc_device_provider_resources_map.h", | 145 "grit/webrtc_device_provider_resources_map.h", |
147 "webrtc_device_provider_resources.pak", | 146 "webrtc_device_provider_resources.pak", |
148 ] | 147 ] |
149 } | 148 } |
150 } | 149 } |
OLD | NEW |