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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 307993007: ash: Convert ash_resources to a normal GYP file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « ash/ash_resources.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 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 }], 1053 }],
1054 ['use_cras==1', { 1054 ['use_cras==1', {
1055 'defines': [ 1055 'defines': [
1056 'USE_CRAS', 1056 'USE_CRAS',
1057 ], 1057 ],
1058 }], 1058 }],
1059 ['use_ash==1', { 1059 ['use_ash==1', {
1060 'dependencies': [ 1060 'dependencies': [
1061 '../ash/ash.gyp:ash', 1061 '../ash/ash.gyp:ash',
1062 '../ash/ash.gyp:ash_with_content', 1062 '../ash/ash.gyp:ash_with_content',
1063 '../ash/ash.gyp:ash_resources', 1063 '../ash/ash_resources.gyp:ash_resources',
1064 '../ash/ash_strings.gyp:ash_strings', 1064 '../ash/ash_strings.gyp:ash_strings',
1065 '../ui/app_list/app_list.gyp:app_list', 1065 '../ui/app_list/app_list.gyp:app_list',
1066 '../ui/message_center/message_center.gyp:message_center', 1066 '../ui/message_center/message_center.gyp:message_center',
1067 ], 1067 ],
1068 }], 1068 }],
1069 ['use_aura==1', { 1069 ['use_aura==1', {
1070 'dependencies': [ 1070 'dependencies': [
1071 '../ui/aura/aura.gyp:aura', 1071 '../ui/aura/aura.gyp:aura',
1072 '../ui/compositor/compositor.gyp:compositor', 1072 '../ui/compositor/compositor.gyp:compositor',
1073 ], 1073 ],
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
1153 'browser/chromeos/attestation/attestation_signed_data.proto', 1153 'browser/chromeos/attestation/attestation_signed_data.proto',
1154 ], 1154 ],
1155 'variables': { 1155 'variables': {
1156 'proto_in_dir': 'browser/chromeos/attestation', 1156 'proto_in_dir': 'browser/chromeos/attestation',
1157 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1157 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1158 }, 1158 },
1159 'includes': [ '../build/protoc.gypi' ] 1159 'includes': [ '../build/protoc.gypi' ]
1160 }, 1160 },
1161 ], 1161 ],
1162 } 1162 }
OLDNEW
« no previous file with comments | « ash/ash_resources.gypi ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698