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

Side by Side Diff: content/content_common.gypi

Issue 7545020: Fix obsolete dependencies so that needless recompilation does not happen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | skia/skia.gyp » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'content_common', 8 'target_name': 'content_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'common/navigation_types.h', 157 'common/navigation_types.h',
158 'common/notification_details.cc', 158 'common/notification_details.cc',
159 'common/notification_details.h', 159 'common/notification_details.h',
160 'common/notification_observer.h', 160 'common/notification_observer.h',
161 'common/notification_registrar.cc', 161 'common/notification_registrar.cc',
162 'common/notification_registrar.h', 162 'common/notification_registrar.h',
163 'common/notification_service.cc', 163 'common/notification_service.cc',
164 'common/notification_service.h', 164 'common/notification_service.h',
165 'common/notification_source.cc', 165 'common/notification_source.cc',
166 'common/notification_source.h', 166 'common/notification_source.h',
167 'common/notification_type.h',
168 'common/p2p_messages.h', 167 'common/p2p_messages.h',
169 'common/p2p_sockets.h', 168 'common/p2p_sockets.h',
170 'common/page_transition_types.cc', 169 'common/page_transition_types.cc',
171 'common/page_transition_types.h', 170 'common/page_transition_types.h',
172 'common/page_type.h', 171 'common/page_type.h',
173 'common/page_zoom.h', 172 'common/page_zoom.h',
174 'common/pepper_file_messages.cc', 173 'common/pepper_file_messages.cc',
175 'common/pepper_file_messages.h', 174 'common/pepper_file_messages.h',
176 'common/pepper_messages.cc', 175 'common/pepper_messages.cc',
177 'common/pepper_messages.h', 176 'common/pepper_messages.h',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 ], 341 ],
343 'sources': [ 342 'sources': [
344 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 343 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
345 ], 344 ],
346 } 345 }
347 ], 346 ],
348 }, 347 },
349 ], 348 ],
350 ], 349 ],
351 } 350 }
OLDNEW
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | skia/skia.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698