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

Side by Side Diff: content/test/BUILD.gn

Issue 2433203003: Mojoify PoweMonitorMessageBroadcaster IPC from browser to child process (Closed)
Patch Set: code rebase 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
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 1354 matching lines...) Expand 10 before | Expand all | Expand 10 after
1365 "//content/public/common", 1365 "//content/public/common",
1366 "//content/public/renderer", 1366 "//content/public/renderer",
1367 "//content/renderer:for_content_tests", 1367 "//content/renderer:for_content_tests",
1368 "//crypto", 1368 "//crypto",
1369 "//device/battery", 1369 "//device/battery",
1370 "//device/battery:mojo_bindings", 1370 "//device/battery:mojo_bindings",
1371 "//device/bluetooth", 1371 "//device/bluetooth",
1372 "//device/bluetooth:mocks", 1372 "//device/bluetooth:mocks",
1373 "//device/gamepad", 1373 "//device/gamepad",
1374 "//device/gamepad:test_helpers", 1374 "//device/gamepad:test_helpers",
1375 "//device/power_monitor/public/interfaces",
1375 "//device/sensors/public/cpp", 1376 "//device/sensors/public/cpp",
1376 "//device/sensors/public/interfaces", 1377 "//device/sensors/public/interfaces",
1377 "//gin", 1378 "//gin",
1378 "//gpu", 1379 "//gpu",
1379 "//gpu:test_support", 1380 "//gpu:test_support",
1380 "//ipc:test_support", 1381 "//ipc:test_support",
1381 "//media:shared_memory_support", 1382 "//media:shared_memory_support",
1382 "//media:test_support", 1383 "//media:test_support",
1383 "//media/audio:test_support", 1384 "//media/audio:test_support",
1384 "//media/base:test_support", 1385 "//media/base:test_support",
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
1687 if (is_android) { 1688 if (is_android) {
1688 deps += [ "//testing/android/native_test:native_test_native_code" ] 1689 deps += [ "//testing/android/native_test:native_test_native_code" ]
1689 } 1690 }
1690 } 1691 }
1691 1692
1692 group("fuzzers") { 1693 group("fuzzers") {
1693 deps = [ 1694 deps = [
1694 "//content/test/fuzzer", 1695 "//content/test/fuzzer",
1695 ] 1696 ]
1696 } 1697 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698