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

Side by Side Diff: extensions/renderer/BUILD.gn

Issue 2336843002: Decompose //extensions/browser/BUILD.gn (Closed)
Patch Set: . Created 4 years, 3 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
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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 6
7 assert(enable_extensions) 7 assert(enable_extensions)
8 8
9 # GYP version: extensions/extensions.gyp:extensions_renderer 9 # GYP version: extensions/extensions.gyp:extensions_renderer
10 source_set("renderer") { 10 source_set("renderer") {
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 "utils_unittest.cc", 275 "utils_unittest.cc",
276 ] 276 ]
277 277
278 deps = [ 278 deps = [
279 ":renderer", 279 ":renderer",
280 "//base", 280 "//base",
281 "//device/serial:test_support", 281 "//device/serial:test_support",
282 "//extensions:extensions_renderer_resources", 282 "//extensions:extensions_renderer_resources",
283 283
284 # TODO(brettw) these tests should not be including headers from browser. 284 # TODO(brettw) these tests should not be including headers from browser.
285 "//extensions/browser", 285 "//extensions/browser/mojo",
286 "//extensions/common", 286 "//extensions/common",
287 "//gin", 287 "//gin",
288 "//mojo/edk/js", 288 "//mojo/edk/js",
289 "//testing/gtest", 289 "//testing/gtest",
290 "//third_party/WebKit/public:blink", 290 "//third_party/WebKit/public:blink",
291 "//ui/base", 291 "//ui/base",
292 ] 292 ]
293 293
294 if (enable_wifi_display && proprietary_codecs) { 294 if (enable_wifi_display && proprietary_codecs) {
295 sources += [ 295 sources += [
296 "api/display_source/wifi_display/wifi_display_elementary_stream_descriptor _unittest.cc", 296 "api/display_source/wifi_display/wifi_display_elementary_stream_descriptor _unittest.cc",
297 "api/display_source/wifi_display/wifi_display_media_packetizer_unittest.cc ", 297 "api/display_source/wifi_display/wifi_display_media_packetizer_unittest.cc ",
298 ] 298 ]
299 } 299 }
300 } 300 }
OLDNEW
« extensions/browser/api/webcam_private/BUILD.gn ('K') | « extensions/common/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698