| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 '../ui/views/controls/webview/webview.gyp:webview', |
| 93 '../webkit/support/webkit_support.gyp:appcache', | 93 '../webkit/support/webkit_support.gyp:appcache', |
| 94 '../webkit/support/webkit_support.gyp:blob', | 94 '../webkit/support/webkit_support.gyp:blob', |
| 95 '../webkit/support/webkit_support.gyp:database', | 95 '../webkit/support/webkit_support.gyp:database', |
| 96 '../webkit/support/webkit_support.gyp:fileapi', | 96 '../webkit/support/webkit_support.gyp:fileapi', |
| 97 '../webkit/support/webkit_support.gyp:glue', | 97 '../webkit/support/webkit_support.gyp:glue', |
| 98 '../webkit/support/webkit_support.gyp:quota', | 98 '../webkit/support/webkit_support.gyp:quota', |
| 99 '../webkit/support/webkit_support.gyp:user_agent', |
| 99 '../webkit/support/webkit_support.gyp:webkit_resources', | 100 '../webkit/support/webkit_support.gyp:webkit_resources', |
| 100 '../webkit/support/webkit_support.gyp:webkit_user_agent', | |
| 101 ], | 101 ], |
| 102 'defines': [ | 102 'defines': [ |
| 103 '<@(nacl_defines)', | 103 '<@(nacl_defines)', |
| 104 ], | 104 ], |
| 105 'direct_dependent_settings': { | 105 'direct_dependent_settings': { |
| 106 'defines': [ | 106 'defines': [ |
| 107 '<@(nacl_defines)', | 107 '<@(nacl_defines)', |
| 108 ], | 108 ], |
| 109 }, | 109 }, |
| 110 'export_dependent_settings': [ | 110 'export_dependent_settings': [ |
| (...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 767 'type': 'static_library', | 767 'type': 'static_library', |
| 768 'sources': [ 'browser/chromeos/gdata/drive.proto' ], | 768 'sources': [ 'browser/chromeos/gdata/drive.proto' ], |
| 769 'variables': { | 769 'variables': { |
| 770 'proto_in_dir': 'browser/chromeos/gdata', | 770 'proto_in_dir': 'browser/chromeos/gdata', |
| 771 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 771 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
| 772 }, | 772 }, |
| 773 'includes': [ '../build/protoc.gypi' ] | 773 'includes': [ '../build/protoc.gypi' ] |
| 774 }, | 774 }, |
| 775 ], | 775 ], |
| 776 } | 776 } |
| OLD | NEW |