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

Side by Side Diff: extensions/BUILD.gn

Issue 423403002: Implement more of chrome.serial on the Mojo SerialConnection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@js-serial
Patch Set: add missed GN change Created 6 years, 4 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 | extensions/extensions.gyp » ('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("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 import("//tools/grit/repack.gni") 6 import("//tools/grit/repack.gni")
7 7
8 # GYP version: extensions/extensions_resources.gyp:extensions_resources 8 # GYP version: extensions/extensions_resources.gyp:extensions_resources
9 group("extensions_resources") { 9 group("extensions_resources") {
10 deps = [ 10 deps = [
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 ] 159 ]
160 160
161 deps = [ 161 deps = [
162 ":extensions_resources", 162 ":extensions_resources",
163 ":shell_and_test_pak", 163 ":shell_and_test_pak",
164 ":test_support", 164 ":test_support",
165 "//base", 165 "//base",
166 "//base/test:test_support", 166 "//base/test:test_support",
167 "//content/test:test_support", 167 "//content/test:test_support",
168 "//device/serial", 168 "//device/serial",
169 "//device/serial:test_util",
169 "//extensions/common", 170 "//extensions/common",
170 "//extensions/renderer", 171 "//extensions/renderer",
171 "//extensions/strings", 172 "//extensions/strings",
172 "//mojo/environment:chromium", 173 "//mojo/environment:chromium",
173 "//mojo/public/cpp/bindings", 174 "//mojo/public/cpp/bindings",
174 "//mojo/bindings/js", 175 "//mojo/bindings/js",
175 "//mojo/system", 176 "//mojo/system",
176 "//testing/gmock", 177 "//testing/gmock",
177 "//testing/gtest", 178 "//testing/gtest",
178 ] 179 ]
179 180
180 if (is_win) { 181 if (is_win) {
181 deps += [ 182 deps += [
182 "//base/allocator", 183 "//base/allocator",
183 ] 184 ]
184 } 185 }
185 } 186 }
186 } 187 }
OLDNEW
« no previous file with comments | « no previous file | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698