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

Side by Side Diff: chrome/chrome.gyp

Issue 8366030: Introduce the plumbing necessary to report Unrecoverable error from model safe workers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For try jobs. Created 9 years, 1 month 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/sync/util/unrecoverable_error_info.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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 'browser/sync/util/logging.cc', 703 'browser/sync/util/logging.cc',
704 'browser/sync/util/logging.h', 704 'browser/sync/util/logging.h',
705 'browser/sync/util/nigori.cc', 705 'browser/sync/util/nigori.cc',
706 'browser/sync/util/nigori.h', 706 'browser/sync/util/nigori.h',
707 'browser/sync/util/oauth.cc', 707 'browser/sync/util/oauth.cc',
708 'browser/sync/util/oauth.h', 708 'browser/sync/util/oauth.h',
709 'browser/sync/util/sqlite_utils.cc', 709 'browser/sync/util/sqlite_utils.cc',
710 'browser/sync/util/sqlite_utils.h', 710 'browser/sync/util/sqlite_utils.h',
711 'browser/sync/util/time.cc', 711 'browser/sync/util/time.cc',
712 'browser/sync/util/time.h', 712 'browser/sync/util/time.h',
713 'browser/sync/util/unrecoverable_error_info.h',
714 'browser/sync/util/unrecoverable_error_info.cc',
713 'browser/sync/util/user_settings.cc', 715 'browser/sync/util/user_settings.cc',
714 'browser/sync/util/user_settings.h', 716 'browser/sync/util/user_settings.h',
715 'browser/sync/util/user_settings_posix.cc', 717 'browser/sync/util/user_settings_posix.cc',
716 'browser/sync/util/user_settings_win.cc', 718 'browser/sync/util/user_settings_win.cc',
717 'browser/sync/util/weak_handle.cc', 719 'browser/sync/util/weak_handle.cc',
718 'browser/sync/util/weak_handle.h', 720 'browser/sync/util/weak_handle.h',
719 ], 721 ],
720 'include_dirs': [ 722 'include_dirs': [
721 '..', 723 '..',
722 ], 724 ],
(...skipping 1000 matching lines...) Expand 10 before | Expand all | Expand 10 after
1723 'destination': '<(PRODUCT_DIR)/default_apps', 1725 'destination': '<(PRODUCT_DIR)/default_apps',
1724 'files': ['<@(default_apps_list)'] 1726 'files': ['<@(default_apps_list)']
1725 }, 1727 },
1726 ], 1728 ],
1727 }], 1729 }],
1728 ], 1730 ],
1729 }], # targets 1731 }], # targets
1730 }], # OS != "mac" 1732 }], # OS != "mac"
1731 ], # 'conditions' 1733 ], # 'conditions'
1732 } 1734 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/util/unrecoverable_error_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698