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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 12089034: Add a WebUIControllerFactory in content and move chrome://webrtc-internals to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 years, 10 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/ui/webui/media/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 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 'browser/media_gallery/win/mtp_device_delegate_impl_win.cc', 1063 'browser/media_gallery/win/mtp_device_delegate_impl_win.cc',
1064 'browser/media_gallery/win/mtp_device_delegate_impl_win.h', 1064 'browser/media_gallery/win/mtp_device_delegate_impl_win.h',
1065 'browser/media_gallery/win/mtp_device_object_entry.cc', 1065 'browser/media_gallery/win/mtp_device_object_entry.cc',
1066 'browser/media_gallery/win/mtp_device_object_entry.h', 1066 'browser/media_gallery/win/mtp_device_object_entry.h',
1067 'browser/media_gallery/win/mtp_device_object_enumerator.cc', 1067 'browser/media_gallery/win/mtp_device_object_enumerator.cc',
1068 'browser/media_gallery/win/mtp_device_object_enumerator.h', 1068 'browser/media_gallery/win/mtp_device_object_enumerator.h',
1069 'browser/media_gallery/win/mtp_device_operations_util.cc', 1069 'browser/media_gallery/win/mtp_device_operations_util.cc',
1070 'browser/media_gallery/win/mtp_device_operations_util.h', 1070 'browser/media_gallery/win/mtp_device_operations_util.h',
1071 'browser/media_gallery/win/recursive_mtp_device_object_enumerator.cc', 1071 'browser/media_gallery/win/recursive_mtp_device_object_enumerator.cc',
1072 'browser/media_gallery/win/recursive_mtp_device_object_enumerator.h', 1072 'browser/media_gallery/win/recursive_mtp_device_object_enumerator.h',
1073 'browser/media/chrome_webrtc_internals.cc',
1074 'browser/media/chrome_webrtc_internals.h',
1075 'browser/memory_details.cc', 1073 'browser/memory_details.cc',
1076 'browser/memory_details.h', 1074 'browser/memory_details.h',
1077 'browser/memory_details_android.cc', 1075 'browser/memory_details_android.cc',
1078 'browser/memory_details_linux.cc', 1076 'browser/memory_details_linux.cc',
1079 'browser/memory_details_mac.cc', 1077 'browser/memory_details_mac.cc',
1080 'browser/memory_details_win.cc', 1078 'browser/memory_details_win.cc',
1081 'browser/memory_purger.cc', 1079 'browser/memory_purger.cc',
1082 'browser/memory_purger.h', 1080 'browser/memory_purger.h',
1083 'browser/metrics/field_trial_synchronizer.cc', 1081 'browser/metrics/field_trial_synchronizer.cc',
1084 'browser/metrics/field_trial_synchronizer.h', 1082 'browser/metrics/field_trial_synchronizer.h',
(...skipping 2021 matching lines...) Expand 10 before | Expand all | Expand 10 after
3106 'variables': { 3104 'variables': {
3107 'jni_gen_dir': 'chrome', 3105 'jni_gen_dir': 'chrome',
3108 }, 3106 },
3109 'includes': [ '../build/jni_generator.gypi' ], 3107 'includes': [ '../build/jni_generator.gypi' ],
3110 }, 3108 },
3111 ], 3109 ],
3112 }, 3110 },
3113 ], 3111 ],
3114 ], 3112 ],
3115 } 3113 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/media/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