OLD | NEW |
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 Loading... |
96 '../ui/resources/ui_resources.gyp:ui_resources', | 96 '../ui/resources/ui_resources.gyp:ui_resources', |
97 '../ui/strings/ui_strings.gyp:ui_strings', | 97 '../ui/strings/ui_strings.gyp:ui_strings', |
98 '../ui/surface/surface.gyp:surface', | 98 '../ui/surface/surface.gyp:surface', |
99 '../ui/views/controls/webview/webview.gyp:webview', | 99 '../ui/views/controls/webview/webview.gyp:webview', |
100 '../ui/views/controls/webview/webview.gyp:webview', | 100 '../ui/views/controls/webview/webview.gyp:webview', |
101 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 101 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
102 '../url/url.gyp:url_lib', | 102 '../url/url.gyp:url_lib', |
103 '../v8/tools/gyp/v8.gyp:v8', | 103 '../v8/tools/gyp/v8.gyp:v8', |
104 '../webkit/storage_browser.gyp:webkit_storage_browser', | 104 '../webkit/storage_browser.gyp:webkit_storage_browser', |
105 '../webkit/storage_common.gyp:webkit_storage_common', | 105 '../webkit/storage_common.gyp:webkit_storage_common', |
106 '../webkit/webkit_resources.gyp:webkit_resources', | 106 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources', |
107 'chrome_resources.gyp:chrome_strings', | 107 'chrome_resources.gyp:chrome_strings', |
108 ], | 108 ], |
109 'defines': [ | 109 'defines': [ |
110 '<@(nacl_defines)', | 110 '<@(nacl_defines)', |
111 ], | 111 ], |
112 'direct_dependent_settings': { | 112 'direct_dependent_settings': { |
113 'defines': [ | 113 'defines': [ |
114 '<@(nacl_defines)', | 114 '<@(nacl_defines)', |
115 ], | 115 ], |
116 }, | 116 }, |
(...skipping 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1195 'browser/chromeos/attestation/attestation_signed_data.proto', | 1195 'browser/chromeos/attestation/attestation_signed_data.proto', |
1196 ], | 1196 ], |
1197 'variables': { | 1197 'variables': { |
1198 'proto_in_dir': 'browser/chromeos/attestation', | 1198 'proto_in_dir': 'browser/chromeos/attestation', |
1199 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1199 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1200 }, | 1200 }, |
1201 'includes': [ '../build/protoc.gypi' ] | 1201 'includes': [ '../build/protoc.gypi' ] |
1202 }, | 1202 }, |
1203 ], | 1203 ], |
1204 } | 1204 } |
OLD | NEW |