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

Side by Side Diff: base/BUILD.gn

Issue 274773003: Allow MakeCriticalClosure to enclose closures with non-void return types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 7
8 component("base") { 8 component("base") {
9 sources = [ 9 sources = [
10 "third_party/dmg_fp/dmg_fp.h", 10 "third_party/dmg_fp/dmg_fp.h",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "command_line.h", 104 "command_line.h",
105 "compiler_specific.h", 105 "compiler_specific.h",
106 "containers/hash_tables.h", 106 "containers/hash_tables.h",
107 "containers/linked_list.h", 107 "containers/linked_list.h",
108 "containers/mru_cache.h", 108 "containers/mru_cache.h",
109 "containers/small_map.h", 109 "containers/small_map.h",
110 "containers/stack_container.h", 110 "containers/stack_container.h",
111 "cpu.cc", 111 "cpu.cc",
112 "cpu.h", 112 "cpu.h",
113 "critical_closure.h", 113 "critical_closure.h",
114 "critical_closure_ios.mm", 114 "critical_closure_internal_ios.mm",
115 "debug/alias.cc", 115 "debug/alias.cc",
116 "debug/alias.h", 116 "debug/alias.h",
117 "debug/crash_logging.cc", 117 "debug/crash_logging.cc",
118 "debug/crash_logging.h", 118 "debug/crash_logging.h",
119 "debug/debugger.cc", 119 "debug/debugger.cc",
120 "debug/debugger.h", 120 "debug/debugger.h",
121 "debug/debugger_posix.cc", 121 "debug/debugger_posix.cc",
122 "debug/debugger_win.cc", 122 "debug/debugger_win.cc",
123 # This file depends on files from the "allocator" target, 123 # This file depends on files from the "allocator" target,
124 # but this target does not depend on "allocator" (see 124 # but this target does not depend on "allocator" (see
(...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after
925 "android/java/src/org/chromium/base/PathUtils.java", 925 "android/java/src/org/chromium/base/PathUtils.java",
926 "android/java/src/org/chromium/base/PowerMonitor.java", 926 "android/java/src/org/chromium/base/PowerMonitor.java",
927 "android/java/src/org/chromium/base/SystemMessageHandler.java", 927 "android/java/src/org/chromium/base/SystemMessageHandler.java",
928 "android/java/src/org/chromium/base/SysUtils.java", 928 "android/java/src/org/chromium/base/SysUtils.java",
929 "android/java/src/org/chromium/base/ThreadUtils.java", 929 "android/java/src/org/chromium/base/ThreadUtils.java",
930 "android/java/src/org/chromium/base/TraceEvent.java", 930 "android/java/src/org/chromium/base/TraceEvent.java",
931 ] 931 ]
932 jni_package = "base" 932 jni_package = "base"
933 } 933 }
934 } 934 }
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