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

Side by Side Diff: build/all.gyp

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 | « base/base.gypi ('k') | build/all_android.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 '../third_party/npapi/npapi.gyp:*', 49 '../third_party/npapi/npapi.gyp:*',
50 '../third_party/ots/ots.gyp:*', 50 '../third_party/ots/ots.gyp:*',
51 '../third_party/qcms/qcms.gyp:*', 51 '../third_party/qcms/qcms.gyp:*',
52 '../third_party/sqlite/sqlite.gyp:*', 52 '../third_party/sqlite/sqlite.gyp:*',
53 '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*', 53 '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*',
54 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:generate_devtoo ls_zip', 54 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:generate_devtoo ls_zip',
55 '../third_party/zlib/zlib.gyp:*', 55 '../third_party/zlib/zlib.gyp:*',
56 '../v8/tools/gyp/v8.gyp:*', 56 '../v8/tools/gyp/v8.gyp:*',
57 '../webkit/support/webkit_support.gyp:*', 57 '../webkit/support/webkit_support.gyp:*',
58 '../webkit/webkit.gyp:*', 58 '../webkit/webkit.gyp:*',
59 'util/build_util.gyp:*',
60 'temp_gyp/googleurl.gyp:*', 59 'temp_gyp/googleurl.gyp:*',
61 '<(libjpeg_gyp_path):*', 60 '<(libjpeg_gyp_path):*',
62 ], 61 ],
63 'conditions': [ 62 'conditions': [
64 ['os_posix==1 and OS!="android"', { 63 ['os_posix==1 and OS!="android"', {
65 'dependencies': [ 64 'dependencies': [
66 '../third_party/yasm/yasm.gyp:*#host', 65 '../third_party/yasm/yasm.gyp:*#host',
67 ], 66 ],
68 }], 67 }],
69 ['OS=="mac" or OS=="win"', { 68 ['OS=="mac" or OS=="win"', {
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 'dependencies': [ 602 'dependencies': [
604 '../chromeos/chromeos.gyp:chromeos_unittests', 603 '../chromeos/chromeos.gyp:chromeos_unittests',
605 ], 604 ],
606 }], 605 }],
607 ], 606 ],
608 }, 607 },
609 ], # targets 608 ], # targets
610 }], # "use_aura==1" 609 }], # "use_aura==1"
611 ], # conditions 610 ], # conditions
612 } 611 }
OLDNEW
« no previous file with comments | « base/base.gypi ('k') | build/all_android.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698