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

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
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 920 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 'browser/chromeos/attestation/attestation_key_payload.proto', 976 'browser/chromeos/attestation/attestation_key_payload.proto',
978 ], 977 ],
979 'variables': { 978 'variables': {
980 'proto_in_dir': 'browser/chromeos/attestation', 979 'proto_in_dir': 'browser/chromeos/attestation',
981 'proto_out_dir': 'chrome/browser/chromeos/attestation', 980 'proto_out_dir': 'chrome/browser/chromeos/attestation',
982 }, 981 },
983 'includes': [ '../build/protoc.gypi' ] 982 'includes': [ '../build/protoc.gypi' ]
984 }, 983 },
985 ], 984 ],
986 } 985 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698