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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 '../third_party/protobuf/protobuf.gyp:protoc#host', | 82 '../third_party/protobuf/protobuf.gyp:protoc#host', |
83 'chrome_resources.gyp:chrome_strings', | 83 'chrome_resources.gyp:chrome_strings', |
84 '../third_party/re2/re2.gyp:re2', | 84 '../third_party/re2/re2.gyp:re2', |
85 '../third_party/zlib/zlib.gyp:zlib', | 85 '../third_party/zlib/zlib.gyp:zlib', |
86 '../ui/base/strings/ui_strings.gyp:ui_strings', | 86 '../ui/base/strings/ui_strings.gyp:ui_strings', |
87 '../ui/surface/surface.gyp:surface', | 87 '../ui/surface/surface.gyp:surface', |
88 '../ui/ui.gyp:ui', | 88 '../ui/ui.gyp:ui', |
89 '../ui/ui.gyp:ui_resources', | 89 '../ui/ui.gyp:ui_resources', |
90 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 90 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
91 '../v8/tools/gyp/v8.gyp:v8', | 91 '../v8/tools/gyp/v8.gyp:v8', |
| 92 '../ui/views/controls/webview/webview.gyp:webview', |
92 '../webkit/support/webkit_support.gyp:appcache', | 93 '../webkit/support/webkit_support.gyp:appcache', |
93 '../webkit/support/webkit_support.gyp:blob', | 94 '../webkit/support/webkit_support.gyp:blob', |
94 '../webkit/support/webkit_support.gyp:database', | 95 '../webkit/support/webkit_support.gyp:database', |
95 '../webkit/support/webkit_support.gyp:fileapi', | 96 '../webkit/support/webkit_support.gyp:fileapi', |
96 '../webkit/support/webkit_support.gyp:glue', | 97 '../webkit/support/webkit_support.gyp:glue', |
97 '../webkit/support/webkit_support.gyp:quota', | 98 '../webkit/support/webkit_support.gyp:quota', |
98 '../webkit/support/webkit_support.gyp:webkit_resources', | 99 '../webkit/support/webkit_support.gyp:webkit_resources', |
99 '../webkit/support/webkit_support.gyp:webkit_user_agent', | 100 '../webkit/support/webkit_support.gyp:webkit_user_agent', |
100 ], | 101 ], |
101 'defines': [ | 102 'defines': [ |
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
771 'type': 'static_library', | 772 'type': 'static_library', |
772 'sources': [ 'browser/chromeos/contacts/contact.proto' ], | 773 'sources': [ 'browser/chromeos/contacts/contact.proto' ], |
773 'variables': { | 774 'variables': { |
774 'proto_in_dir': 'browser/chromeos/contacts', | 775 'proto_in_dir': 'browser/chromeos/contacts', |
775 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 776 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
776 }, | 777 }, |
777 'includes': [ '../build/protoc.gypi' ] | 778 'includes': [ '../build/protoc.gypi' ] |
778 }, | 779 }, |
779 ], | 780 ], |
780 } | 781 } |
OLD | NEW |