| 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 2508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2519 }], | 2519 }], |
| 2520 ['OS=="win"', { | 2520 ['OS=="win"', { |
| 2521 'include_dirs': [ | 2521 'include_dirs': [ |
| 2522 '<(DEPTH)/third_party/wtl/include', | 2522 '<(DEPTH)/third_party/wtl/include', |
| 2523 ], | 2523 ], |
| 2524 'dependencies': [ | 2524 'dependencies': [ |
| 2525 'installer_util_strings', | 2525 'installer_util_strings', |
| 2526 '../google_update/google_update.gyp:google_update', | 2526 '../google_update/google_update.gyp:google_update', |
| 2527 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 2527 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 2528 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2528 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 2529 '../ui/app_list/app_list.gyp:app_list', |
| 2529 '../ui/views/controls/webview/webview.gyp:webview', | 2530 '../ui/views/controls/webview/webview.gyp:webview', |
| 2530 '../ui/views/views.gyp:views', | 2531 '../ui/views/views.gyp:views', |
| 2531 ], | 2532 ], |
| 2532 'export_dependent_settings': [ | 2533 'export_dependent_settings': [ |
| 2533 '../ui/views/controls/webview/webview.gyp:webview', | 2534 '../ui/views/controls/webview/webview.gyp:webview', |
| 2534 '../ui/views/views.gyp:views', | 2535 '../ui/views/views.gyp:views', |
| 2535 ], | 2536 ], |
| 2536 'sources': [ | 2537 'sources': [ |
| 2537 # Using built-in rule in vstudio for midl. | 2538 # Using built-in rule in vstudio for midl. |
| 2538 'browser/history/history_indexer.idl', | 2539 'browser/history/history_indexer.idl', |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2768 'includes': [ '../build/jni_generator.gypi' ], | 2769 'includes': [ '../build/jni_generator.gypi' ], |
| 2769 'dependencies': [ | 2770 'dependencies': [ |
| 2770 'android_jar_jni_headers', | 2771 'android_jar_jni_headers', |
| 2771 ], | 2772 ], |
| 2772 }, | 2773 }, |
| 2773 ], | 2774 ], |
| 2774 }, | 2775 }, |
| 2775 ], | 2776 ], |
| 2776 ], | 2777 ], |
| 2777 } | 2778 } |
| OLD | NEW |