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

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

Issue 2762623003: [Extensions Bindings] Add lastError utilities to APIBindingJSUtil (Closed)
Patch Set: . Created 3 years, 9 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 import("//extensions/features/features.gni") 6 import("//extensions/features/features.gni")
7 7
8 assert(enable_extensions) 8 assert(enable_extensions)
9 9
10 source_set("renderer") { 10 source_set("renderer") {
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "//third_party/wds:libwds", 280 "//third_party/wds:libwds",
281 ] 281 ]
282 } 282 }
283 } 283 }
284 284
285 source_set("unit_tests") { 285 source_set("unit_tests") {
286 testonly = true 286 testonly = true
287 sources = [ 287 sources = [
288 "activity_log_converter_strategy_unittest.cc", 288 "activity_log_converter_strategy_unittest.cc",
289 "api/mojo_private/mojo_private_unittest.cc", 289 "api/mojo_private/mojo_private_unittest.cc",
290 "api_binding_js_util_unittest.cc",
290 "api_binding_test.cc", 291 "api_binding_test.cc",
291 "api_binding_test.h", 292 "api_binding_test.h",
292 "api_binding_test_util.cc", 293 "api_binding_test_util.cc",
293 "api_binding_test_util.h", 294 "api_binding_test_util.h",
294 "api_binding_unittest.cc", 295 "api_binding_unittest.cc",
295 "api_bindings_system_unittest.cc", 296 "api_bindings_system_unittest.cc",
296 "api_bindings_system_unittest.h", 297 "api_bindings_system_unittest.h",
297 "api_event_handler_unittest.cc", 298 "api_event_handler_unittest.cc",
298 "api_last_error_unittest.cc", 299 "api_last_error_unittest.cc",
299 "api_request_handler_unittest.cc", 300 "api_request_handler_unittest.cc",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 "//ui/base", 344 "//ui/base",
344 ] 345 ]
345 346
346 if (enable_wifi_display && proprietary_codecs) { 347 if (enable_wifi_display && proprietary_codecs) {
347 sources += [ 348 sources += [
348 "api/display_source/wifi_display/wifi_display_elementary_stream_descriptor _unittest.cc", 349 "api/display_source/wifi_display/wifi_display_elementary_stream_descriptor _unittest.cc",
349 "api/display_source/wifi_display/wifi_display_media_packetizer_unittest.cc ", 350 "api/display_source/wifi_display/wifi_display_media_packetizer_unittest.cc ",
350 ] 351 ]
351 } 352 }
352 } 353 }
OLDNEW
« no previous file with comments | « no previous file | extensions/renderer/api_binding_js_util.h » ('j') | extensions/renderer/api_binding_js_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698