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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 14018026: sync: SyncableService support for starting sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Haitao's comments Created 7 years, 7 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 1925 matching lines...) Expand 10 before | Expand all | Expand 10 after
1936 'browser/sync/glue/session_model_associator.cc', 1936 'browser/sync/glue/session_model_associator.cc',
1937 'browser/sync/glue/session_model_associator.h', 1937 'browser/sync/glue/session_model_associator.h',
1938 'browser/sync/glue/shared_change_processor.cc', 1938 'browser/sync/glue/shared_change_processor.cc',
1939 'browser/sync/glue/shared_change_processor.h', 1939 'browser/sync/glue/shared_change_processor.h',
1940 'browser/sync/glue/shared_change_processor_ref.cc', 1940 'browser/sync/glue/shared_change_processor_ref.cc',
1941 'browser/sync/glue/shared_change_processor_ref.h', 1941 'browser/sync/glue/shared_change_processor_ref.h',
1942 'browser/sync/glue/sync_backend_host.cc', 1942 'browser/sync/glue/sync_backend_host.cc',
1943 'browser/sync/glue/sync_backend_host.h', 1943 'browser/sync/glue/sync_backend_host.h',
1944 'browser/sync/glue/sync_backend_registrar.cc', 1944 'browser/sync/glue/sync_backend_registrar.cc',
1945 'browser/sync/glue/sync_backend_registrar.h', 1945 'browser/sync/glue/sync_backend_registrar.h',
1946 'browser/sync/glue/sync_start_util.cc',
1947 'browser/sync/glue/sync_start_util.h',
1946 'browser/sync/glue/synced_device_tracker.cc', 1948 'browser/sync/glue/synced_device_tracker.cc',
1947 'browser/sync/glue/synced_device_tracker.h', 1949 'browser/sync/glue/synced_device_tracker.h',
1948 'browser/sync/glue/synced_session.cc', 1950 'browser/sync/glue/synced_session.cc',
1949 'browser/sync/glue/synced_session.h', 1951 'browser/sync/glue/synced_session.h',
1950 'browser/sync/glue/synced_session_tracker.cc', 1952 'browser/sync/glue/synced_session_tracker.cc',
1951 'browser/sync/glue/synced_session_tracker.h', 1953 'browser/sync/glue/synced_session_tracker.h',
1952 'browser/sync/glue/synced_window_delegate.h', 1954 'browser/sync/glue/synced_window_delegate.h',
1953 'browser/sync/glue/synced_window_delegate_android.cc', 1955 'browser/sync/glue/synced_window_delegate_android.cc',
1954 'browser/sync/glue/synced_window_delegate_android.h', 1956 'browser/sync/glue/synced_window_delegate_android.h',
1955 'browser/sync/glue/tab_node_pool.cc', 1957 'browser/sync/glue/tab_node_pool.cc',
(...skipping 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after
3054 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3056 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3055 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3057 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3056 }, 3058 },
3057 'includes': [ '../build/android/java_cpp_template.gypi' ], 3059 'includes': [ '../build/android/java_cpp_template.gypi' ],
3058 }, 3060 },
3059 ], 3061 ],
3060 }, 3062 },
3061 ], 3063 ],
3062 ], 3064 ],
3063 } 3065 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698