OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 3383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3394 ['OS=="win"', { | 3394 ['OS=="win"', { |
3395 'include_dirs': [ | 3395 'include_dirs': [ |
3396 '<(DEPTH)/third_party/wtl/include', | 3396 '<(DEPTH)/third_party/wtl/include', |
3397 ], | 3397 ], |
3398 'dependencies': [ | 3398 'dependencies': [ |
3399 'chrome_process_finder', | 3399 'chrome_process_finder', |
3400 'installer_util_strings', | 3400 'installer_util_strings', |
3401 '../chrome/chrome.gyp:chrome_version_header', | 3401 '../chrome/chrome.gyp:chrome_version_header', |
3402 '../chrome_elf/chrome_elf.gyp:chrome_elf', | 3402 '../chrome_elf/chrome_elf.gyp:chrome_elf', |
3403 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', | 3403 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', |
| 3404 '../chrome_elf/chrome_elf.gyp:dll_hash', |
3404 '../google_update/google_update.gyp:google_update', | 3405 '../google_update/google_update.gyp:google_update', |
3405 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 3406 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
3406 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 3407 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
3407 '../ui/views/controls/webview/webview.gyp:webview', | 3408 '../ui/views/controls/webview/webview.gyp:webview', |
3408 '../ui/views/views.gyp:views', | 3409 '../ui/views/views.gyp:views', |
3409 '../win8/win8.gyp:win8_util', | 3410 '../win8/win8.gyp:win8_util', |
3410 ], | 3411 ], |
3411 'export_dependent_settings': [ | 3412 'export_dependent_settings': [ |
3412 '../ui/views/controls/webview/webview.gyp:webview', | 3413 '../ui/views/controls/webview/webview.gyp:webview', |
3413 '../ui/views/views.gyp:views', | 3414 '../ui/views/views.gyp:views', |
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3767 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3768 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3768 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3769 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3769 }, | 3770 }, |
3770 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3771 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3771 }, | 3772 }, |
3772 ], | 3773 ], |
3773 }, | 3774 }, |
3774 ], | 3775 ], |
3775 ], | 3776 ], |
3776 } | 3777 } |
OLD | NEW |