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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 498273002: Rename storage-related export macros and build targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_extensions.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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 96 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
97 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', 97 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
98 '../ui/resources/ui_resources.gyp:ui_resources', 98 '../ui/resources/ui_resources.gyp:ui_resources',
99 '../ui/strings/ui_strings.gyp:ui_strings', 99 '../ui/strings/ui_strings.gyp:ui_strings',
100 '../ui/surface/surface.gyp:surface', 100 '../ui/surface/surface.gyp:surface',
101 '../ui/views/controls/webview/webview.gyp:webview', 101 '../ui/views/controls/webview/webview.gyp:webview',
102 '../ui/views/controls/webview/webview.gyp:webview', 102 '../ui/views/controls/webview/webview.gyp:webview',
103 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 103 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
104 '../url/url.gyp:url_lib', 104 '../url/url.gyp:url_lib',
105 '../v8/tools/gyp/v8.gyp:v8', 105 '../v8/tools/gyp/v8.gyp:v8',
106 '../webkit/storage_browser.gyp:webkit_storage_browser', 106 '../webkit/storage_browser.gyp:storage',
107 '../webkit/storage_common.gyp:webkit_storage_common', 107 '../webkit/storage_common.gyp:storage_common',
108 'chrome_resources.gyp:chrome_strings', 108 'chrome_resources.gyp:chrome_strings',
109 ], 109 ],
110 'defines': [ 110 'defines': [
111 '<@(nacl_defines)', 111 '<@(nacl_defines)',
112 ], 112 ],
113 'direct_dependent_settings': { 113 'direct_dependent_settings': {
114 'defines': [ 114 'defines': [
115 '<@(nacl_defines)', 115 '<@(nacl_defines)',
116 ], 116 ],
117 }, 117 },
(...skipping 1076 matching lines...) Expand 10 before | Expand all | Expand 10 after
1194 'browser/chromeos/attestation/attestation_signed_data.proto', 1194 'browser/chromeos/attestation/attestation_signed_data.proto',
1195 ], 1195 ],
1196 'variables': { 1196 'variables': {
1197 'proto_in_dir': 'browser/chromeos/attestation', 1197 'proto_in_dir': 'browser/chromeos/attestation',
1198 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1198 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1199 }, 1199 },
1200 'includes': [ '../build/protoc.gypi' ] 1200 'includes': [ '../build/protoc.gypi' ]
1201 }, 1201 },
1202 ], 1202 ],
1203 } 1203 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698