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

Side by Side Diff: content/content_common.gypi

Issue 8511075: Move the struct used when showing a desktop notification to content/public/common, so that chrome... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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) 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'public/common/pepper_plugin_info.cc', 48 'public/common/pepper_plugin_info.cc',
49 'public/common/pepper_plugin_info.h', 49 'public/common/pepper_plugin_info.h',
50 'public/common/renderer_preferences.cc', 50 'public/common/renderer_preferences.cc',
51 'public/common/renderer_preferences.h', 51 'public/common/renderer_preferences.h',
52 'public/common/resource_dispatcher_delegate.h', 52 'public/common/resource_dispatcher_delegate.h',
53 'public/common/result_codes.h', 53 'public/common/result_codes.h',
54 'public/common/sandbox_init.h', 54 'public/common/sandbox_init.h',
55 'public/common/security_style.h', 55 'public/common/security_style.h',
56 'public/common/serialized_script_value.cc', 56 'public/common/serialized_script_value.cc',
57 'public/common/serialized_script_value.h', 57 'public/common/serialized_script_value.h',
58 'public/common/show_desktop_notification_params.cc',
59 'public/common/show_desktop_notification_params.h',
58 'public/common/url_constants.cc', 60 'public/common/url_constants.cc',
59 'public/common/url_constants.h', 61 'public/common/url_constants.h',
60 'public/common/url_fetcher.h', 62 'public/common/url_fetcher.h',
61 'public/common/url_fetcher_delegate.h', 63 'public/common/url_fetcher_delegate.h',
62 'public/common/url_fetcher_factory.h', 64 'public/common/url_fetcher_factory.h',
63 'public/common/view_types.h', 65 'public/common/view_types.h',
64 'public/common/zygote_fork_delegate_linux.h', 66 'public/common/zygote_fork_delegate_linux.h',
65 'common/appcache/appcache_backend_proxy.cc', 67 'common/appcache/appcache_backend_proxy.cc',
66 'common/appcache/appcache_backend_proxy.h', 68 'common/appcache/appcache_backend_proxy.h',
67 'common/appcache/appcache_dispatcher.cc', 69 'common/appcache/appcache_dispatcher.cc',
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 ], 329 ],
328 'link_settings': { 330 'link_settings': {
329 'libraries': [ 331 'libraries': [
330 '-lEGL', 332 '-lEGL',
331 '-lGLESv2', 333 '-lGLESv2',
332 ], 334 ],
333 }, 335 },
334 }], 336 }],
335 ], 337 ],
336 } 338 }
OLDNEW
« no previous file with comments | « content/common/desktop_notification_messages.h ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698