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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6388004: Move non-file-system Pepper IPC messages to chrome/common/pepper_messages.*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/renderer
Patch Set: Fix size_t-size-correctness. Created 9 years, 11 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
« no previous file with comments | « chrome/browser/renderer_host/pepper_message_filter.cc ('k') | chrome/common/pepper_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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'common/notification_observer.h', 128 'common/notification_observer.h',
129 'common/notification_registrar.cc', 129 'common/notification_registrar.cc',
130 'common/notification_registrar.h', 130 'common/notification_registrar.h',
131 'common/notification_service.cc', 131 'common/notification_service.cc',
132 'common/notification_service.h', 132 'common/notification_service.h',
133 'common/notification_source.cc', 133 'common/notification_source.cc',
134 'common/notification_source.h', 134 'common/notification_source.h',
135 'common/notification_type.h', 135 'common/notification_type.h',
136 'common/pepper_file_messages.cc', 136 'common/pepper_file_messages.cc',
137 'common/pepper_file_messages.h', 137 'common/pepper_file_messages.h',
138 'common/pepper_messages.cc',
139 'common/pepper_messages.h',
138 'common/process_watcher.h', 140 'common/process_watcher.h',
139 'common/process_watcher_mac.cc', 141 'common/process_watcher_mac.cc',
140 'common/process_watcher_posix.cc', 142 'common/process_watcher_posix.cc',
141 'common/process_watcher_win.cc', 143 'common/process_watcher_win.cc',
142 'common/property_bag.cc', 144 'common/property_bag.cc',
143 'common/property_bag.h', 145 'common/property_bag.h',
144 'common/ref_counted_util.h', 146 'common/ref_counted_util.h',
145 'common/resource_response.cc', 147 'common/resource_response.cc',
146 'common/resource_response.h', 148 'common/resource_response.h',
147 'common/result_codes.h', 149 'common/result_codes.h',
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 'configurations': { 621 'configurations': {
620 'Common_Base': { 622 'Common_Base': {
621 'msvs_target_platform': 'x64', 623 'msvs_target_platform': 'x64',
622 }, 624 },
623 }, 625 },
624 }, 626 },
625 ], 627 ],
626 }], 628 }],
627 ], 629 ],
628 } 630 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/pepper_message_filter.cc ('k') | chrome/common/pepper_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698