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

Side by Side Diff: content/content_browser.gypi

Issue 12212089: content: convert child process notifications to observer usage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes 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
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 17 matching lines...) Expand all
28 'public/browser/android/content_view_core.h', 28 'public/browser/android/content_view_core.h',
29 'public/browser/android/content_view_layer_renderer.h', 29 'public/browser/android/content_view_layer_renderer.h',
30 'public/browser/android/devtools_auth.h', 30 'public/browser/android/devtools_auth.h',
31 'public/browser/android/download_controller_android.h', 31 'public/browser/android/download_controller_android.h',
32 'public/browser/browser_accessibility_state.h', 32 'public/browser/browser_accessibility_state.h',
33 'public/browser/browser_child_process_host.h', 33 'public/browser/browser_child_process_host.h',
34 'public/browser/browser_child_process_host_delegate.cc', 34 'public/browser/browser_child_process_host_delegate.cc',
35 'public/browser/browser_child_process_host_delegate.h', 35 'public/browser/browser_child_process_host_delegate.h',
36 'public/browser/browser_child_process_host_iterator.cc', 36 'public/browser/browser_child_process_host_iterator.cc',
37 'public/browser/browser_child_process_host_iterator.h', 37 'public/browser/browser_child_process_host_iterator.h',
38 'public/browser/browser_child_process_observer.cc',
39 'public/browser/browser_child_process_observer.h',
38 'public/browser/browser_context.h', 40 'public/browser/browser_context.h',
39 'public/browser/browser_ipc_logging.h', 41 'public/browser/browser_ipc_logging.h',
40 'public/browser/browser_main_parts.cc', 42 'public/browser/browser_main_parts.cc',
41 'public/browser/browser_main_parts.h', 43 'public/browser/browser_main_parts.h',
42 'public/browser/browser_main_runner.h', 44 'public/browser/browser_main_runner.h',
43 'public/browser/browser_message_filter.cc', 45 'public/browser/browser_message_filter.cc',
44 'public/browser/browser_message_filter.h', 46 'public/browser/browser_message_filter.h',
45 'public/browser/browser_ppapi_host.h', 47 'public/browser/browser_ppapi_host.h',
46 'public/browser/browser_shutdown.h', 48 'public/browser/browser_shutdown.h',
47 'public/browser/browser_url_handler.h', 49 'public/browser/browser_url_handler.h',
(...skipping 1173 matching lines...) Expand 10 before | Expand all | Expand 10 after
1221 ['exclude', '^browser/speech/'], 1223 ['exclude', '^browser/speech/'],
1222 ], 1224 ],
1223 }], 1225 }],
1224 ['linux_use_libgps==1', { 1226 ['linux_use_libgps==1', {
1225 'dependencies': [ 1227 'dependencies': [
1226 '../build/linux/system.gyp:libgps', 1228 '../build/linux/system.gyp:libgps',
1227 ], 1229 ],
1228 }], 1230 }],
1229 ], 1231 ],
1230 } 1232 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698