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

Side by Side Diff: base/base.gypi

Issue 6990028: Remove files that don't exist, and fix typos in gyp files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: some more Created 9 years, 7 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 | « base/base.gyp ('k') | breakpad/breakpad.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 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 'sources!': [ 375 'sources!': [
376 # Not automatically excluded by the *linux.cc rules. 376 # Not automatically excluded by the *linux.cc rules.
377 'gtk_util.cc', 377 'gtk_util.cc',
378 'gtk_util.h', 378 'gtk_util.h',
379 'linux_util.cc', 379 'linux_util.cc',
380 ], 380 ],
381 }, 381 },
382 ], 382 ],
383 [ 'OS != "mac"', { 383 [ 'OS != "mac"', {
384 'sources!': [ 384 'sources!': [
385 'scoped_aedesc.h' 385 'mac/scoped_aedesc.h'
386 ], 386 ],
387 }], 387 }],
388 # For now, just test the *BSD platforms enough to exclude them. 388 # For now, just test the *BSD platforms enough to exclude them.
389 # Subsequent changes will include them further. 389 # Subsequent changes will include them further.
390 [ 'OS != "freebsd"', { 390 [ 'OS != "freebsd"', {
391 'sources/': [ ['exclude', '_freebsd\\.cc$'] ], 391 'sources/': [ ['exclude', '_freebsd\\.cc$'] ],
392 }, 392 },
393 ], 393 ],
394 [ 'OS != "openbsd"', { 394 [ 'OS != "openbsd"', {
395 'sources/': [ ['exclude', '_openbsd\\.cc$'] ], 395 'sources/': [ ['exclude', '_openbsd\\.cc$'] ],
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 517 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
518 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 518 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
519 '$(SDKROOT)/System/Library/Frameworks/Security.framework', 519 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
520 ], 520 ],
521 }, 521 },
522 }], 522 }],
523 [ 'OS != "win"', { 523 [ 'OS != "win"', {
524 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], 524 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'],
525 'sources!': [ 525 'sources!': [
526 'third_party/purify/pure_api.c', 526 'third_party/purify/pure_api.c',
527 'base_drag_source.cc',
528 'base_drop_target.cc',
529 'event_recorder.cc', 527 'event_recorder.cc',
530 'file_version_info.cc',
531 'registry.cc',
532 'resource_util.cc', 528 'resource_util.cc',
533 'win_util.cc',
534 ], 529 ],
535 },], 530 },],
536 [ 'component=="shared_library"', { 531 [ 'component=="shared_library"', {
537 'defines': [ 532 'defines': [
538 'BASE_DLL', 533 'BASE_DLL',
539 'BASE_IMPLEMENTATION=1', 534 'BASE_IMPLEMENTATION=1',
540 ], 535 ],
541 'conditions': [ 536 'conditions': [
542 ['OS=="win"', { 537 ['OS=="win"', {
543 'msvs_disabled_warnings': [ 538 'msvs_disabled_warnings': [
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 'third_party/xdg_mime/xdgmimemagic.c', 681 'third_party/xdg_mime/xdgmimemagic.c',
687 'third_party/xdg_mime/xdgmimemagic.h', 682 'third_party/xdg_mime/xdgmimemagic.h',
688 'third_party/xdg_mime/xdgmimeparent.c', 683 'third_party/xdg_mime/xdgmimeparent.c',
689 'third_party/xdg_mime/xdgmimeparent.h', 684 'third_party/xdg_mime/xdgmimeparent.h',
690 ], 685 ],
691 }, 686 },
692 ], 687 ],
693 }], 688 }],
694 ], 689 ],
695 } 690 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | breakpad/breakpad.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698