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

Side by Side Diff: chrome/chrome_common.gypi

Issue 5698008: Switch a bunch of remaining filters to derive from BrowserMessageFilters so t... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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 | « chrome/chrome_browser.gypi ('k') | chrome/common/file_utilities_messages.h » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'common/devtools_messages.h', 54 'common/devtools_messages.h',
55 'common/devtools_messages_internal.h', 55 'common/devtools_messages_internal.h',
56 'common/dx_diag_node.cc', 56 'common/dx_diag_node.cc',
57 'common/dx_diag_node.h', 57 'common/dx_diag_node.h',
58 'common/file_system/webfilesystem_callback_dispatcher.cc', 58 'common/file_system/webfilesystem_callback_dispatcher.cc',
59 'common/file_system/webfilesystem_callback_dispatcher.h', 59 'common/file_system/webfilesystem_callback_dispatcher.h',
60 'common/file_system/webfilesystem_impl.cc', 60 'common/file_system/webfilesystem_impl.cc',
61 'common/file_system/webfilesystem_impl.h', 61 'common/file_system/webfilesystem_impl.h',
62 'common/file_system/webfilewriter_impl.cc', 62 'common/file_system/webfilewriter_impl.cc',
63 'common/file_system/webfilewriter_impl.h', 63 'common/file_system/webfilewriter_impl.h',
64 'common/file_utilities_messages.cc',
65 'common/file_utilities_messages.h',
64 'common/font_descriptor_mac.h', 66 'common/font_descriptor_mac.h',
65 'common/font_descriptor_mac.mm', 67 'common/font_descriptor_mac.mm',
66 'common/geoposition.cc', 68 'common/geoposition.cc',
67 'common/geoposition.h', 69 'common/geoposition.h',
68 'common/gpu_create_command_buffer_config.cc', 70 'common/gpu_create_command_buffer_config.cc',
69 'common/gpu_create_command_buffer_config.h', 71 'common/gpu_create_command_buffer_config.h',
70 'common/gpu_info.h', 72 'common/gpu_info.h',
71 'common/gpu_info.cc', 73 'common/gpu_info.cc',
72 'common/gpu_messages.cc', 74 'common/gpu_messages.cc',
73 'common/gpu_messages.h', 75 'common/gpu_messages.h',
74 'common/gpu_messages_internal.h', 76 'common/gpu_messages_internal.h',
75 'common/gpu_param_traits.h', 77 'common/gpu_param_traits.h',
76 'common/gpu_video_common.cc', 78 'common/gpu_video_common.cc',
77 'common/gpu_video_common.h', 79 'common/gpu_video_common.h',
78 'common/indexed_db_key.cc', 80 'common/indexed_db_key.cc',
79 'common/indexed_db_key.h', 81 'common/indexed_db_key.h',
80 'common/indexed_db_param_traits.cc', 82 'common/indexed_db_param_traits.cc',
81 'common/indexed_db_param_traits.h', 83 'common/indexed_db_param_traits.h',
82 'common/logging_chrome.cc', 84 'common/logging_chrome.cc',
83 'common/logging_chrome.h', 85 'common/logging_chrome.h',
84 'common/main_function_params.h', 86 'common/main_function_params.h',
85 'common/message_router.cc', 87 'common/message_router.cc',
86 'common/message_router.h', 88 'common/message_router.h',
87 'common/metrics_helpers.cc', 89 'common/metrics_helpers.cc',
88 'common/metrics_helpers.h', 90 'common/metrics_helpers.h',
91 'common/mime_registry_messages.cc',
92 'common/mime_registry_messages.h',
89 'common/multi_process_lock.h', 93 'common/multi_process_lock.h',
90 'common/multi_process_lock_linux.cc', 94 'common/multi_process_lock_linux.cc',
91 'common/multi_process_lock_mac.cc', 95 'common/multi_process_lock_mac.cc',
92 'common/multi_process_lock_win.cc', 96 'common/multi_process_lock_win.cc',
93 'common/nacl_cmd_line.cc', 97 'common/nacl_cmd_line.cc',
94 'common/nacl_cmd_line.h', 98 'common/nacl_cmd_line.h',
95 'common/nacl_messages.cc', 99 'common/nacl_messages.cc',
96 'common/nacl_messages.h', 100 'common/nacl_messages.h',
97 'common/nacl_messages_internal.h', 101 'common/nacl_messages_internal.h',
98 'common/nacl_types.h', 102 'common/nacl_types.h',
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 'configurations': { 584 'configurations': {
581 'Common_Base': { 585 'Common_Base': {
582 'msvs_target_platform': 'x64', 586 'msvs_target_platform': 'x64',
583 }, 587 },
584 }, 588 },
585 }, 589 },
586 ], 590 ],
587 }], 591 }],
588 ], 592 ],
589 } 593 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/file_utilities_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698