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 2613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2624 # Exclude all of rlz. | 2624 # Exclude all of rlz. |
2625 ['exclude', '^browser/rlz/'], | 2625 ['exclude', '^browser/rlz/'], |
2626 ], | 2626 ], |
2627 }], | 2627 }], |
2628 ['OS=="win"', { | 2628 ['OS=="win"', { |
2629 'include_dirs': [ | 2629 'include_dirs': [ |
2630 '<(DEPTH)/third_party/wtl/include', | 2630 '<(DEPTH)/third_party/wtl/include', |
2631 ], | 2631 ], |
2632 'dependencies': [ | 2632 'dependencies': [ |
2633 'installer_util_strings', | 2633 'installer_util_strings', |
| 2634 'launcher_support', |
2634 '../google_update/google_update.gyp:google_update', | 2635 '../google_update/google_update.gyp:google_update', |
2635 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 2636 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
2636 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2637 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
2637 '../ui/app_list/app_list.gyp:app_list', | 2638 '../ui/app_list/app_list.gyp:app_list', |
2638 '../ui/views/controls/webview/webview.gyp:webview', | 2639 '../ui/views/controls/webview/webview.gyp:webview', |
2639 '../ui/views/views.gyp:views', | 2640 '../ui/views/views.gyp:views', |
2640 ], | 2641 ], |
2641 'export_dependent_settings': [ | 2642 'export_dependent_settings': [ |
2642 '../ui/views/controls/webview/webview.gyp:webview', | 2643 '../ui/views/controls/webview/webview.gyp:webview', |
2643 '../ui/views/views.gyp:views', | 2644 '../ui/views/views.gyp:views', |
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2915 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2916 'proto_in_dir': '../third_party/cros_system_api/dbus', |
2916 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2917 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
2917 }, | 2918 }, |
2918 'includes': ['../build/protoc.gypi'], | 2919 'includes': ['../build/protoc.gypi'], |
2919 }, | 2920 }, |
2920 ], | 2921 ], |
2921 }, | 2922 }, |
2922 ], | 2923 ], |
2923 ], | 2924 ], |
2924 } | 2925 } |
OLD | NEW |