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

Side by Side Diff: base/BUILD.gn

Issue 544913003: Revert of Check to ensure PowerObservers are added and removed on the same thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/base.gypi » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 } 9 }
10 10
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 "power_monitor/power_monitor_device_source.cc", 441 "power_monitor/power_monitor_device_source.cc",
442 "power_monitor/power_monitor_device_source.h", 442 "power_monitor/power_monitor_device_source.h",
443 "power_monitor/power_monitor_device_source_android.cc", 443 "power_monitor/power_monitor_device_source_android.cc",
444 "power_monitor/power_monitor_device_source_android.h", 444 "power_monitor/power_monitor_device_source_android.h",
445 "power_monitor/power_monitor_device_source_ios.mm", 445 "power_monitor/power_monitor_device_source_ios.mm",
446 "power_monitor/power_monitor_device_source_mac.mm", 446 "power_monitor/power_monitor_device_source_mac.mm",
447 "power_monitor/power_monitor_device_source_posix.cc", 447 "power_monitor/power_monitor_device_source_posix.cc",
448 "power_monitor/power_monitor_device_source_win.cc", 448 "power_monitor/power_monitor_device_source_win.cc",
449 "power_monitor/power_monitor_source.cc", 449 "power_monitor/power_monitor_source.cc",
450 "power_monitor/power_monitor_source.h", 450 "power_monitor/power_monitor_source.h",
451 "power_monitor/power_observer.cc",
452 "power_monitor/power_observer.h", 451 "power_monitor/power_observer.h",
453 "process/internal_linux.cc", 452 "process/internal_linux.cc",
454 "process/internal_linux.h", 453 "process/internal_linux.h",
455 "process/kill.cc", 454 "process/kill.cc",
456 "process/kill.h", 455 "process/kill.h",
457 "process/kill_mac.cc", 456 "process/kill_mac.cc",
458 "process/kill_posix.cc", 457 "process/kill_posix.cc",
459 "process/kill_win.cc", 458 "process/kill_win.cc",
460 "process/launch.cc", 459 "process/launch.cc",
461 "process/launch.h", 460 "process/launch.h",
(...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after
1457 1456
1458 unittest_apk("base_unittests_apk") { 1457 unittest_apk("base_unittests_apk") {
1459 deps = [ 1458 deps = [
1460 ":base_java", 1459 ":base_java",
1461 ":base_java_unittest_support", 1460 ":base_java_unittest_support",
1462 ":base_unittests", 1461 ":base_unittests",
1463 ] 1462 ]
1464 unittests_dep = ":base_unittests" 1463 unittests_dep = ":base_unittests"
1465 } 1464 }
1466 } 1465 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698