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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 23097007: Create variations target that depends on base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 3 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 | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_ui.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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 25 matching lines...) Expand all
36 'common_net', 36 'common_net',
37 'contacts_proto', 37 'contacts_proto',
38 'debugger', 38 'debugger',
39 'device_policy_proto', 39 'device_policy_proto',
40 'drive_proto', 40 'drive_proto',
41 'feedback_proto', 41 'feedback_proto',
42 'in_memory_url_index_cache_proto', 42 'in_memory_url_index_cache_proto',
43 'installer_util', 43 'installer_util',
44 'safe_browsing_proto', 44 'safe_browsing_proto',
45 'safe_browsing_report_proto', 45 'safe_browsing_report_proto',
46 'variations_seed_proto',
47 '../breakpad/breakpad.gyp:breakpad_client', 46 '../breakpad/breakpad.gyp:breakpad_client',
48 '../build/linux/system.gyp:dbus', 47 '../build/linux/system.gyp:dbus',
49 '../chromeos/chromeos.gyp:chromeos', 48 '../chromeos/chromeos.gyp:chromeos',
50 '../chromeos/chromeos.gyp:chromeos_memory', 49 '../chromeos/chromeos.gyp:chromeos_memory',
51 # browser_chromeos #includes power_supply_properties.pb.h directly. 50 # browser_chromeos #includes power_supply_properties.pb.h directly.
52 '../chromeos/chromeos.gyp:power_manager_proto', 51 '../chromeos/chromeos.gyp:power_manager_proto',
53 '../chromeos/ime/input_method.gyp:gencode', 52 '../chromeos/ime/input_method.gyp:gencode',
54 '../content/content.gyp:content_browser', 53 '../content/content.gyp:content_browser',
55 '../content/content.gyp:content_common', 54 '../content/content.gyp:content_common',
56 '../crypto/crypto.gyp:crypto', 55 '../crypto/crypto.gyp:crypto',
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 'browser/chromeos/attestation/attestation_key_payload.proto', 973 'browser/chromeos/attestation/attestation_key_payload.proto',
975 ], 974 ],
976 'variables': { 975 'variables': {
977 'proto_in_dir': 'browser/chromeos/attestation', 976 'proto_in_dir': 'browser/chromeos/attestation',
978 'proto_out_dir': 'chrome/browser/chromeos/attestation', 977 'proto_out_dir': 'chrome/browser/chromeos/attestation',
979 }, 978 },
980 'includes': [ '../build/protoc.gypi' ] 979 'includes': [ '../build/protoc.gypi' ]
981 }, 980 },
982 ], 981 ],
983 } 982 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698