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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 24021002: Propagate more information about ValueStore errors to callers, notably an (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add Pass*() Created 7 years, 3 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 | « chrome/browser/value_store/value_store_util.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2426 matching lines...) Expand 10 before | Expand all | Expand 10 after
2437 'browser/user_style_sheet_watcher.cc', 2437 'browser/user_style_sheet_watcher.cc',
2438 'browser/user_style_sheet_watcher.h', 2438 'browser/user_style_sheet_watcher.h',
2439 'browser/user_style_sheet_watcher_factory.cc', 2439 'browser/user_style_sheet_watcher_factory.cc',
2440 'browser/user_style_sheet_watcher_factory.h', 2440 'browser/user_style_sheet_watcher_factory.h',
2441 'browser/validation_message_message_filter.cc', 2441 'browser/validation_message_message_filter.cc',
2442 'browser/validation_message_message_filter.h', 2442 'browser/validation_message_message_filter.h',
2443 'browser/value_store/leveldb_value_store.cc', 2443 'browser/value_store/leveldb_value_store.cc',
2444 'browser/value_store/leveldb_value_store.h', 2444 'browser/value_store/leveldb_value_store.h',
2445 'browser/value_store/testing_value_store.cc', 2445 'browser/value_store/testing_value_store.cc',
2446 'browser/value_store/testing_value_store.h', 2446 'browser/value_store/testing_value_store.h',
2447 'browser/value_store/value_store.cc',
2448 'browser/value_store/value_store.h',
2447 'browser/value_store/value_store_change.cc', 2449 'browser/value_store/value_store_change.cc',
2448 'browser/value_store/value_store_change.h', 2450 'browser/value_store/value_store_change.h',
2449 'browser/value_store/value_store_frontend.cc', 2451 'browser/value_store/value_store_frontend.cc',
2450 'browser/value_store/value_store_frontend.h', 2452 'browser/value_store/value_store_frontend.h',
2451 'browser/value_store/value_store.cc', 2453 'browser/value_store/value_store_util.cc',
2452 'browser/value_store/value_store.h', 2454 'browser/value_store/value_store_util.h',
2453 'browser/web_applications/web_app.cc', 2455 'browser/web_applications/web_app.cc',
2454 'browser/web_applications/web_app.h', 2456 'browser/web_applications/web_app.h',
2455 'browser/web_applications/web_app_android.cc', 2457 'browser/web_applications/web_app_android.cc',
2456 'browser/web_applications/web_app_linux.cc', 2458 'browser/web_applications/web_app_linux.cc',
2457 'browser/web_applications/web_app_mac.h', 2459 'browser/web_applications/web_app_mac.h',
2458 'browser/web_applications/web_app_mac.mm', 2460 'browser/web_applications/web_app_mac.mm',
2459 'browser/web_applications/web_app_win.h', 2461 'browser/web_applications/web_app_win.h',
2460 'browser/web_applications/web_app_win.cc', 2462 'browser/web_applications/web_app_win.cc',
2461 'browser/web_resource/eula_accepted_notifier.cc', 2463 'browser/web_resource/eula_accepted_notifier.cc',
2462 'browser/web_resource/eula_accepted_notifier.h', 2464 'browser/web_resource/eula_accepted_notifier.h',
(...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after
3579 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3581 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3580 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3582 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3581 }, 3583 },
3582 'includes': [ '../build/android/java_cpp_template.gypi' ], 3584 'includes': [ '../build/android/java_cpp_template.gypi' ],
3583 }, 3585 },
3584 ], 3586 ],
3585 }, 3587 },
3586 ], 3588 ],
3587 ], 3589 ],
3588 } 3590 }
OLDNEW
« no previous file with comments | « chrome/browser/value_store/value_store_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698