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

Side by Side Diff: chrome/chrome.gyp

Issue 341035: Linux: Remove unnecessary time_linux.cc from sync code. (Closed)
Patch Set: Created 11 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
« no previous file with comments | « chrome/browser/sync/notifier/base/linux/time_linux.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 5118 matching lines...) Expand 10 before | Expand all | Expand 10 after
5129 }, 5129 },
5130 { 5130 {
5131 'target_name': 'notifier', 5131 'target_name': 'notifier',
5132 'type': '<(library)', 5132 'type': '<(library)',
5133 'sources': [ 5133 'sources': [
5134 'browser/sync/notifier/base/async_dns_lookup.cc', 5134 'browser/sync/notifier/base/async_dns_lookup.cc',
5135 'browser/sync/notifier/base/async_dns_lookup.h', 5135 'browser/sync/notifier/base/async_dns_lookup.h',
5136 'browser/sync/notifier/base/async_network_alive.h', 5136 'browser/sync/notifier/base/async_network_alive.h',
5137 'browser/sync/notifier/base/fastalloc.h', 5137 'browser/sync/notifier/base/fastalloc.h',
5138 'browser/sync/notifier/base/linux/network_status_detector_task_linux.cc' , 5138 'browser/sync/notifier/base/linux/network_status_detector_task_linux.cc' ,
5139 'browser/sync/notifier/base/linux/time_linux.cc',
5140 'browser/sync/notifier/base/mac/network_status_detector_task_mac.cc', 5139 'browser/sync/notifier/base/mac/network_status_detector_task_mac.cc',
5141 'browser/sync/notifier/base/mac/time_mac.cc', 5140 'browser/sync/notifier/base/mac/time_mac.cc',
5142 'browser/sync/notifier/base/nethelpers.cc', 5141 'browser/sync/notifier/base/nethelpers.cc',
5143 'browser/sync/notifier/base/nethelpers.h', 5142 'browser/sync/notifier/base/nethelpers.h',
5144 'browser/sync/notifier/base/network_status_detector_task.cc', 5143 'browser/sync/notifier/base/network_status_detector_task.cc',
5145 'browser/sync/notifier/base/network_status_detector_task.h', 5144 'browser/sync/notifier/base/network_status_detector_task.h',
5146 'browser/sync/notifier/base/network_status_detector_task_mt.cc', 5145 'browser/sync/notifier/base/network_status_detector_task_mt.cc',
5147 'browser/sync/notifier/base/network_status_detector_task_mt.h', 5146 'browser/sync/notifier/base/network_status_detector_task_mt.h',
5148 'browser/sync/notifier/base/posix/time_posix.cc', 5147 'browser/sync/notifier/base/posix/time_posix.cc',
5149 'browser/sync/notifier/base/signal_thread_task.h', 5148 'browser/sync/notifier/base/signal_thread_task.h',
(...skipping 1807 matching lines...) Expand 10 before | Expand all | Expand 10 after
6957 ] 6956 ]
6958 }], 6957 }],
6959 ], # 'conditions' 6958 ], # 'conditions'
6960 } 6959 }
6961 6960
6962 # Local Variables: 6961 # Local Variables:
6963 # tab-width:2 6962 # tab-width:2
6964 # indent-tabs-mode:nil 6963 # indent-tabs-mode:nil
6965 # End: 6964 # End:
6966 # vim: set expandtab tabstop=2 shiftwidth=2: 6965 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/sync/notifier/base/linux/time_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698