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

Side by Side Diff: content/content_common.gypi

Issue 8342048: Make NotificationService an interface in the content namespace, and switch callers to use it. Mov... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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/content_browser.gypi ('k') | content/content_tests.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) 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gpu_ipc', 9 '../gpu/gpu.gyp:gpu_ipc',
10 '../ipc/ipc.gyp:ipc', 10 '../ipc/ipc.gyp:ipc',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'common/media/media_stream_messages.h', 153 'common/media/media_stream_messages.h',
154 'common/media/media_stream_options.cc', 154 'common/media/media_stream_options.cc',
155 'common/media/media_stream_options.h', 155 'common/media/media_stream_options.h',
156 'common/media/video_capture_messages.h', 156 'common/media/video_capture_messages.h',
157 'common/message_router.cc', 157 'common/message_router.cc',
158 'common/message_router.h', 158 'common/message_router.h',
159 'common/mime_registry_messages.h', 159 'common/mime_registry_messages.h',
160 'common/navigation_gesture.h', 160 'common/navigation_gesture.h',
161 'common/net/url_fetcher.cc', 161 'common/net/url_fetcher.cc',
162 'common/net/url_fetcher.h', 162 'common/net/url_fetcher.h',
163 'common/notification_service.cc',
164 'common/notification_service.h',
165 'common/np_channel_base.cc', 163 'common/np_channel_base.cc',
166 'common/np_channel_base.h', 164 'common/np_channel_base.h',
167 'common/npobject_base.h', 165 'common/npobject_base.h',
168 'common/npobject_proxy.cc', 166 'common/npobject_proxy.cc',
169 'common/npobject_proxy.h', 167 'common/npobject_proxy.h',
170 'common/npobject_stub.cc', 168 'common/npobject_stub.cc',
171 'common/npobject_stub.h', 169 'common/npobject_stub.h',
172 'common/npobject_util.cc', 170 'common/npobject_util.cc',
173 'common/npobject_util.h', 171 'common/npobject_util.h',
174 'common/p2p_messages.h', 172 'common/p2p_messages.h',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 ], 321 ],
324 'link_settings': { 322 'link_settings': {
325 'libraries': [ 323 'libraries': [
326 '-lEGL', 324 '-lEGL',
327 '-lGLESv2', 325 '-lGLESv2',
328 ], 326 ],
329 }, 327 },
330 }], 328 }],
331 ], 329 ],
332 } 330 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698