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

Side by Side Diff: base/BUILD.gn

Issue 295023002: Fix mac GN build. (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 | build/config/compiler/BUILD.gn » ('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/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "mac/launch_services_util.cc", 251 "mac/launch_services_util.cc",
252 "mac/launch_services_util.h", 252 "mac/launch_services_util.h",
253 "mac/launchd.cc", 253 "mac/launchd.cc",
254 "mac/launchd.h", 254 "mac/launchd.h",
255 "mac/libdispatch_task_runner.cc", 255 "mac/libdispatch_task_runner.cc",
256 "mac/libdispatch_task_runner.h", 256 "mac/libdispatch_task_runner.h",
257 "mac/mac_logging.h", 257 "mac/mac_logging.h",
258 "mac/mac_logging.cc", 258 "mac/mac_logging.cc",
259 "mac/mac_util.h", 259 "mac/mac_util.h",
260 "mac/mac_util.mm", 260 "mac/mac_util.mm",
261 "mac/mach_logging.cc",
262 "mac/mach_logging.h",
261 "mac/objc_property_releaser.h", 263 "mac/objc_property_releaser.h",
262 "mac/objc_property_releaser.mm", 264 "mac/objc_property_releaser.mm",
263 "mac/os_crash_dumps.cc", 265 "mac/os_crash_dumps.cc",
264 "mac/os_crash_dumps.h", 266 "mac/os_crash_dumps.h",
265 "mac/scoped_aedesc.h", 267 "mac/scoped_aedesc.h",
266 "mac/scoped_authorizationref.h", 268 "mac/scoped_authorizationref.h",
267 "mac/scoped_block.h", 269 "mac/scoped_block.h",
268 "mac/scoped_cftyperef.h", 270 "mac/scoped_cftyperef.h",
269 "mac/scoped_ioobject.h", 271 "mac/scoped_ioobject.h",
270 "mac/scoped_ioplugininterface.h", 272 "mac/scoped_ioplugininterface.h",
(...skipping 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after
1311 "android/java/src/org/chromium/base/PathUtils.java", 1313 "android/java/src/org/chromium/base/PathUtils.java",
1312 "android/java/src/org/chromium/base/PowerMonitor.java", 1314 "android/java/src/org/chromium/base/PowerMonitor.java",
1313 "android/java/src/org/chromium/base/SystemMessageHandler.java", 1315 "android/java/src/org/chromium/base/SystemMessageHandler.java",
1314 "android/java/src/org/chromium/base/SysUtils.java", 1316 "android/java/src/org/chromium/base/SysUtils.java",
1315 "android/java/src/org/chromium/base/ThreadUtils.java", 1317 "android/java/src/org/chromium/base/ThreadUtils.java",
1316 "android/java/src/org/chromium/base/TraceEvent.java", 1318 "android/java/src/org/chromium/base/TraceEvent.java",
1317 ] 1319 ]
1318 jni_package = "base" 1320 jni_package = "base"
1319 } 1321 }
1320 } 1322 }
OLDNEW
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698