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

Side by Side Diff: base/BUILD.gn

Issue 2332903002: [sensors] [mac] Implement ambient light sensor for macOS (Closed)
Patch Set: Update commit message Created 4 years, 2 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
« no previous file with comments | « no previous file | base/mac/scoped_ionotificationportref.h » ('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 # HOW TO WRITE CONDITIONALS IN THIS FILE 5 # HOW TO WRITE CONDITIONALS IN THIS FILE
6 # ====================================== 6 # ======================================
7 # 7 #
8 # In many other places, one would write a conditional that expresses all the 8 # In many other places, one would write a conditional that expresses all the
9 # cases when a source file is used or unused, and then either add or subtract 9 # cases when a source file is used or unused, and then either add or subtract
10 # it from the sources list in that case 10 # it from the sources list in that case
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 "mac/mach_port_util.h", 434 "mac/mach_port_util.h",
435 "mac/objc_property_releaser.h", 435 "mac/objc_property_releaser.h",
436 "mac/objc_property_releaser.mm", 436 "mac/objc_property_releaser.mm",
437 "mac/os_crash_dumps.cc", 437 "mac/os_crash_dumps.cc",
438 "mac/os_crash_dumps.h", 438 "mac/os_crash_dumps.h",
439 "mac/scoped_aedesc.h", 439 "mac/scoped_aedesc.h",
440 "mac/scoped_authorizationref.h", 440 "mac/scoped_authorizationref.h",
441 "mac/scoped_block.h", 441 "mac/scoped_block.h",
442 "mac/scoped_cftyperef.h", 442 "mac/scoped_cftyperef.h",
443 "mac/scoped_dispatch_object.h", 443 "mac/scoped_dispatch_object.h",
444 "mac/scoped_ionotificationportref.h",
444 "mac/scoped_ioobject.h", 445 "mac/scoped_ioobject.h",
445 "mac/scoped_ioplugininterface.h", 446 "mac/scoped_ioplugininterface.h",
446 "mac/scoped_launch_data.h", 447 "mac/scoped_launch_data.h",
447 "mac/scoped_mach_port.cc", 448 "mac/scoped_mach_port.cc",
448 "mac/scoped_mach_port.h", 449 "mac/scoped_mach_port.h",
449 "mac/scoped_mach_vm.cc", 450 "mac/scoped_mach_vm.cc",
450 "mac/scoped_mach_vm.h", 451 "mac/scoped_mach_vm.h",
451 "mac/scoped_nsautorelease_pool.h", 452 "mac/scoped_nsautorelease_pool.h",
452 "mac/scoped_nsautorelease_pool.mm", 453 "mac/scoped_nsautorelease_pool.mm",
453 "mac/scoped_nsobject.h", 454 "mac/scoped_nsobject.h",
(...skipping 1995 matching lines...) Expand 10 before | Expand all | Expand 10 after
2449 testonly = true 2450 testonly = true
2450 deps = [ 2451 deps = [
2451 ":base_java", 2452 ":base_java",
2452 ] 2453 ]
2453 java_files = [ 2454 java_files = [
2454 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", 2455 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java",
2455 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", 2456 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java",
2456 ] 2457 ]
2457 } 2458 }
2458 } 2459 }
OLDNEW
« no previous file with comments | « no previous file | base/mac/scoped_ionotificationportref.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698