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

Side by Side Diff: base/base.gyp

Issue 98623005: rAc i18n: implement storage interface for libaddressinput (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: scopedvector Created 6 years, 11 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 | base/prefs/persistent_pref_store.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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 'prefs/pref_store.cc', 370 'prefs/pref_store.cc',
371 'prefs/pref_store.h', 371 'prefs/pref_store.h',
372 'prefs/pref_value_map.cc', 372 'prefs/pref_value_map.cc',
373 'prefs/pref_value_map.h', 373 'prefs/pref_value_map.h',
374 'prefs/pref_value_store.cc', 374 'prefs/pref_value_store.cc',
375 'prefs/pref_value_store.h', 375 'prefs/pref_value_store.h',
376 'prefs/scoped_user_pref_update.cc', 376 'prefs/scoped_user_pref_update.cc',
377 'prefs/scoped_user_pref_update.h', 377 'prefs/scoped_user_pref_update.h',
378 'prefs/value_map_pref_store.cc', 378 'prefs/value_map_pref_store.cc',
379 'prefs/value_map_pref_store.h', 379 'prefs/value_map_pref_store.h',
380 'prefs/writeable_pref_store.h',
380 ], 381 ],
381 }, 382 },
382 { 383 {
383 'target_name': 'base_prefs_test_support', 384 'target_name': 'base_prefs_test_support',
384 'type': 'static_library', 385 'type': 'static_library',
385 'dependencies': [ 386 'dependencies': [
386 'base', 387 'base',
387 'base_prefs', 388 'base_prefs',
388 '../testing/gmock.gyp:gmock', 389 '../testing/gmock.gyp:gmock',
389 ], 390 ],
(...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after
1355 'base_unittests.isolate', 1356 'base_unittests.isolate',
1356 ], 1357 ],
1357 'sources': [ 1358 'sources': [
1358 'base_unittests.isolate', 1359 'base_unittests.isolate',
1359 ], 1360 ],
1360 }, 1361 },
1361 ], 1362 ],
1362 }], 1363 }],
1363 ], 1364 ],
1364 } 1365 }
OLDNEW
« no previous file with comments | « no previous file | base/prefs/persistent_pref_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698