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

Side by Side Diff: content/content_common.gypi

Issue 381633005: Refactor Web Notification permission requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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 '../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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'common/one_writer_seqlock.h', 400 'common/one_writer_seqlock.h',
401 'common/p2p_messages.h', 401 'common/p2p_messages.h',
402 'common/page_state_serialization.cc', 402 'common/page_state_serialization.cc',
403 'common/page_state_serialization.h', 403 'common/page_state_serialization.h',
404 'common/page_zoom.cc', 404 'common/page_zoom.cc',
405 'common/pepper_messages.h', 405 'common/pepper_messages.h',
406 'common/pepper_plugin_list.cc', 406 'common/pepper_plugin_list.cc',
407 'common/pepper_plugin_list.h', 407 'common/pepper_plugin_list.h',
408 'common/pepper_renderer_instance_data.cc', 408 'common/pepper_renderer_instance_data.cc',
409 'common/pepper_renderer_instance_data.h', 409 'common/pepper_renderer_instance_data.h',
410 'common/platform_notification_messages.h',
410 'common/plugin_constants_win.cc', 411 'common/plugin_constants_win.cc',
411 'common/plugin_constants_win.h', 412 'common/plugin_constants_win.h',
412 'common/plugin_list.cc', 413 'common/plugin_list.cc',
413 'common/plugin_list.h', 414 'common/plugin_list.h',
414 'common/plugin_list_mac.mm', 415 'common/plugin_list_mac.mm',
415 'common/plugin_list_posix.cc', 416 'common/plugin_list_posix.cc',
416 'common/plugin_list_win.cc', 417 'common/plugin_list_win.cc',
417 'common/plugin_process_messages.h', 418 'common/plugin_process_messages.h',
418 'common/power_monitor_messages.h', 419 'common/power_monitor_messages.h',
419 'common/process_type.cc', 420 'common/process_type.cc',
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 }, { 869 }, {
869 'defines': ['USE_SECCOMP_BPF'], 870 'defines': ['USE_SECCOMP_BPF'],
870 }], 871 }],
871 ['use_ozone==1', { 872 ['use_ozone==1', {
872 'dependencies': [ 873 'dependencies': [
873 '../ui/ozone/ozone.gyp:ozone', 874 '../ui/ozone/ozone.gyp:ozone',
874 ], 875 ],
875 }], 876 }],
876 ], 877 ],
877 } 878 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698