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