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

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: add forgotten file Created 7 years 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
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 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 'prefs/pref_store.cc', 404 'prefs/pref_store.cc',
405 'prefs/pref_store.h', 405 'prefs/pref_store.h',
406 'prefs/pref_value_map.cc', 406 'prefs/pref_value_map.cc',
407 'prefs/pref_value_map.h', 407 'prefs/pref_value_map.h',
408 'prefs/pref_value_store.cc', 408 'prefs/pref_value_store.cc',
409 'prefs/pref_value_store.h', 409 'prefs/pref_value_store.h',
410 'prefs/scoped_user_pref_update.cc', 410 'prefs/scoped_user_pref_update.cc',
411 'prefs/scoped_user_pref_update.h', 411 'prefs/scoped_user_pref_update.h',
412 'prefs/value_map_pref_store.cc', 412 'prefs/value_map_pref_store.cc',
413 'prefs/value_map_pref_store.h', 413 'prefs/value_map_pref_store.h',
414 'prefs/writeable_pref_store.h',
414 ], 415 ],
415 }, 416 },
416 { 417 {
417 'target_name': 'base_prefs_test_support', 418 'target_name': 'base_prefs_test_support',
418 'type': 'static_library', 419 'type': 'static_library',
419 'dependencies': [ 420 'dependencies': [
420 'base', 421 'base',
421 'base_prefs', 422 'base_prefs',
422 '../testing/gmock.gyp:gmock', 423 '../testing/gmock.gyp:gmock',
423 ], 424 ],
(...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after
1389 'base_unittests.isolate', 1390 'base_unittests.isolate',
1390 ], 1391 ],
1391 'sources': [ 1392 'sources': [
1392 'base_unittests.isolate', 1393 'base_unittests.isolate',
1393 ], 1394 ],
1394 }, 1395 },
1395 ], 1396 ],
1396 }], 1397 }],
1397 ], 1398 ],
1398 } 1399 }
OLDNEW
« no previous file with comments | « no previous file | base/prefs/persistent_pref_store.h » ('j') | third_party/libaddressinput/chromium/chrome_storage_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698