| 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 '../ui/base/strings/ui_strings.gyp:ui_strings', | 87 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 88 '../ui/events/events.gyp:dom4_keycode_converter', | 88 '../ui/events/events.gyp:dom4_keycode_converter', |
| 89 '../ui/resources/ui_resources.gyp:ui_resources', | 89 '../ui/resources/ui_resources.gyp:ui_resources', |
| 90 '../ui/surface/surface.gyp:surface', | 90 '../ui/surface/surface.gyp:surface', |
| 91 '../ui/ui.gyp:ui', | 91 '../ui/ui.gyp:ui', |
| 92 '../ui/views/controls/webview/webview.gyp:webview', | 92 '../ui/views/controls/webview/webview.gyp:webview', |
| 93 '../ui/views/controls/webview/webview.gyp:webview', | 93 '../ui/views/controls/webview/webview.gyp:webview', |
| 94 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 94 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| 95 '../url/url.gyp:url_lib', | 95 '../url/url.gyp:url_lib', |
| 96 '../v8/tools/gyp/v8.gyp:v8', | 96 '../v8/tools/gyp/v8.gyp:v8', |
| 97 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | |
| 98 '../webkit/storage_browser.gyp:webkit_storage_browser', | 97 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| 99 '../webkit/storage_common.gyp:webkit_storage_common', | 98 '../webkit/storage_common.gyp:webkit_storage_common', |
| 100 '../webkit/webkit_resources.gyp:webkit_resources', | 99 '../webkit/webkit_resources.gyp:webkit_resources', |
| 101 'chrome_resources.gyp:chrome_strings', | 100 'chrome_resources.gyp:chrome_strings', |
| 102 ], | 101 ], |
| 103 'defines': [ | 102 'defines': [ |
| 104 '<@(nacl_defines)', | 103 '<@(nacl_defines)', |
| 105 ], | 104 ], |
| 106 'direct_dependent_settings': { | 105 'direct_dependent_settings': { |
| 107 'defines': [ | 106 'defines': [ |
| (...skipping 927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1035 'browser/chromeos/attestation/attestation_signed_data.proto', | 1034 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1036 ], | 1035 ], |
| 1037 'variables': { | 1036 'variables': { |
| 1038 'proto_in_dir': 'browser/chromeos/attestation', | 1037 'proto_in_dir': 'browser/chromeos/attestation', |
| 1039 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1038 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1040 }, | 1039 }, |
| 1041 'includes': [ '../build/protoc.gypi' ] | 1040 'includes': [ '../build/protoc.gypi' ] |
| 1042 }, | 1041 }, |
| 1043 ], | 1042 ], |
| 1044 } | 1043 } |
| OLD | NEW |