| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', | 94 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
| 95 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', | 95 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', |
| 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 '../storage/storage.gyp:webkit_storage_browser', |
| 105 '../webkit/storage_common.gyp:webkit_storage_common', | 105 '../storage/storage.gyp:webkit_storage_common', |
| 106 '../webkit/glue/resources/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 ], |
| (...skipping 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1198 'browser/chromeos/attestation/attestation_signed_data.proto', | 1198 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1199 ], | 1199 ], |
| 1200 'variables': { | 1200 'variables': { |
| 1201 'proto_in_dir': 'browser/chromeos/attestation', | 1201 'proto_in_dir': 'browser/chromeos/attestation', |
| 1202 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1202 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1203 }, | 1203 }, |
| 1204 'includes': [ '../build/protoc.gypi' ] | 1204 'includes': [ '../build/protoc.gypi' ] |
| 1205 }, | 1205 }, |
| 1206 ], | 1206 ], |
| 1207 } | 1207 } |
| OLD | NEW |