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

Side by Side Diff: chrome/chrome_common.gypi

Issue 5485001: GYP file cleanup, browser.h speech_input_result.h and popop_blocked_animation.h (Closed) Base URL: svn://svn.chromium.org/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/chrome_tests.gypi » ('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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 'common/security_style.h', 302 'common/security_style.h',
303 'common/service_messages.cc', 303 'common/service_messages.cc',
304 'common/service_messages.h', 304 'common/service_messages.h',
305 'common/service_messages_internal.h', 305 'common/service_messages_internal.h',
306 'common/service_process_util.cc', 306 'common/service_process_util.cc',
307 'common/service_process_util.h', 307 'common/service_process_util.h',
308 'common/service_process_util_posix.cc', 308 'common/service_process_util_posix.cc',
309 'common/service_process_util_win.cc', 309 'common/service_process_util_win.cc',
310 'common/socket_stream_dispatcher.cc', 310 'common/socket_stream_dispatcher.cc',
311 'common/socket_stream_dispatcher.h', 311 'common/socket_stream_dispatcher.h',
312 'common/speech_input_result.h',
312 'common/spellcheck_common.cc', 313 'common/spellcheck_common.cc',
313 'common/spellcheck_common.h', 314 'common/spellcheck_common.h',
314 'common/sqlite_compiled_statement.cc', 315 'common/sqlite_compiled_statement.cc',
315 'common/sqlite_compiled_statement.h', 316 'common/sqlite_compiled_statement.h',
316 'common/sqlite_utils.cc', 317 'common/sqlite_utils.cc',
317 'common/sqlite_utils.h', 318 'common/sqlite_utils.h',
318 'common/thumbnail_score.cc', 319 'common/thumbnail_score.cc',
319 'common/thumbnail_score.h', 320 'common/thumbnail_score.h',
320 'common/url_constants.cc', 321 'common/url_constants.cc',
321 'common/url_constants.h', 322 'common/url_constants.h',
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 'configurations': { 580 'configurations': {
580 'Common_Base': { 581 'Common_Base': {
581 'msvs_target_platform': 'x64', 582 'msvs_target_platform': 'x64',
582 }, 583 },
583 }, 584 },
584 }, 585 },
585 ], 586 ],
586 }], 587 }],
587 ], 588 ],
588 } 589 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698