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

Side by Side Diff: base/BUILD.gn

Issue 974753002: Stop pretty-printing pref JSON (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: No export Created 5 years, 9 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.gyp » ('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 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 configs += [ "//build/config/compiler:optimize_max" ] 1061 configs += [ "//build/config/compiler:optimize_max" ]
1062 } 1062 }
1063 1063
1064 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1064 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1065 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 1065 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
1066 } 1066 }
1067 1067
1068 source_set("prefs") { 1068 source_set("prefs") {
1069 sources = [ 1069 sources = [
1070 "prefs/base_prefs_export.h", 1070 "prefs/base_prefs_export.h",
1071 "prefs/base_prefs_switches.cc",
1072 "prefs/base_prefs_switches.h",
1071 "prefs/default_pref_store.cc", 1073 "prefs/default_pref_store.cc",
1072 "prefs/default_pref_store.h", 1074 "prefs/default_pref_store.h",
1073 "prefs/json_pref_store.cc", 1075 "prefs/json_pref_store.cc",
1074 "prefs/json_pref_store.h", 1076 "prefs/json_pref_store.h",
1075 "prefs/overlay_user_pref_store.cc", 1077 "prefs/overlay_user_pref_store.cc",
1076 "prefs/overlay_user_pref_store.h", 1078 "prefs/overlay_user_pref_store.h",
1077 "prefs/persistent_pref_store.h", 1079 "prefs/persistent_pref_store.h",
1078 "prefs/pref_change_registrar.cc", 1080 "prefs/pref_change_registrar.cc",
1079 "prefs/pref_change_registrar.h", 1081 "prefs/pref_change_registrar.h",
1080 "prefs/pref_filter.h", 1082 "prefs/pref_filter.h",
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
1592 1594
1593 # GYP: //base.gyp:base_java_unittest_support 1595 # GYP: //base.gyp:base_java_unittest_support
1594 android_library("base_java_unittest_support") { 1596 android_library("base_java_unittest_support") {
1595 deps = [ 1597 deps = [
1596 ":base_java", 1598 ":base_java",
1597 ] 1599 ]
1598 java_files = 1600 java_files =
1599 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1601 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1600 } 1602 }
1601 } 1603 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698