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

Side by Side Diff: base/BUILD.gn

Issue 1030253002: Fix missing symbols for pre-linking of the Cast sender library for iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update media/base/BUILD.gn. Created 5 years, 8 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/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("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "message_loop/message_pump_io_ios.cc", 313 "message_loop/message_pump_io_ios.cc",
314 "message_loop/message_pump_io_ios.h", 314 "message_loop/message_pump_io_ios.h",
315 "message_loop/message_pump_libevent.cc", 315 "message_loop/message_pump_libevent.cc",
316 "message_loop/message_pump_libevent.h", 316 "message_loop/message_pump_libevent.h",
317 "message_loop/message_pump_mac.h", 317 "message_loop/message_pump_mac.h",
318 "message_loop/message_pump_mac.mm", 318 "message_loop/message_pump_mac.mm",
319 "message_loop/message_pump_win.cc", 319 "message_loop/message_pump_win.cc",
320 "message_loop/message_pump_win.h", 320 "message_loop/message_pump_win.h",
321 "move.h", 321 "move.h",
322 "native_library.h", 322 "native_library.h",
323 "native_library_ios.mm",
323 "native_library_mac.mm", 324 "native_library_mac.mm",
324 "native_library_posix.cc", 325 "native_library_posix.cc",
325 "native_library_win.cc", 326 "native_library_win.cc",
326 "nix/mime_util_xdg.cc", 327 "nix/mime_util_xdg.cc",
327 "nix/mime_util_xdg.h", 328 "nix/mime_util_xdg.h",
328 "nix/xdg_util.cc", 329 "nix/xdg_util.cc",
329 "nix/xdg_util.h", 330 "nix/xdg_util.h",
330 "numerics/safe_conversions.h", 331 "numerics/safe_conversions.h",
331 "numerics/safe_conversions_impl.h", 332 "numerics/safe_conversions_impl.h",
332 "numerics/safe_math.h", 333 "numerics/safe_math.h",
(...skipping 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after
1461 1462
1462 # GYP: //base.gyp:base_java_unittest_support 1463 # GYP: //base.gyp:base_java_unittest_support
1463 android_library("base_java_unittest_support") { 1464 android_library("base_java_unittest_support") {
1464 deps = [ 1465 deps = [
1465 ":base_java", 1466 ":base_java",
1466 ] 1467 ]
1467 java_files = 1468 java_files =
1468 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1469 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1469 } 1470 }
1470 } 1471 }
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