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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 19762005: Add the tracing manager (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix windows build Created 7 years, 4 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
« no previous file with comments | « chrome/browser/feedback/tracing_manager.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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'browser/browsing_data/browsing_data_server_bound_cert_helper.cc', 313 'browser/browsing_data/browsing_data_server_bound_cert_helper.cc',
314 'browser/browsing_data/browsing_data_server_bound_cert_helper.h', 314 'browser/browsing_data/browsing_data_server_bound_cert_helper.h',
315 'browser/browsing_data/browsing_data_cookie_helper.cc', 315 'browser/browsing_data/browsing_data_cookie_helper.cc',
316 'browser/browsing_data/browsing_data_cookie_helper.h', 316 'browser/browsing_data/browsing_data_cookie_helper.h',
317 'browser/browsing_data/cookies_tree_model.cc', 317 'browser/browsing_data/cookies_tree_model.cc',
318 'browser/browsing_data/cookies_tree_model.h', 318 'browser/browsing_data/cookies_tree_model.h',
319 'browser/feedback/feedback_data.cc', 319 'browser/feedback/feedback_data.cc',
320 'browser/feedback/feedback_data.h', 320 'browser/feedback/feedback_data.h',
321 'browser/feedback/feedback_util.cc', 321 'browser/feedback/feedback_util.cc',
322 'browser/feedback/feedback_util.h', 322 'browser/feedback/feedback_util.h',
323 'browser/feedback/tracing_manager.cc',
324 'browser/feedback/tracing_manager.h',
323 'browser/captive_portal/captive_portal_detector.cc', 325 'browser/captive_portal/captive_portal_detector.cc',
324 'browser/captive_portal/captive_portal_detector.h', 326 'browser/captive_portal/captive_portal_detector.h',
325 'browser/captive_portal/captive_portal_login_detector.cc', 327 'browser/captive_portal/captive_portal_login_detector.cc',
326 'browser/captive_portal/captive_portal_login_detector.h', 328 'browser/captive_portal/captive_portal_login_detector.h',
327 'browser/captive_portal/captive_portal_service.cc', 329 'browser/captive_portal/captive_portal_service.cc',
328 'browser/captive_portal/captive_portal_service.h', 330 'browser/captive_portal/captive_portal_service.h',
329 'browser/captive_portal/captive_portal_service_factory.cc', 331 'browser/captive_portal/captive_portal_service_factory.cc',
330 'browser/captive_portal/captive_portal_service_factory.h', 332 'browser/captive_portal/captive_portal_service_factory.h',
331 'browser/captive_portal/captive_portal_tab_helper.cc', 333 'browser/captive_portal/captive_portal_tab_helper.cc',
332 'browser/captive_portal/captive_portal_tab_helper.h', 334 'browser/captive_portal/captive_portal_tab_helper.h',
(...skipping 3017 matching lines...) Expand 10 before | Expand all | Expand 10 after
3350 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3352 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3351 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3353 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3352 }, 3354 },
3353 'includes': [ '../build/android/java_cpp_template.gypi' ], 3355 'includes': [ '../build/android/java_cpp_template.gypi' ],
3354 }, 3356 },
3355 ], 3357 ],
3356 }, 3358 },
3357 ], 3359 ],
3358 ], 3360 ],
3359 } 3361 }
OLDNEW
« no previous file with comments | « chrome/browser/feedback/tracing_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698