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

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 1355 matching lines...) Expand 10 before | Expand all | Expand 10 after
1366 "//content/public/common", 1366 "//content/public/common",
1367 "//content/public/renderer", 1367 "//content/public/renderer",
1368 "//content/renderer:for_content_tests", 1368 "//content/renderer:for_content_tests",
1369 "//crypto", 1369 "//crypto",
1370 "//device/battery", 1370 "//device/battery",
1371 "//device/battery:mojo_bindings", 1371 "//device/battery:mojo_bindings",
1372 "//device/bluetooth", 1372 "//device/bluetooth",
1373 "//device/bluetooth:mocks", 1373 "//device/bluetooth:mocks",
1374 "//device/gamepad", 1374 "//device/gamepad",
1375 "//device/gamepad:test_helpers", 1375 "//device/gamepad:test_helpers",
1376 "//device/power_monitor/public/interfaces",
1376 "//device/sensors/public/cpp", 1377 "//device/sensors/public/cpp",
1377 "//device/sensors/public/interfaces", 1378 "//device/sensors/public/interfaces",
1378 "//gin", 1379 "//gin",
1379 "//gpu", 1380 "//gpu",
1380 "//gpu:test_support", 1381 "//gpu:test_support",
1381 "//ipc:test_support", 1382 "//ipc:test_support",
1382 "//media:shared_memory_support", 1383 "//media:shared_memory_support",
1383 "//media:test_support", 1384 "//media:test_support",
1384 "//media/audio:test_support", 1385 "//media/audio:test_support",
1385 "//media/base:test_support", 1386 "//media/base:test_support",
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
1688 if (is_android) { 1689 if (is_android) {
1689 deps += [ "//testing/android/native_test:native_test_native_code" ] 1690 deps += [ "//testing/android/native_test:native_test_native_code" ]
1690 } 1691 }
1691 } 1692 }
1692 1693
1693 group("fuzzers") { 1694 group("fuzzers") {
1694 deps = [ 1695 deps = [
1695 "//content/test/fuzzer", 1696 "//content/test/fuzzer",
1696 ] 1697 ]
1697 } 1698 }
OLDNEW
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | device/power_monitor/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698