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

Side by Side Diff: content/content_common.gypi

Issue 1267673003: Plumb Blink notification actions to button UI on desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix size_t Created 5 years, 4 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
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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 'common/mojo/channel_init.h', 447 'common/mojo/channel_init.h',
448 'common/mojo/mojo_messages.h', 448 'common/mojo/mojo_messages.h',
449 'common/mojo/service_registry_impl.cc', 449 'common/mojo/service_registry_impl.cc',
450 'common/mojo/service_registry_impl.h', 450 'common/mojo/service_registry_impl.h',
451 'common/navigation_gesture.h', 451 'common/navigation_gesture.h',
452 'common/navigation_params.cc', 452 'common/navigation_params.cc',
453 'common/navigation_params.h', 453 'common/navigation_params.h',
454 'common/net/url_fetcher.cc', 454 'common/net/url_fetcher.cc',
455 'common/net/url_request_user_data.cc', 455 'common/net/url_request_user_data.cc',
456 'common/net/url_request_user_data.h', 456 'common/net/url_request_user_data.h',
457 'common/notification_constants.h',
457 'common/one_writer_seqlock.cc', 458 'common/one_writer_seqlock.cc',
458 'common/one_writer_seqlock.h', 459 'common/one_writer_seqlock.h',
459 'common/origin_util.cc', 460 'common/origin_util.cc',
460 'common/p2p_messages.h', 461 'common/p2p_messages.h',
461 'common/page_state_serialization.cc', 462 'common/page_state_serialization.cc',
462 'common/page_state_serialization.h', 463 'common/page_state_serialization.h',
463 'common/page_zoom.cc', 464 'common/page_zoom.cc',
464 'common/pepper_file_util.cc', 465 'common/pepper_file_util.cc',
465 'common/pepper_file_util.h', 466 'common/pepper_file_util.h',
466 'common/pepper_messages.h', 467 'common/pepper_messages.h',
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
1081 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1082 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1082 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1083 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1083 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1084 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1084 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1085 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1085 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1086 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1086 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1087 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1087 ], 1088 ],
1088 }], 1089 }],
1089 ], 1090 ],
1090 } 1091 }
OLDNEW
« no previous file with comments | « content/common/platform_notification_messages.h ('k') | content/public/common/platform_notification_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698