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

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: 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
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 2410 matching lines...) Expand 10 before | Expand all | Expand 10 after
2421 'browser/user_style_sheet_watcher.cc', 2421 'browser/user_style_sheet_watcher.cc',
2422 'browser/user_style_sheet_watcher.h', 2422 'browser/user_style_sheet_watcher.h',
2423 'browser/user_style_sheet_watcher_factory.cc', 2423 'browser/user_style_sheet_watcher_factory.cc',
2424 'browser/user_style_sheet_watcher_factory.h', 2424 'browser/user_style_sheet_watcher_factory.h',
2425 'browser/validation_message_message_filter.cc', 2425 'browser/validation_message_message_filter.cc',
2426 'browser/validation_message_message_filter.h', 2426 'browser/validation_message_message_filter.h',
2427 'browser/value_store/leveldb_value_store.cc', 2427 'browser/value_store/leveldb_value_store.cc',
2428 'browser/value_store/leveldb_value_store.h', 2428 'browser/value_store/leveldb_value_store.h',
2429 'browser/value_store/testing_value_store.cc', 2429 'browser/value_store/testing_value_store.cc',
2430 'browser/value_store/testing_value_store.h', 2430 'browser/value_store/testing_value_store.h',
2431 'browser/value_store/value_store.cc',
2432 'browser/value_store/value_store.h',
2431 'browser/value_store/value_store_change.cc', 2433 'browser/value_store/value_store_change.cc',
2432 'browser/value_store/value_store_change.h', 2434 'browser/value_store/value_store_change.h',
2433 'browser/value_store/value_store_frontend.cc', 2435 'browser/value_store/value_store_frontend.cc',
2434 'browser/value_store/value_store_frontend.h', 2436 'browser/value_store/value_store_frontend.h',
2435 'browser/value_store/value_store.cc', 2437 'browser/value_store/value_store_util.cc',
2436 'browser/value_store/value_store.h', 2438 'browser/value_store/value_store_util.h',
2437 'browser/web_applications/web_app.cc', 2439 'browser/web_applications/web_app.cc',
2438 'browser/web_applications/web_app.h', 2440 'browser/web_applications/web_app.h',
2439 'browser/web_applications/web_app_android.cc', 2441 'browser/web_applications/web_app_android.cc',
2440 'browser/web_applications/web_app_linux.cc', 2442 'browser/web_applications/web_app_linux.cc',
2441 'browser/web_applications/web_app_mac.h', 2443 'browser/web_applications/web_app_mac.h',
2442 'browser/web_applications/web_app_mac.mm', 2444 'browser/web_applications/web_app_mac.mm',
2443 'browser/web_applications/web_app_win.h', 2445 'browser/web_applications/web_app_win.h',
2444 'browser/web_applications/web_app_win.cc', 2446 'browser/web_applications/web_app_win.cc',
2445 'browser/web_resource/eula_accepted_notifier.cc', 2447 'browser/web_resource/eula_accepted_notifier.cc',
2446 'browser/web_resource/eula_accepted_notifier.h', 2448 'browser/web_resource/eula_accepted_notifier.h',
(...skipping 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after
3558 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3560 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3559 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3561 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3560 }, 3562 },
3561 'includes': [ '../build/android/java_cpp_template.gypi' ], 3563 'includes': [ '../build/android/java_cpp_template.gypi' ],
3562 }, 3564 },
3563 ], 3565 ],
3564 }, 3566 },
3565 ], 3567 ],
3566 ], 3568 ],
3567 } 3569 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698