| 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 2628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2639 # Exclude all of rlz. | 2639 # Exclude all of rlz. |
| 2640 ['exclude', '^browser/rlz/'], | 2640 ['exclude', '^browser/rlz/'], |
| 2641 ], | 2641 ], |
| 2642 }], | 2642 }], |
| 2643 ['OS=="win"', { | 2643 ['OS=="win"', { |
| 2644 'include_dirs': [ | 2644 'include_dirs': [ |
| 2645 '<(DEPTH)/third_party/wtl/include', | 2645 '<(DEPTH)/third_party/wtl/include', |
| 2646 ], | 2646 ], |
| 2647 'dependencies': [ | 2647 'dependencies': [ |
| 2648 'installer_util_strings', | 2648 'installer_util_strings', |
| 2649 'launcher_support', |
| 2649 '../google_update/google_update.gyp:google_update', | 2650 '../google_update/google_update.gyp:google_update', |
| 2650 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 2651 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 2651 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2652 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 2652 '../ui/app_list/app_list.gyp:app_list', | 2653 '../ui/app_list/app_list.gyp:app_list', |
| 2653 '../ui/views/controls/webview/webview.gyp:webview', | 2654 '../ui/views/controls/webview/webview.gyp:webview', |
| 2654 '../ui/views/views.gyp:views', | 2655 '../ui/views/views.gyp:views', |
| 2655 ], | 2656 ], |
| 2656 'export_dependent_settings': [ | 2657 'export_dependent_settings': [ |
| 2657 '../ui/views/controls/webview/webview.gyp:webview', | 2658 '../ui/views/controls/webview/webview.gyp:webview', |
| 2658 '../ui/views/views.gyp:views', | 2659 '../ui/views/views.gyp:views', |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2930 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2931 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 2931 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2932 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 2932 }, | 2933 }, |
| 2933 'includes': ['../build/protoc.gypi'], | 2934 'includes': ['../build/protoc.gypi'], |
| 2934 }, | 2935 }, |
| 2935 ], | 2936 ], |
| 2936 }, | 2937 }, |
| 2937 ], | 2938 ], |
| 2938 ], | 2939 ], |
| 2939 } | 2940 } |
| OLD | NEW |