| 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', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 2821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2832 'include_dirs': [ | 2832 'include_dirs': [ |
| 2833 '<(DEPTH)/third_party/wtl/include', | 2833 '<(DEPTH)/third_party/wtl/include', |
| 2834 ], | 2834 ], |
| 2835 'dependencies': [ | 2835 'dependencies': [ |
| 2836 'installer_util_strings', | 2836 'installer_util_strings', |
| 2837 '../google_update/google_update.gyp:google_update', | 2837 '../google_update/google_update.gyp:google_update', |
| 2838 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 2838 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 2839 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2839 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 2840 '../ui/views/controls/webview/webview.gyp:webview', | 2840 '../ui/views/controls/webview/webview.gyp:webview', |
| 2841 '../ui/views/views.gyp:views', | 2841 '../ui/views/views.gyp:views', |
| 2842 '../win8/win8.gyp:win8_util', |
| 2842 ], | 2843 ], |
| 2843 'export_dependent_settings': [ | 2844 'export_dependent_settings': [ |
| 2844 '../ui/views/controls/webview/webview.gyp:webview', | 2845 '../ui/views/controls/webview/webview.gyp:webview', |
| 2845 '../ui/views/views.gyp:views', | 2846 '../ui/views/views.gyp:views', |
| 2846 ], | 2847 ], |
| 2847 'sources': [ | 2848 'sources': [ |
| 2848 # Using built-in rule in vstudio for midl. | 2849 # Using built-in rule in vstudio for midl. |
| 2849 'browser/history/history_indexer.idl', | 2850 'browser/history/history_indexer.idl', |
| 2850 ], | 2851 ], |
| 2851 'sources!': [ | 2852 'sources!': [ |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3123 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3124 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 3124 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3125 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 3125 }, | 3126 }, |
| 3126 'includes': ['../build/protoc.gypi'], | 3127 'includes': ['../build/protoc.gypi'], |
| 3127 }, | 3128 }, |
| 3128 ], | 3129 ], |
| 3129 }, | 3130 }, |
| 3130 ], | 3131 ], |
| 3131 ], | 3132 ], |
| 3132 } | 3133 } |
| OLD | NEW |