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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8413009: Changes to upload tracked_objects data from all renderer (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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/ui/webui/tracking_ui.cc ('k') | chrome/chrome_renderer.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) 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 1544 matching lines...) Expand 10 before | Expand all | Expand 10 after
1555 'browser/memory_details.h', 1555 'browser/memory_details.h',
1556 'browser/memory_details_linux.cc', 1556 'browser/memory_details_linux.cc',
1557 'browser/memory_details_mac.cc', 1557 'browser/memory_details_mac.cc',
1558 'browser/memory_details_win.cc', 1558 'browser/memory_details_win.cc',
1559 'browser/memory_purger.cc', 1559 'browser/memory_purger.cc',
1560 'browser/memory_purger.h', 1560 'browser/memory_purger.h',
1561 'browser/metrics/field_trial_synchronizer.cc', 1561 'browser/metrics/field_trial_synchronizer.cc',
1562 'browser/metrics/field_trial_synchronizer.h', 1562 'browser/metrics/field_trial_synchronizer.h',
1563 'browser/metrics/histogram_synchronizer.cc', 1563 'browser/metrics/histogram_synchronizer.cc',
1564 'browser/metrics/histogram_synchronizer.h', 1564 'browser/metrics/histogram_synchronizer.h',
1565 'browser/metrics/tracking_synchronizer.cc',
1566 'browser/metrics/tracking_synchronizer.h',
1565 'browser/metrics/metric_event_duration_details.h', 1567 'browser/metrics/metric_event_duration_details.h',
1566 'browser/metrics/metrics_log.cc', 1568 'browser/metrics/metrics_log.cc',
1567 'browser/metrics/metrics_log.h', 1569 'browser/metrics/metrics_log.h',
1568 'browser/metrics/metrics_log_serializer.cc', 1570 'browser/metrics/metrics_log_serializer.cc',
1569 'browser/metrics/metrics_log_serializer.h', 1571 'browser/metrics/metrics_log_serializer.h',
1570 'browser/metrics/metrics_reporting_scheduler.cc', 1572 'browser/metrics/metrics_reporting_scheduler.cc',
1571 'browser/metrics/metrics_reporting_scheduler.h', 1573 'browser/metrics/metrics_reporting_scheduler.h',
1572 'browser/metrics/metrics_response.cc', 1574 'browser/metrics/metrics_response.cc',
1573 'browser/metrics/metrics_response.h', 1575 'browser/metrics/metrics_response.h',
1574 'browser/metrics/metrics_service.cc', 1576 'browser/metrics/metrics_service.cc',
(...skipping 3679 matching lines...) Expand 10 before | Expand all | Expand 10 after
5254 'type': 'static_library', 5256 'type': 'static_library',
5255 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5257 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5256 'variables': { 5258 'variables': {
5257 'proto_in_dir': 'browser/history', 5259 'proto_in_dir': 'browser/history',
5258 'proto_out_dir': 'chrome/browser/history', 5260 'proto_out_dir': 'chrome/browser/history',
5259 }, 5261 },
5260 'includes': [ '../build/protoc.gypi' ] 5262 'includes': [ '../build/protoc.gypi' ]
5261 }, 5263 },
5262 ], 5264 ],
5263 } 5265 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/tracking_ui.cc ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698