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

Side by Side Diff: chrome/chrome_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/chrome_browser.gypi ('k') | chrome_frame/chrome_frame.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 '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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'common/spellcheck_common.cc', 237 'common/spellcheck_common.cc',
238 'common/spellcheck_common.h', 238 'common/spellcheck_common.h',
239 'common/spellcheck_messages.h', 239 'common/spellcheck_messages.h',
240 'common/sqlite_utils.cc', 240 'common/sqlite_utils.cc',
241 'common/sqlite_utils.h', 241 'common/sqlite_utils.h',
242 'common/text_input_client_messages.h', 242 'common/text_input_client_messages.h',
243 'common/thumbnail_score.cc', 243 'common/thumbnail_score.cc',
244 'common/thumbnail_score.h', 244 'common/thumbnail_score.h',
245 'common/url_constants.cc', 245 'common/url_constants.cc',
246 'common/url_constants.h', 246 'common/url_constants.h',
247 'common/utility_messages.h',
248 'common/visitedlink_common.cc', 247 'common/visitedlink_common.cc',
249 'common/visitedlink_common.h', 248 'common/visitedlink_common.h',
250 'common/web_apps.cc', 249 'common/web_apps.cc',
251 'common/web_apps.h', 250 'common/web_apps.h',
252 'common/web_resource/web_resource_unpacker.cc', 251 'common/web_resource/web_resource_unpacker.cc',
253 'common/web_resource/web_resource_unpacker.h', 252 'common/web_resource/web_resource_unpacker.h',
254 'common/worker_thread_ticker.cc', 253 'common/worker_thread_ticker.cc',
255 'common/worker_thread_ticker.h', 254 'common/worker_thread_ticker.h',
256 'common/zip.cc', # Requires zlib directly. 255 'common/zip.cc', # Requires zlib directly.
257 'common/zip.h', 256 'common/zip.h',
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 'configurations': { 570 'configurations': {
572 'Common_Base': { 571 'Common_Base': {
573 'msvs_target_platform': 'x64', 572 'msvs_target_platform': 'x64',
574 }, 573 },
575 }, 574 },
576 }, 575 },
577 ], 576 ],
578 }], 577 }],
579 ], 578 ],
580 } 579 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698