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

Side by Side Diff: base/BUILD.gn

Issue 303273009: gn fixes for ui/gl and mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | gpu/config/BUILD.gn » ('j') | third_party/mesa/BUILD.gn » ('J')
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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 "mac/os_crash_dumps.h", 266 "mac/os_crash_dumps.h",
267 "mac/scoped_aedesc.h", 267 "mac/scoped_aedesc.h",
268 "mac/scoped_authorizationref.h", 268 "mac/scoped_authorizationref.h",
269 "mac/scoped_block.h", 269 "mac/scoped_block.h",
270 "mac/scoped_cftyperef.h", 270 "mac/scoped_cftyperef.h",
271 "mac/scoped_ioobject.h", 271 "mac/scoped_ioobject.h",
272 "mac/scoped_ioplugininterface.h", 272 "mac/scoped_ioplugininterface.h",
273 "mac/scoped_launch_data.h", 273 "mac/scoped_launch_data.h",
274 "mac/scoped_mach_port.cc", 274 "mac/scoped_mach_port.cc",
275 "mac/scoped_mach_port.h", 275 "mac/scoped_mach_port.h",
276 "mac/scoped_mach_vm.cc",
277 "mac/scoped_mach_vm.h",
276 "mac/scoped_nsautorelease_pool.h", 278 "mac/scoped_nsautorelease_pool.h",
277 "mac/scoped_nsautorelease_pool.mm", 279 "mac/scoped_nsautorelease_pool.mm",
278 "mac/scoped_nsexception_enabler.h", 280 "mac/scoped_nsexception_enabler.h",
279 "mac/scoped_nsexception_enabler.mm", 281 "mac/scoped_nsexception_enabler.mm",
280 "mac/scoped_nsobject.h", 282 "mac/scoped_nsobject.h",
281 "mac/scoped_sending_event.h", 283 "mac/scoped_sending_event.h",
282 "mac/scoped_sending_event.mm", 284 "mac/scoped_sending_event.mm",
283 "mac/sdk_forward_declarations.h", 285 "mac/sdk_forward_declarations.h",
284 "macros.h", 286 "macros.h",
285 "md5.cc", 287 "md5.cc",
(...skipping 1064 matching lines...) Expand 10 before | Expand all | Expand 10 after
1350 source_prereqs = [ 1352 source_prereqs = [
1351 "android/java/templates/native_libraries_array.h", 1353 "android/java/templates/native_libraries_array.h",
1352 ] 1354 ]
1353 1355
1354 package_name = "org/chromium/base/library_loader" 1356 package_name = "org/chromium/base/library_loader"
1355 include_path = "android/java/templates" 1357 include_path = "android/java/templates"
1356 } 1358 }
1357 1359
1358 1360
1359 } 1361 }
OLDNEW
« no previous file with comments | « no previous file | gpu/config/BUILD.gn » ('j') | third_party/mesa/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698