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

Side by Side Diff: base/BUILD.gn

Issue 2390953003: [Mac Fix-It] Changed OpenApplicationWithPath to use NSWorkspace. (Closed)
Patch Set: Addressed review comments 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/launch_services_util.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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 "mac/bundle_locations.mm", 411 "mac/bundle_locations.mm",
412 "mac/call_with_eh_frame.cc", 412 "mac/call_with_eh_frame.cc",
413 "mac/call_with_eh_frame.h", 413 "mac/call_with_eh_frame.h",
414 "mac/call_with_eh_frame_asm.S", 414 "mac/call_with_eh_frame_asm.S",
415 "mac/close_nocancel.cc", 415 "mac/close_nocancel.cc",
416 "mac/cocoa_protocols.h", 416 "mac/cocoa_protocols.h",
417 "mac/dispatch_source_mach.cc", 417 "mac/dispatch_source_mach.cc",
418 "mac/dispatch_source_mach.h", 418 "mac/dispatch_source_mach.h",
419 "mac/foundation_util.h", 419 "mac/foundation_util.h",
420 "mac/foundation_util.mm", 420 "mac/foundation_util.mm",
421 "mac/launch_services_util.cc",
422 "mac/launch_services_util.h", 421 "mac/launch_services_util.h",
422 "mac/launch_services_util.mm",
423 "mac/launchd.cc", 423 "mac/launchd.cc",
424 "mac/launchd.h", 424 "mac/launchd.h",
425 "mac/mac_logging.h", 425 "mac/mac_logging.h",
426 "mac/mac_logging.mm", 426 "mac/mac_logging.mm",
427 "mac/mac_util.h", 427 "mac/mac_util.h",
428 "mac/mac_util.mm", 428 "mac/mac_util.mm",
429 "mac/mach_logging.cc", 429 "mac/mach_logging.cc",
430 "mac/mach_logging.h", 430 "mac/mach_logging.h",
431 "mac/mach_port_broker.h", 431 "mac/mach_port_broker.h",
432 "mac/mach_port_broker.mm", 432 "mac/mach_port_broker.mm",
(...skipping 2021 matching lines...) Expand 10 before | Expand all | Expand 10 after
2454 testonly = true 2454 testonly = true
2455 deps = [ 2455 deps = [
2456 ":base_java", 2456 ":base_java",
2457 ] 2457 ]
2458 java_files = [ 2458 java_files = [
2459 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", 2459 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java",
2460 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", 2460 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java",
2461 ] 2461 ]
2462 } 2462 }
2463 } 2463 }
OLDNEW
« no previous file with comments | « no previous file | base/mac/launch_services_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698