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

Side by Side Diff: content/content_browser.gypi

Issue 6966037: Move LoadNotificationDetails to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DEPS too Created 9 years, 7 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/tab_contents/tab_contents.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 (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': 'content_browser', 8 'target_name': 'content_browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'browser/in_process_webkit/indexed_db_key_utility_client.cc', 158 'browser/in_process_webkit/indexed_db_key_utility_client.cc',
159 'browser/in_process_webkit/indexed_db_key_utility_client.h', 159 'browser/in_process_webkit/indexed_db_key_utility_client.h',
160 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc', 160 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc',
161 'browser/in_process_webkit/indexed_db_transaction_callbacks.h', 161 'browser/in_process_webkit/indexed_db_transaction_callbacks.h',
162 'browser/in_process_webkit/session_storage_namespace.cc', 162 'browser/in_process_webkit/session_storage_namespace.cc',
163 'browser/in_process_webkit/session_storage_namespace.h', 163 'browser/in_process_webkit/session_storage_namespace.h',
164 'browser/in_process_webkit/webkit_context.cc', 164 'browser/in_process_webkit/webkit_context.cc',
165 'browser/in_process_webkit/webkit_context.h', 165 'browser/in_process_webkit/webkit_context.h',
166 'browser/in_process_webkit/webkit_thread.cc', 166 'browser/in_process_webkit/webkit_thread.cc',
167 'browser/in_process_webkit/webkit_thread.h', 167 'browser/in_process_webkit/webkit_thread.h',
168 'browser/load_notification_details.h',
168 'browser/mime_registry_message_filter.cc', 169 'browser/mime_registry_message_filter.cc',
169 'browser/mime_registry_message_filter.h', 170 'browser/mime_registry_message_filter.h',
170 'browser/ppapi_plugin_process_host.cc', 171 'browser/ppapi_plugin_process_host.cc',
171 'browser/ppapi_plugin_process_host.h', 172 'browser/ppapi_plugin_process_host.h',
172 'browser/ppapi_broker_process_host.cc', 173 'browser/ppapi_broker_process_host.cc',
173 'browser/ppapi_broker_process_host.h', 174 'browser/ppapi_broker_process_host.h',
174 'browser/plugin_process_host.cc', 175 'browser/plugin_process_host.cc',
175 'browser/plugin_process_host.h', 176 'browser/plugin_process_host.h',
176 'browser/plugin_process_host_mac.cc', 177 'browser/plugin_process_host_mac.cc',
177 'browser/plugin_service.cc', 178 'browser/plugin_service.cc',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 'mac_bundle_resources': [ 384 'mac_bundle_resources': [
384 'browser/gpu.sb', 385 'browser/gpu.sb',
385 'browser/worker.sb', 386 'browser/worker.sb',
386 ], 387 ],
387 }, 388 },
388 }], 389 }],
389 ], 390 ],
390 }, 391 },
391 ], 392 ],
392 } 393 }
OLDNEW
« no previous file with comments | « content/browser/tab_contents/tab_contents.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698