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 2668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2679 # Exclude all of rlz. | 2679 # Exclude all of rlz. |
2680 ['exclude', '^browser/rlz/'], | 2680 ['exclude', '^browser/rlz/'], |
2681 ], | 2681 ], |
2682 }], | 2682 }], |
2683 ['OS=="win"', { | 2683 ['OS=="win"', { |
2684 'include_dirs': [ | 2684 'include_dirs': [ |
2685 '<(DEPTH)/third_party/wtl/include', | 2685 '<(DEPTH)/third_party/wtl/include', |
2686 ], | 2686 ], |
2687 'dependencies': [ | 2687 'dependencies': [ |
2688 'installer_util_strings', | 2688 'installer_util_strings', |
| 2689 'launcher_support', |
2689 '../google_update/google_update.gyp:google_update', | 2690 '../google_update/google_update.gyp:google_update', |
2690 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 2691 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
2691 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2692 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
2692 '../ui/app_list/app_list.gyp:app_list', | 2693 '../ui/app_list/app_list.gyp:app_list', |
2693 '../ui/views/controls/webview/webview.gyp:webview', | 2694 '../ui/views/controls/webview/webview.gyp:webview', |
2694 '../ui/views/views.gyp:views', | 2695 '../ui/views/views.gyp:views', |
2695 ], | 2696 ], |
2696 'export_dependent_settings': [ | 2697 'export_dependent_settings': [ |
2697 '../ui/views/controls/webview/webview.gyp:webview', | 2698 '../ui/views/controls/webview/webview.gyp:webview', |
2698 '../ui/views/views.gyp:views', | 2699 '../ui/views/views.gyp:views', |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2974 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2975 'proto_in_dir': '../third_party/cros_system_api/dbus', |
2975 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2976 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
2976 }, | 2977 }, |
2977 'includes': ['../build/protoc.gypi'], | 2978 'includes': ['../build/protoc.gypi'], |
2978 }, | 2979 }, |
2979 ], | 2980 ], |
2980 }, | 2981 }, |
2981 ], | 2982 ], |
2982 ], | 2983 ], |
2983 } | 2984 } |
OLD | NEW |