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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 '../ui/base/strings/ui_strings.gyp:ui_strings', | 85 '../ui/base/strings/ui_strings.gyp:ui_strings', |
86 '../ui/surface/surface.gyp:surface', | 86 '../ui/surface/surface.gyp:surface', |
87 '../ui/ui.gyp:ui', | 87 '../ui/ui.gyp:ui', |
88 '../ui/ui.gyp:ui_resources', | 88 '../ui/ui.gyp:ui_resources', |
89 '../ui/views/controls/webview/webview.gyp:webview', | 89 '../ui/views/controls/webview/webview.gyp:webview', |
90 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 90 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
91 '../url/url.gyp:url_lib', | 91 '../url/url.gyp:url_lib', |
92 '../v8/tools/gyp/v8.gyp:v8', | 92 '../v8/tools/gyp/v8.gyp:v8', |
93 '../ui/views/controls/webview/webview.gyp:webview', | 93 '../ui/views/controls/webview/webview.gyp:webview', |
94 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 94 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
| 95 '../webkit/glue/webkit_glue.gyp:glue', |
95 '../webkit/storage_browser.gyp:webkit_storage_browser', | 96 '../webkit/storage_browser.gyp:webkit_storage_browser', |
96 '../webkit/storage_common.gyp:webkit_storage_common', | 97 '../webkit/storage_common.gyp:webkit_storage_common', |
97 '../webkit/support/webkit_support.gyp:glue', | |
98 '../webkit/webkit_resources.gyp:webkit_resources', | 98 '../webkit/webkit_resources.gyp:webkit_resources', |
99 'chrome_resources.gyp:chrome_strings', | 99 'chrome_resources.gyp:chrome_strings', |
100 ], | 100 ], |
101 'defines': [ | 101 'defines': [ |
102 '<@(nacl_defines)', | 102 '<@(nacl_defines)', |
103 ], | 103 ], |
104 'direct_dependent_settings': { | 104 'direct_dependent_settings': { |
105 'defines': [ | 105 'defines': [ |
106 '<@(nacl_defines)', | 106 '<@(nacl_defines)', |
107 ], | 107 ], |
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
971 'browser/chromeos/attestation/attestation_signed_data.proto', | 971 'browser/chromeos/attestation/attestation_signed_data.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 } |
OLD | NEW |