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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 291403004: [SyncFS] Add TaskLogger and wire up it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 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
« no previous file with comments | « chrome/browser/sync_file_system/task_logger.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 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 2420 matching lines...) Expand 10 before | Expand all | Expand 10 after
2431 'browser/sync_file_system/sync_file_type.h', 2431 'browser/sync_file_system/sync_file_type.h',
2432 'browser/sync_file_system/sync_operation_type.cc', 2432 'browser/sync_file_system/sync_operation_type.cc',
2433 'browser/sync_file_system/sync_operation_type.h', 2433 'browser/sync_file_system/sync_operation_type.h',
2434 'browser/sync_file_system/sync_process_runner.cc', 2434 'browser/sync_file_system/sync_process_runner.cc',
2435 'browser/sync_file_system/sync_process_runner.h', 2435 'browser/sync_file_system/sync_process_runner.h',
2436 'browser/sync_file_system/sync_service_state.h', 2436 'browser/sync_file_system/sync_service_state.h',
2437 'browser/sync_file_system/sync_status_code.cc', 2437 'browser/sync_file_system/sync_status_code.cc',
2438 'browser/sync_file_system/sync_status_code.h', 2438 'browser/sync_file_system/sync_status_code.h',
2439 'browser/sync_file_system/syncable_file_system_util.cc', 2439 'browser/sync_file_system/syncable_file_system_util.cc',
2440 'browser/sync_file_system/syncable_file_system_util.h', 2440 'browser/sync_file_system/syncable_file_system_util.h',
2441 'browser/sync_file_system/task_logger.cc',
2442 'browser/sync_file_system/task_logger.h',
2441 'browser/tab_contents/background_contents.cc', 2443 'browser/tab_contents/background_contents.cc',
2442 'browser/tab_contents/background_contents.h', 2444 'browser/tab_contents/background_contents.h',
2443 'browser/tab_contents/navigation_metrics_recorder.cc', 2445 'browser/tab_contents/navigation_metrics_recorder.cc',
2444 'browser/tab_contents/navigation_metrics_recorder.h', 2446 'browser/tab_contents/navigation_metrics_recorder.h',
2445 'browser/tab_contents/retargeting_details.h', 2447 'browser/tab_contents/retargeting_details.h',
2446 'browser/tab_contents/tab_util.cc', 2448 'browser/tab_contents/tab_util.cc',
2447 'browser/tab_contents/tab_util.h', 2449 'browser/tab_contents/tab_util.h',
2448 'browser/task_manager/background_information.cc', 2450 'browser/task_manager/background_information.cc',
2449 'browser/task_manager/background_information.h', 2451 'browser/task_manager/background_information.h',
2450 'browser/task_manager/browser_process_resource_provider.cc', 2452 'browser/task_manager/browser_process_resource_provider.cc',
(...skipping 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after
3738 'package_name': 'org/chromium/chrome/browser', 3740 'package_name': 'org/chromium/chrome/browser',
3739 'template_deps': ['browser/android/tab_load_status.h'], 3741 'template_deps': ['browser/android/tab_load_status.h'],
3740 }, 3742 },
3741 'includes': [ '../build/android/java_cpp_template.gypi' ], 3743 'includes': [ '../build/android/java_cpp_template.gypi' ],
3742 }, 3744 },
3743 ], 3745 ],
3744 }, 3746 },
3745 ], 3747 ],
3746 ], 3748 ],
3747 } 3749 }
OLDNEW
« no previous file with comments | « chrome/browser/sync_file_system/task_logger.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698