| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |