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

Side by Side Diff: content/content_browser.gypi

Issue 12082123: Rename JavaScriptDialogCreator to JavaScriptDialogManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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 | « content/browser/web_contents/web_contents_impl.cc ('k') | content/content_shell.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'dependencies': [ 6 'dependencies': [
7 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'public/browser/geolocation.h', 82 'public/browser/geolocation.h',
83 'public/browser/geolocation_permission_context.h', 83 'public/browser/geolocation_permission_context.h',
84 'public/browser/global_request_id.h', 84 'public/browser/global_request_id.h',
85 'public/browser/gpu_data_manager.h', 85 'public/browser/gpu_data_manager.h',
86 'public/browser/gpu_data_manager_observer.h', 86 'public/browser/gpu_data_manager_observer.h',
87 'public/browser/histogram_fetcher.h', 87 'public/browser/histogram_fetcher.h',
88 'public/browser/host_zoom_map.h', 88 'public/browser/host_zoom_map.h',
89 'public/browser/indexed_db_context.h', 89 'public/browser/indexed_db_context.h',
90 'public/browser/interstitial_page.h', 90 'public/browser/interstitial_page.h',
91 'public/browser/invalidate_type.h', 91 'public/browser/invalidate_type.h',
92 'public/browser/javascript_dialogs.h', 92 'public/browser/javascript_dialog_manager.h',
93 'public/browser/keyboard_listener.h', 93 'public/browser/keyboard_listener.h',
94 'public/browser/load_from_memory_cache_details.cc', 94 'public/browser/load_from_memory_cache_details.cc',
95 'public/browser/load_from_memory_cache_details.h', 95 'public/browser/load_from_memory_cache_details.h',
96 'public/browser/load_notification_details.h', 96 'public/browser/load_notification_details.h',
97 'public/browser/media_devices_monitor.h', 97 'public/browser/media_devices_monitor.h',
98 'public/browser/native_web_keyboard_event.h', 98 'public/browser/native_web_keyboard_event.h',
99 'public/browser/navigation_controller.cc', 99 'public/browser/navigation_controller.cc',
100 'public/browser/navigation_controller.h', 100 'public/browser/navigation_controller.h',
101 'public/browser/navigation_details.cc', 101 'public/browser/navigation_details.cc',
102 'public/browser/navigation_details.h', 102 'public/browser/navigation_details.h',
(...skipping 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1217 ['exclude', '^browser/speech/'], 1217 ['exclude', '^browser/speech/'],
1218 ], 1218 ],
1219 }], 1219 }],
1220 ['linux_use_libgps==1', { 1220 ['linux_use_libgps==1', {
1221 'dependencies': [ 1221 'dependencies': [
1222 '../build/linux/system.gyp:libgps', 1222 '../build/linux/system.gyp:libgps',
1223 ], 1223 ],
1224 }], 1224 }],
1225 ], 1225 ],
1226 } 1226 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698