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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11876007: Connecting webrtc-internals WebUI frontend with the backend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@main
Patch Set: Created 7 years, 11 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/ui/webui/webrtc_internals_ui.cc ('k') | chrome/chrome_browser_ui.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 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 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 'browser/media_gallery/win/mtp_device_delegate_impl_win.cc', 1058 'browser/media_gallery/win/mtp_device_delegate_impl_win.cc',
1059 'browser/media_gallery/win/mtp_device_delegate_impl_win.h', 1059 'browser/media_gallery/win/mtp_device_delegate_impl_win.h',
1060 'browser/media_gallery/win/mtp_device_object_entry.cc', 1060 'browser/media_gallery/win/mtp_device_object_entry.cc',
1061 'browser/media_gallery/win/mtp_device_object_entry.h', 1061 'browser/media_gallery/win/mtp_device_object_entry.h',
1062 'browser/media_gallery/win/mtp_device_object_enumerator.cc', 1062 'browser/media_gallery/win/mtp_device_object_enumerator.cc',
1063 'browser/media_gallery/win/mtp_device_object_enumerator.h', 1063 'browser/media_gallery/win/mtp_device_object_enumerator.h',
1064 'browser/media_gallery/win/mtp_device_operations_util.cc', 1064 'browser/media_gallery/win/mtp_device_operations_util.cc',
1065 'browser/media_gallery/win/mtp_device_operations_util.h', 1065 'browser/media_gallery/win/mtp_device_operations_util.h',
1066 'browser/media_gallery/win/recursive_mtp_device_object_enumerator.cc', 1066 'browser/media_gallery/win/recursive_mtp_device_object_enumerator.cc',
1067 'browser/media_gallery/win/recursive_mtp_device_object_enumerator.h', 1067 'browser/media_gallery/win/recursive_mtp_device_object_enumerator.h',
1068 'browser/media/chrome_webrtc_internals.cc',
1069 'browser/media/chrome_webrtc_internals.h',
1068 'browser/memory_details.cc', 1070 'browser/memory_details.cc',
1069 'browser/memory_details.h', 1071 'browser/memory_details.h',
1070 'browser/memory_details_android.cc', 1072 'browser/memory_details_android.cc',
1071 'browser/memory_details_linux.cc', 1073 'browser/memory_details_linux.cc',
1072 'browser/memory_details_mac.cc', 1074 'browser/memory_details_mac.cc',
1073 'browser/memory_details_win.cc', 1075 'browser/memory_details_win.cc',
1074 'browser/memory_purger.cc', 1076 'browser/memory_purger.cc',
1075 'browser/memory_purger.h', 1077 'browser/memory_purger.h',
1076 'browser/metrics/field_trial_synchronizer.cc', 1078 'browser/metrics/field_trial_synchronizer.cc',
1077 'browser/metrics/field_trial_synchronizer.h', 1079 'browser/metrics/field_trial_synchronizer.h',
(...skipping 2052 matching lines...) Expand 10 before | Expand all | Expand 10 after
3130 'variables': { 3132 'variables': {
3131 'jni_gen_dir': 'chrome', 3133 'jni_gen_dir': 'chrome',
3132 }, 3134 },
3133 'includes': [ '../build/jni_generator.gypi' ], 3135 'includes': [ '../build/jni_generator.gypi' ],
3134 }, 3136 },
3135 ], 3137 ],
3136 }, 3138 },
3137 ], 3139 ],
3138 ], 3140 ],
3139 } 3141 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/webrtc_internals_ui.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698