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

Side by Side Diff: base/base.gyp

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 | « base/BUILD.gn ('k') | base/prefs/base_prefs_switches.h » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 'base', 331 'base',
332 ], 332 ],
333 'export_dependent_settings': [ 333 'export_dependent_settings': [
334 'base', 334 'base',
335 ], 335 ],
336 'defines': [ 336 'defines': [
337 'BASE_PREFS_IMPLEMENTATION', 337 'BASE_PREFS_IMPLEMENTATION',
338 ], 338 ],
339 'sources': [ 339 'sources': [
340 'prefs/base_prefs_export.h', 340 'prefs/base_prefs_export.h',
341 'prefs/base_prefs_switches.cc',
342 'prefs/base_prefs_switches.h',
341 'prefs/default_pref_store.cc', 343 'prefs/default_pref_store.cc',
342 'prefs/default_pref_store.h', 344 'prefs/default_pref_store.h',
343 'prefs/json_pref_store.cc', 345 'prefs/json_pref_store.cc',
344 'prefs/json_pref_store.h', 346 'prefs/json_pref_store.h',
345 'prefs/overlay_user_pref_store.cc', 347 'prefs/overlay_user_pref_store.cc',
346 'prefs/overlay_user_pref_store.h', 348 'prefs/overlay_user_pref_store.h',
347 'prefs/persistent_pref_store.h', 349 'prefs/persistent_pref_store.h',
348 'prefs/pref_change_registrar.cc', 350 'prefs/pref_change_registrar.cc',
349 'prefs/pref_change_registrar.h', 351 'prefs/pref_change_registrar.h',
350 'prefs/pref_filter.h', 352 'prefs/pref_filter.h',
(...skipping 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after
1591 'dependencies': [ 1593 'dependencies': [
1592 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1594 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1593 ], 1595 ],
1594 }], 1596 }],
1595 ], 1597 ],
1596 }, 1598 },
1597 ], 1599 ],
1598 }], 1600 }],
1599 ], 1601 ],
1600 } 1602 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/prefs/base_prefs_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698