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

Side by Side Diff: chrome/chrome.gyp

Issue 5159001: Rest of the autofill work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch uploaded to debug why try servers have problem applying this patch. Created 10 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
« no previous file with comments | « chrome/browser/sync/syncable/syncable.cc ('k') | chrome/chrome_browser.gypi » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 979 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 'browser/sync/sessions/ordered_commit_set.cc', 990 'browser/sync/sessions/ordered_commit_set.cc',
991 'browser/sync/sessions/ordered_commit_set.h', 991 'browser/sync/sessions/ordered_commit_set.h',
992 'browser/sync/sessions/session_state.cc', 992 'browser/sync/sessions/session_state.cc',
993 'browser/sync/sessions/session_state.h', 993 'browser/sync/sessions/session_state.h',
994 'browser/sync/sessions/status_controller.cc', 994 'browser/sync/sessions/status_controller.cc',
995 'browser/sync/sessions/status_controller.h', 995 'browser/sync/sessions/status_controller.h',
996 'browser/sync/sessions/sync_session.cc', 996 'browser/sync/sessions/sync_session.cc',
997 'browser/sync/sessions/sync_session.h', 997 'browser/sync/sessions/sync_session.h',
998 'browser/sync/sessions/sync_session_context.cc', 998 'browser/sync/sessions/sync_session_context.cc',
999 'browser/sync/sessions/sync_session_context.h', 999 'browser/sync/sessions/sync_session_context.h',
1000 'browser/sync/syncable/autofill_migration.h',
1000 'browser/sync/syncable/blob.h', 1001 'browser/sync/syncable/blob.h',
1001 'browser/sync/syncable/dir_open_result.h', 1002 'browser/sync/syncable/dir_open_result.h',
1002 'browser/sync/syncable/directory_backing_store.cc', 1003 'browser/sync/syncable/directory_backing_store.cc',
1003 'browser/sync/syncable/directory_backing_store.h', 1004 'browser/sync/syncable/directory_backing_store.h',
1004 'browser/sync/syncable/directory_event.h', 1005 'browser/sync/syncable/directory_event.h',
1005 'browser/sync/syncable/directory_manager.cc', 1006 'browser/sync/syncable/directory_manager.cc',
1006 'browser/sync/syncable/directory_manager.h', 1007 'browser/sync/syncable/directory_manager.h',
1007 'browser/sync/syncable/model_type.cc', 1008 'browser/sync/syncable/model_type.cc',
1008 'browser/sync/syncable/model_type.h', 1009 'browser/sync/syncable/model_type.h',
1009 'browser/sync/syncable/path_name_cmp.h', 1010 'browser/sync/syncable/path_name_cmp.h',
(...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after
1929 }], # targets 1930 }], # targets
1930 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1931 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1931 ], # 'conditions' 1932 ], # 'conditions'
1932 } 1933 }
1933 1934
1934 # Local Variables: 1935 # Local Variables:
1935 # tab-width:2 1936 # tab-width:2
1936 # indent-tabs-mode:nil 1937 # indent-tabs-mode:nil
1937 # End: 1938 # End:
1938 # vim: set expandtab tabstop=2 shiftwidth=2: 1939 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/sync/syncable/syncable.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698