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

Side by Side Diff: chrome/chrome.gyp

Issue 222923004: Remove pyauto references from gyp files in preparation for deleting the code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: try with depot tools at 260471 Created 6 years, 8 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 | « build/all.gyp ('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) 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 ], 743 ],
744 'dependencies': [ 744 'dependencies': [
745 'chrome', 745 'chrome',
746 '../breakpad/breakpad.gyp:dump_syms', 746 '../breakpad/breakpad.gyp:dump_syms',
747 ], 747 ],
748 }], 748 }],
749 ['linux_strip_reliability_tests==1', { 749 ['linux_strip_reliability_tests==1', {
750 'actions': [ 750 'actions': [
751 { 751 {
752 'action_name': 'strip_reliability_tests', 752 'action_name': 'strip_reliability_tests',
753 'inputs': [
754 '<(PRODUCT_DIR)/_pyautolib.so',
755 ],
756 'outputs': [ 753 'outputs': [
757 '<(PRODUCT_DIR)/strip_reliability_tests.stamp', 754 '<(PRODUCT_DIR)/strip_reliability_tests.stamp',
758 ], 755 ],
759 'action': ['strip', 756 'action': ['strip',
760 '-g', 757 '-g',
761 '<@(_inputs)'], 758 '<@(_inputs)'],
762 'message': 'Stripping reliability tests', 759 'message': 'Stripping reliability tests',
763 }, 760 },
764 ], 761 ],
765 }], 762 }],
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
1117 'sources': [ 1114 'sources': [
1118 'service/cloud_print/print_system_dummy.cc', 1115 'service/cloud_print/print_system_dummy.cc',
1119 ], 1116 ],
1120 }], 1117 }],
1121 ], 1118 ],
1122 }, 1119 },
1123 ], 1120 ],
1124 }], 1121 }],
1125 ], # 'conditions' 1122 ], # 'conditions'
1126 } 1123 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698