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

Side by Side Diff: content/content_common.gypi

Issue 1901133002: Move the notification constants to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 'common/mojo/service_registry_impl.cc', 466 'common/mojo/service_registry_impl.cc',
467 'common/mojo/service_registry_impl.h', 467 'common/mojo/service_registry_impl.h',
468 'common/navigation_gesture.h', 468 'common/navigation_gesture.h',
469 'common/navigation_params.cc', 469 'common/navigation_params.cc',
470 'common/navigation_params.h', 470 'common/navigation_params.h',
471 'common/net/url_fetcher.cc', 471 'common/net/url_fetcher.cc',
472 'common/net/url_request_service_worker_data.cc', 472 'common/net/url_request_service_worker_data.cc',
473 'common/net/url_request_service_worker_data.h', 473 'common/net/url_request_service_worker_data.h',
474 'common/net/url_request_user_data.cc', 474 'common/net/url_request_user_data.cc',
475 'common/net/url_request_user_data.h', 475 'common/net/url_request_user_data.h',
476 'common/notification_constants.h',
477 'common/one_writer_seqlock.cc', 476 'common/one_writer_seqlock.cc',
478 'common/one_writer_seqlock.h', 477 'common/one_writer_seqlock.h',
479 'common/origin_trials/trial_token.cc', 478 'common/origin_trials/trial_token.cc',
480 'common/origin_trials/trial_token.h', 479 'common/origin_trials/trial_token.h',
481 'common/origin_trials/trial_token_validator.cc', 480 'common/origin_trials/trial_token_validator.cc',
482 'common/origin_trials/trial_token_validator.h', 481 'common/origin_trials/trial_token_validator.h',
483 'common/origin_util.cc', 482 'common/origin_util.cc',
484 'common/p2p_messages.h', 483 'common/p2p_messages.h',
485 'common/page_state_serialization.cc', 484 'common/page_state_serialization.cc',
486 'common/page_state_serialization.h', 485 'common/page_state_serialization.h',
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 'sources!': [ 989 'sources!': [
991 'common/cursors/webcursor_ozone.cc', 990 'common/cursors/webcursor_ozone.cc',
992 'common/font_list_ozone.cc', 991 'common/font_list_ozone.cc',
993 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 992 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
994 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 993 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
995 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 994 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
996 ], 995 ],
997 }], 996 }],
998 ], 997 ],
999 } 998 }
OLDNEW
« no previous file with comments | « content/common/notification_constants.h ('k') | third_party/WebKit/Source/modules/notifications/Notification.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698