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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 17472006: Move webkit_resources / webkit_strings targets out of webkit_support.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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_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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 '../ui/ui.gyp:ui_resources', 84 '../ui/ui.gyp:ui_resources',
85 '../ui/views/controls/webview/webview.gyp:webview', 85 '../ui/views/controls/webview/webview.gyp:webview',
86 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 86 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
87 '../url/url.gyp:url_lib', 87 '../url/url.gyp:url_lib',
88 '../v8/tools/gyp/v8.gyp:v8', 88 '../v8/tools/gyp/v8.gyp:v8',
89 '../ui/views/controls/webview/webview.gyp:webview', 89 '../ui/views/controls/webview/webview.gyp:webview',
90 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 90 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
91 '../webkit/storage_browser.gyp:webkit_storage_browser', 91 '../webkit/storage_browser.gyp:webkit_storage_browser',
92 '../webkit/storage_common.gyp:webkit_storage_common', 92 '../webkit/storage_common.gyp:webkit_storage_common',
93 '../webkit/support/webkit_support.gyp:glue', 93 '../webkit/support/webkit_support.gyp:glue',
94 '../webkit/support/webkit_support.gyp:webkit_resources', 94 '../webkit/webkit_resources.gyp:webkit_temp_resources',
95 'chrome_resources.gyp:chrome_strings', 95 'chrome_resources.gyp:chrome_strings',
96 ], 96 ],
97 'defines': [ 97 'defines': [
98 '<@(nacl_defines)', 98 '<@(nacl_defines)',
99 ], 99 ],
100 'direct_dependent_settings': { 100 'direct_dependent_settings': {
101 'defines': [ 101 'defines': [
102 '<@(nacl_defines)', 102 '<@(nacl_defines)',
103 ], 103 ],
104 }, 104 },
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 'browser/chromeos/attestation/attestation_key_payload.proto', 971 'browser/chromeos/attestation/attestation_key_payload.proto',
972 ], 972 ],
973 'variables': { 973 'variables': {
974 'proto_in_dir': 'browser/chromeos/attestation', 974 'proto_in_dir': 'browser/chromeos/attestation',
975 'proto_out_dir': 'chrome/browser/chromeos/attestation', 975 'proto_out_dir': 'chrome/browser/chromeos/attestation',
976 }, 976 },
977 'includes': [ '../build/protoc.gypi' ] 977 'includes': [ '../build/protoc.gypi' ]
978 }, 978 },
979 ], 979 ],
980 } 980 }
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