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

Side by Side Diff: base/BUILD.gn

Issue 1076443002: Removed obsolete float_util.h as VS2013 supports standards well enough. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fixed mistake in value converter. 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "files/important_file_writer.cc", 224 "files/important_file_writer.cc",
225 "files/important_file_writer.h", 225 "files/important_file_writer.h",
226 "files/memory_mapped_file.cc", 226 "files/memory_mapped_file.cc",
227 "files/memory_mapped_file.h", 227 "files/memory_mapped_file.h",
228 "files/memory_mapped_file_posix.cc", 228 "files/memory_mapped_file_posix.cc",
229 "files/memory_mapped_file_win.cc", 229 "files/memory_mapped_file_win.cc",
230 "files/scoped_file.cc", 230 "files/scoped_file.cc",
231 "files/scoped_file.h", 231 "files/scoped_file.h",
232 "files/scoped_temp_dir.cc", 232 "files/scoped_temp_dir.cc",
233 "files/scoped_temp_dir.h", 233 "files/scoped_temp_dir.h",
234 "float_util.h",
235 "format_macros.h", 234 "format_macros.h",
236 "gtest_prod_util.h", 235 "gtest_prod_util.h",
237 "guid.cc", 236 "guid.cc",
238 "guid.h", 237 "guid.h",
239 "guid_posix.cc", 238 "guid_posix.cc",
240 "guid_win.cc", 239 "guid_win.cc",
241 "hash.cc", 240 "hash.cc",
242 "hash.h", 241 "hash.h",
243 "id_map.h", 242 "id_map.h",
244 "ios/device_util.h", 243 "ios/device_util.h",
(...skipping 1235 matching lines...) Expand 10 before | Expand all | Expand 10 after
1480 1479
1481 # GYP: //base.gyp:base_java_unittest_support 1480 # GYP: //base.gyp:base_java_unittest_support
1482 android_library("base_java_unittest_support") { 1481 android_library("base_java_unittest_support") {
1483 deps = [ 1482 deps = [
1484 ":base_java", 1483 ":base_java",
1485 ] 1484 ]
1486 java_files = 1485 java_files =
1487 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1486 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1488 } 1487 }
1489 } 1488 }
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