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

Side by Side Diff: base/base.gypi

Issue 10388213: Don't generate LASTCHANGE at build time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update copyright date in export_tarball Created 8 years, 6 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 | « DEPS ('k') | build/all.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 'dependencies': [ 626 'dependencies': [
627 '../build/linux/system.gyp:gtk', 627 '../build/linux/system.gyp:gtk',
628 ], 628 ],
629 'export_dependent_settings': [ 629 'export_dependent_settings': [
630 '../build/linux/system.gyp:gtk', 630 '../build/linux/system.gyp:gtk',
631 ], 631 ],
632 }], 632 }],
633 ], 633 ],
634 'dependencies': [ 634 'dependencies': [
635 'symbolize', 635 'symbolize',
636 '../build/util/build_util.gyp:lastchange#target',
637 '../build/linux/system.gyp:glib', 636 '../build/linux/system.gyp:glib',
638 '../build/linux/system.gyp:x11', 637 '../build/linux/system.gyp:x11',
639 'xdg_mime', 638 'xdg_mime',
640 ], 639 ],
641 'defines': [ 640 'defines': [
642 'USE_SYMBOLIZE', 641 'USE_SYMBOLIZE',
643 ], 642 ],
644 'cflags': [ 643 'cflags': [
645 '-Wno-write-strings', 644 '-Wno-write-strings',
646 ], 645 ],
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 'third_party/xdg_mime/xdgmimemagic.c', 936 'third_party/xdg_mime/xdgmimemagic.c',
938 'third_party/xdg_mime/xdgmimemagic.h', 937 'third_party/xdg_mime/xdgmimemagic.h',
939 'third_party/xdg_mime/xdgmimeparent.c', 938 'third_party/xdg_mime/xdgmimeparent.c',
940 'third_party/xdg_mime/xdgmimeparent.h', 939 'third_party/xdg_mime/xdgmimeparent.h',
941 ], 940 ],
942 }, 941 },
943 ], 942 ],
944 }], 943 }],
945 ], 944 ],
946 } 945 }
OLDNEW
« no previous file with comments | « DEPS ('k') | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698