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 'chrome_resources.gyp:chrome_strings', | 84 'chrome_resources.gyp:chrome_strings', |
85 '../third_party/re2/re2.gyp:re2', | 85 '../third_party/re2/re2.gyp:re2', |
86 '../third_party/zlib/zlib.gyp:zlib', | 86 '../third_party/zlib/zlib.gyp:zlib', |
87 '../ui/base/strings/ui_strings.gyp:ui_strings', | 87 '../ui/base/strings/ui_strings.gyp:ui_strings', |
88 '../ui/surface/surface.gyp:surface', | 88 '../ui/surface/surface.gyp:surface', |
89 '../ui/ui.gyp:ui', | 89 '../ui/ui.gyp:ui', |
90 '../ui/ui.gyp:ui_resources', | 90 '../ui/ui.gyp:ui_resources', |
91 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 91 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
92 '../v8/tools/gyp/v8.gyp:v8', | 92 '../v8/tools/gyp/v8.gyp:v8', |
93 '../ui/views/controls/webview/webview.gyp:webview', | 93 '../ui/views/controls/webview/webview.gyp:webview', |
94 '../webkit/support/webkit_support.gyp:appcache', | |
95 '../webkit/support/webkit_support.gyp:database', | 94 '../webkit/support/webkit_support.gyp:database', |
96 '../webkit/support/webkit_support.gyp:glue', | 95 '../webkit/support/webkit_support.gyp:glue', |
97 '../webkit/support/webkit_support.gyp:quota', | 96 '../webkit/support/webkit_support.gyp:quota', |
98 '../webkit/support/webkit_support.gyp:user_agent', | 97 '../webkit/support/webkit_support.gyp:user_agent', |
99 '../webkit/support/webkit_support.gyp:webkit_resources', | 98 '../webkit/support/webkit_support.gyp:webkit_resources', |
100 '../webkit/support/webkit_support.gyp:webkit_storage', | 99 '../webkit/support/webkit_support.gyp:webkit_storage', |
101 ], | 100 ], |
102 'defines': [ | 101 'defines': [ |
103 '<@(nacl_defines)', | 102 '<@(nacl_defines)', |
104 ], | 103 ], |
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
739 'type': 'static_library', | 738 'type': 'static_library', |
740 'sources': [ 'browser/chromeos/drive/drive.proto' ], | 739 'sources': [ 'browser/chromeos/drive/drive.proto' ], |
741 'variables': { | 740 'variables': { |
742 'proto_in_dir': 'browser/chromeos/drive', | 741 'proto_in_dir': 'browser/chromeos/drive', |
743 'proto_out_dir': 'chrome/browser/chromeos/drive', | 742 'proto_out_dir': 'chrome/browser/chromeos/drive', |
744 }, | 743 }, |
745 'includes': [ '../build/protoc.gypi' ] | 744 'includes': [ '../build/protoc.gypi' ] |
746 }, | 745 }, |
747 ], | 746 ], |
748 } | 747 } |
OLD | NEW |